From 0a061614b1383092d6f1db993fa3dba1aaefd8d7 Mon Sep 17 00:00:00 2001 From: gobob-xyz Date: Tue, 3 Oct 2023 12:43:48 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/real-kings-sort.md | 6 ------ packages/components/CHANGELOG.md | 9 +++++++++ packages/components/package.json | 2 +- packages/hooks/CHANGELOG.md | 6 ++++++ packages/hooks/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/real-kings-sort.md 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/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9aab2020f..d27967115 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,14 @@ # @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)]: + - @interlay/hooks@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",