diff --git a/.changeset/itchy-glasses-add.md b/.changeset/itchy-glasses-add.md deleted file mode 100644 index e30ad554e8..0000000000 --- a/.changeset/itchy-glasses-add.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -'@coinbase/onchainkit': minor ---- - -- **fix**: ensured that the `` component uses the `name` property instead of the `property` property to set the type of metadata. Both options are technically correct, but historically, using `name` is more accurate. -- **feat**: renamed the component from `OnchainName` to `Name` in our Identity Kit. This is a breaking changes. The purpose of the rename is to simplify and enhance clarity. By @alvaroraminelli #86 - -BREAKING CHANGES - -To enhance usability and intuitiveness, the component name has been simplified. `OnchainName` is now renamed to `Name`. - -Before - -```ts -import { OnchainName } from '@coinbase/onchainkit'; - -... - -``` - -After - -```ts -import { Name } from '@coinbase/onchainkit'; - -... - -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 84be85de93..577db69192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 0.5.0 + +### Minor Changes + +- dc6f33d: - **fix**: ensured that the `` component uses the `name` property instead of the `property` property to set the type of metadata. Both options are technically correct, but historically, using `name` is more accurate. + + - **feat**: renamed the component from `OnchainName` to `Name` in our Identity Kit. This is a breaking changes. The purpose of the rename is to simplify and enhance clarity. By @alvaroraminelli #86 + + BREAKING CHANGES + + To enhance usability and intuitiveness, the component name has been simplified. `OnchainName` is now renamed to `Name`. + + Before + + ```ts + import { OnchainName } from '@coinbase/onchainkit'; + + ... + + ``` + + After + + ```ts + import { Name } from '@coinbase/onchainkit'; + + ... + + ``` + ## 0.4.5 ### Patch Changes diff --git a/package.json b/package.json index 14c274257b..3cbad9c240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.4.5", + "version": "0.5.0", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {