Skip to content

Commit

Permalink
chore: version packages v0.22.0 🌊 (coinbase#665)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 21, 2024
1 parent 8262734 commit 2841f0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/cyan-pans-hammer.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.22.0

### Minor Changes

- 0903bf7: - **feat**: refactor Identity components and add Address component. By @kyhyco #641

Breaking Changes

- `showAddress` has been removed from `Name` component.
- `showAttestion` has been removed from `Name` and `Avatar` components. Add `Badge` in `Name` or `Avatar` children to render attestations.

Features

- `Address` component handles rendering account address.
- `Address` component can be passed into `Identity` component
- Similar to `Name` component, `address` prop can be assigned to `Address` or `Identity` component

## 0.21.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
"version": "0.21.9",
"version": "0.22.0",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down

0 comments on commit 2841f0b

Please sign in to comment.