diff --git a/.changeset/many-ghosts-peel.md b/.changeset/many-ghosts-peel.md deleted file mode 100644 index a5b3b7bed..000000000 --- a/.changeset/many-ghosts-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@interlay/theme': patch ---- - -feature: add BOB tab styles diff --git a/.changeset/rude-tools-complain.md b/.changeset/rude-tools-complain.md deleted file mode 100644 index 5177386f1..000000000 --- a/.changeset/rude-tools-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@interlay/coin-icons': patch ---- - -Update ZBTC icon diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 4c14cd641..d87e299e6 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @interlay/ui +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`200454d`](https://github.com/interlay/ui/commit/200454d7df265c661a5e74d83293179962be8822), [`e2c5472`](https://github.com/interlay/ui/commit/e2c547298f5881d56a7f5b5b36ac86aaff11cb8f)]: + - @interlay/theme@0.0.5 + - @interlay/coin-icons@0.0.6 + - @interlay/hooks@0.0.6 + - @interlay/icons@0.0.5 + ## 0.0.5 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 3dae5d9ec..5f358f2cd 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/ui", - "version": "0.0.5", + "version": "0.0.6", "description": "Interlay UI library.", "homepage": "https://github.com/interlay/ui#readme", "license": "MIT", diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 9b7cdd588..9de47dc40 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @interlay/theme +## 0.0.5 + +### Patch Changes + +- [#36](https://github.com/interlay/ui/pull/36) [`200454d`](https://github.com/interlay/ui/commit/200454d7df265c661a5e74d83293179962be8822) Thanks [@tomjeatt](https://github.com/tomjeatt)! - feature: add BOB tab styles + ## 0.0.4 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index fa897faa2..dae405a3a 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/theme", - "version": "0.0.4", + "version": "0.0.5", "description": "The default theme for Interlay UI components", "homepage": "https://github.com/interlay/ui#readme", "license": "MIT", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 0aa9d9e00..4f603c771 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # @interlay/hooks +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`200454d`](https://github.com/interlay/ui/commit/200454d7df265c661a5e74d83293179962be8822)]: + - @interlay/theme@0.0.5 + ## 0.0.5 ### Patch Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 03a5a4123..a22518333 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/hooks", - "version": "0.0.5", + "version": "0.0.6", "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 c28c5e42e..15502f480 100644 --- a/packages/icons/coin/CHANGELOG.md +++ b/packages/icons/coin/CHANGELOG.md @@ -1,5 +1,14 @@ # @interlay/coin-icons +## 0.0.6 + +### Patch Changes + +- [#34](https://github.com/interlay/ui/pull/34) [`e2c5472`](https://github.com/interlay/ui/commit/e2c547298f5881d56a7f5b5b36ac86aaff11cb8f) Thanks [@tomjeatt](https://github.com/tomjeatt)! - Update ZBTC icon + +- Updated dependencies []: + - @interlay/icons@0.0.5 + ## 0.0.5 ### Patch Changes diff --git a/packages/icons/coin/package.json b/packages/icons/coin/package.json index d8850721d..2c4096cb5 100644 --- a/packages/icons/coin/package.json +++ b/packages/icons/coin/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/coin-icons", - "version": "0.0.5", + "version": "0.0.6", "description": "Internal coin icons used in Interlay UI components", "homepage": "https://github.com/interlay/ui#readme", "license": "MIT", diff --git a/packages/icons/common/CHANGELOG.md b/packages/icons/common/CHANGELOG.md index 2b6b9982c..6f2fde071 100644 --- a/packages/icons/common/CHANGELOG.md +++ b/packages/icons/common/CHANGELOG.md @@ -1,5 +1,12 @@ # @interlay/icons +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`200454d`](https://github.com/interlay/ui/commit/200454d7df265c661a5e74d83293179962be8822)]: + - @interlay/theme@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/icons/common/package.json b/packages/icons/common/package.json index 8c089d00d..f019cb324 100644 --- a/packages/icons/common/package.json +++ b/packages/icons/common/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/icons", - "version": "0.0.4", + "version": "0.0.5", "description": "Interlay UI icons, commonly used in components", "homepage": "https://github.com/interlay/ui#readme", "license": "MIT",