diff --git a/.changeset/real-kings-sort.md b/.changeset/real-kings-sort.md deleted file mode 100644 index 122cb5280..000000000 --- a/.changeset/real-kings-sort.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@interlay/ui": patch -"@interlay/hooks": patch ---- - -feat(hooks): add use-currency-formatter diff --git a/.changeset/silver-islands-approve.md b/.changeset/silver-islands-approve.md deleted file mode 100644 index 7afd32c6a..000000000 --- a/.changeset/silver-islands-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@interlay/coin-icons': patch ---- - -feature: add ZBTC icon diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9aab2020f..4c14cd641 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @interlay/ui +## 0.0.5 + +### Patch Changes + +- [#25](https://github.com/interlay/ui/pull/25) [`d039765`](https://github.com/interlay/ui/commit/d0397657fa39d8e191c2135fe1a02fb350d3890b) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(hooks): add use-currency-formatter + +- Updated dependencies [[`d039765`](https://github.com/interlay/ui/commit/d0397657fa39d8e191c2135fe1a02fb350d3890b), [`287594f`](https://github.com/interlay/ui/commit/287594f1e6b31cd65d7263b7e9fa73f51034bc66)]: + - @interlay/hooks@0.0.5 + - @interlay/coin-icons@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 0650fc0f4..3dae5d9ec 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/ui", - "version": "0.0.4", + "version": "0.0.5", "description": "Interlay UI library.", "homepage": "https://github.com/interlay/ui#readme", "license": "MIT", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index d1b68cbda..0aa9d9e00 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @interlay/hooks +## 0.0.5 + +### Patch Changes + +- [#25](https://github.com/interlay/ui/pull/25) [`d039765`](https://github.com/interlay/ui/commit/d0397657fa39d8e191c2135fe1a02fb350d3890b) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(hooks): add use-currency-formatter + ## 0.0.4 ### Patch Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 86eabd441..03a5a4123 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/hooks", - "version": "0.0.4", + "version": "0.0.5", "description": "Interlay UI hooks", "homepage": "https://github.com/interlay/ui#readme", "license": "MIT", diff --git a/packages/icons/coin/CHANGELOG.md b/packages/icons/coin/CHANGELOG.md index c4336dbfd..c28c5e42e 100644 --- a/packages/icons/coin/CHANGELOG.md +++ b/packages/icons/coin/CHANGELOG.md @@ -1,5 +1,11 @@ # @interlay/coin-icons +## 0.0.5 + +### Patch Changes + +- [#33](https://github.com/interlay/ui/pull/33) [`287594f`](https://github.com/interlay/ui/commit/287594f1e6b31cd65d7263b7e9fa73f51034bc66) Thanks [@tomjeatt](https://github.com/tomjeatt)! - feature: add ZBTC icon + ## 0.0.4 ### Patch Changes diff --git a/packages/icons/coin/package.json b/packages/icons/coin/package.json index b848f2ac9..d8850721d 100644 --- a/packages/icons/coin/package.json +++ b/packages/icons/coin/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/coin-icons", - "version": "0.0.4", + "version": "0.0.5", "description": "Internal coin icons used in Interlay UI components", "homepage": "https://github.com/interlay/ui#readme", "license": "MIT",