diff --git a/.changeset/eight-birds-invite.md b/.changeset/eight-birds-invite.md deleted file mode 100644 index 7e3351cd3e..0000000000 --- a/.changeset/eight-birds-invite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rocket.chat/fuselage-hooks': patch -'@rocket.chat/fuselage': patch ---- - -fix(fuselage-hooks): Stricter generics for `useEffectEvent` diff --git a/.changeset/healthy-dryers-admire.md b/.changeset/healthy-dryers-admire.md deleted file mode 100644 index 8052c82706..0000000000 --- a/.changeset/healthy-dryers-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': patch ---- - -fix(fuselage): `SidebarV2` styles diff --git a/.changeset/shaggy-geese-speak.md b/.changeset/shaggy-geese-speak.md deleted file mode 100644 index 3b1b792558..0000000000 --- a/.changeset/shaggy-geese-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rocket.chat/icons': minor -'@rocket.chat/fuselage': patch ---- - -feat(icons): Add circle-unfilled new variations diff --git a/.changeset/tall-rabbits-do.md b/.changeset/tall-rabbits-do.md deleted file mode 100644 index c21a6b0068..0000000000 --- a/.changeset/tall-rabbits-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': patch ---- - -fix: `OptionIcon` not receiving proper icon props diff --git a/packages/fuselage-hooks/CHANGELOG.md b/packages/fuselage-hooks/CHANGELOG.md index 15335d986f..efcb479ea6 100644 --- a/packages/fuselage-hooks/CHANGELOG.md +++ b/packages/fuselage-hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.34.1 + +### Patch Changes + +- [#1521](https://github.com/RocketChat/fuselage/pull/1521) [`1dc6c86`](https://github.com/RocketChat/fuselage/commit/1dc6c86df827a44a8c0ac4cc7f239b2507ecd33d) Thanks [@tassoevan](https://github.com/tassoevan)! - fix(fuselage-hooks): Stricter generics for `useEffectEvent` + ## 0.34.0 ### Minor Changes diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index ebc26edfac..3c101c9f00 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-hooks", - "version": "0.34.0", + "version": "0.34.1", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index 0c73bdb77e..45b5e4ee71 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.60.1 + +### Patch Changes + +- [#1521](https://github.com/RocketChat/fuselage/pull/1521) [`1dc6c86`](https://github.com/RocketChat/fuselage/commit/1dc6c86df827a44a8c0ac4cc7f239b2507ecd33d) Thanks [@tassoevan](https://github.com/tassoevan)! - fix(fuselage-hooks): Stricter generics for `useEffectEvent` + +- [#1516](https://github.com/RocketChat/fuselage/pull/1516) [`deac02f`](https://github.com/RocketChat/fuselage/commit/deac02f45b23227b699774b92aeac87b2dda739e) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `SidebarV2` styles + +- [#1523](https://github.com/RocketChat/fuselage/pull/1523) [`7bf080f`](https://github.com/RocketChat/fuselage/commit/7bf080f512c160da6c8f79a3c3ba3cd783b17402) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(icons): Add circle-unfilled new variations + +- [#1522](https://github.com/RocketChat/fuselage/pull/1522) [`0006fe9`](https://github.com/RocketChat/fuselage/commit/0006fe943a23607d9974cabacadf973a68996683) Thanks [@dougfabris](https://github.com/dougfabris)! - fix: `OptionIcon` not receiving proper icon props + ## 0.60.0 ### Minor Changes diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index 1eda724a46..7b0bb8b228 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.60.0", + "version": "0.60.1", "description": "Rocket.Chat's React Components Library", "author": { "name": "Rocket.Chat", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index e00b6169f7..1fec09c4af 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.40.0 + +### Minor Changes + +- [#1523](https://github.com/RocketChat/fuselage/pull/1523) [`7bf080f`](https://github.com/RocketChat/fuselage/commit/7bf080f512c160da6c8f79a3c3ba3cd783b17402) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(icons): Add circle-unfilled new variations + ## 0.39.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 58672ac39c..f6c647f787 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/icons", - "version": "0.39.0", + "version": "0.40.0", "description": "Rocket.Chat's Icons", "author": { "name": "Rocket.Chat", diff --git a/packages/logo/CHANGELOG.md b/packages/logo/CHANGELOG.md index 3a9097c502..0c36c19fb7 100644 --- a/packages/logo/CHANGELOG.md +++ b/packages/logo/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.31.32 + +### Patch Changes + +- Updated dependencies [[`1dc6c86`](https://github.com/RocketChat/fuselage/commit/1dc6c86df827a44a8c0ac4cc7f239b2507ecd33d)]: + - @rocket.chat/fuselage-hooks@0.34.1 + ## 0.31.31 ### Patch Changes diff --git a/packages/logo/package.json b/packages/logo/package.json index ca759ac3a0..8f7b3ee6f2 100644 --- a/packages/logo/package.json +++ b/packages/logo/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/logo", - "version": "0.31.31", + "version": "0.31.32", "description": "Rocket.Chat logo package", "keywords": [ "rocketchat",