From b68b6a78c8f9a1eae0bd44cb115e5bc36b95b5f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 Nov 2024 22:16:18 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-rockets-bow.md | 5 ----- .changeset/lazy-roses-kick.md | 7 ------- .changeset/soft-islands-decide.md | 13 ------------- .changeset/stupid-eagles-destroy.md | 5 ----- packages/fuselage-tokens/CHANGELOG.md | 6 ++++++ packages/fuselage-tokens/package.json | 2 +- packages/fuselage/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/fuselage/package.json | 2 +- 8 files changed, 33 insertions(+), 32 deletions(-) delete mode 100644 .changeset/chilly-rockets-bow.md delete mode 100644 .changeset/lazy-roses-kick.md delete mode 100644 .changeset/soft-islands-decide.md delete mode 100644 .changeset/stupid-eagles-destroy.md diff --git a/.changeset/chilly-rockets-bow.md b/.changeset/chilly-rockets-bow.md deleted file mode 100644 index b45864a643..0000000000 --- a/.changeset/chilly-rockets-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': patch ---- - -Fixes a bug that adds an extra whitespace when concatenating class names with `appendClassName` diff --git a/.changeset/lazy-roses-kick.md b/.changeset/lazy-roses-kick.md deleted file mode 100644 index 6bb43838e1..0000000000 --- a/.changeset/lazy-roses-kick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@rocket.chat/fuselage': minor ---- - -Simplifies `Skeleton` - -It replaces the dependency on `Box` with `StylingBox` and implements a new background animation. diff --git a/.changeset/soft-islands-decide.md b/.changeset/soft-islands-decide.md deleted file mode 100644 index 22a87e4dcb..0000000000 --- a/.changeset/soft-islands-decide.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@rocket.chat/fuselage": minor ---- - -Simplifies `Accordion` and `AccordionItem` - -It removes an obsolete and not accessible toggle switch in `AccordionItem` and eases the internal usage of `Box` to -improve rendering performance. - -Additionally, it adds a new `StylingBox` component that can be used as a wrapper for components that accept styling -props but don't need the weight of the `Box` component prop handling internally. - -Also, it adds a new `cx` and `cxx` helpers to compose class names. diff --git a/.changeset/stupid-eagles-destroy.md b/.changeset/stupid-eagles-destroy.md deleted file mode 100644 index bff8b93b1d..0000000000 --- a/.changeset/stupid-eagles-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage-tokens": patch ---- - -fix(fuselage-tokens): incorrect color tokens on Button's success variant diff --git a/packages/fuselage-tokens/CHANGELOG.md b/packages/fuselage-tokens/CHANGELOG.md index 65b5ed4603..4c03683c02 100644 --- a/packages/fuselage-tokens/CHANGELOG.md +++ b/packages/fuselage-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.33.2 + +### Patch Changes + +- [#1471](https://github.com/RocketChat/fuselage/pull/1471) [`0b4e37a`](https://github.com/RocketChat/fuselage/commit/0b4e37aea8ca562d7cdf453824dd5c514ede349d) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage-tokens): incorrect color tokens on Button's success variant + ## 0.33.1 ### Patch Changes diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index da1ff164fa..3d00724ffc 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-tokens", - "version": "0.33.1", + "version": "0.33.2", "description": "Design tokens for Fuselage, Rocket.Chat's design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index cfcc680a28..0e5747f418 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## 0.60.0 + +### Minor Changes + +- [#1475](https://github.com/RocketChat/fuselage/pull/1475) [`e86ad6f`](https://github.com/RocketChat/fuselage/commit/e86ad6fcb41454a3df41ee110f4dbc13e031fe71) Thanks [@tassoevan](https://github.com/tassoevan)! - Simplifies `Skeleton` + + It replaces the dependency on `Box` with `StylingBox` and implements a new background animation. + +- [#1470](https://github.com/RocketChat/fuselage/pull/1470) [`86fe018`](https://github.com/RocketChat/fuselage/commit/86fe018577b24adf3b7ff7c7631aed36b7caa466) Thanks [@tassoevan](https://github.com/tassoevan)! - Simplifies `Accordion` and `AccordionItem` + + It removes an obsolete and not accessible toggle switch in `AccordionItem` and eases the internal usage of `Box` to + improve rendering performance. + + Additionally, it adds a new `StylingBox` component that can be used as a wrapper for components that accept styling + props but don't need the weight of the `Box` component prop handling internally. + + Also, it adds a new `cx` and `cxx` helpers to compose class names. + +### Patch Changes + +- [#1474](https://github.com/RocketChat/fuselage/pull/1474) [`fd15f2b`](https://github.com/RocketChat/fuselage/commit/fd15f2bd7bc1fda6e8a34edc4fe5be974cb04210) Thanks [@tassoevan](https://github.com/tassoevan)! - Fixes a bug that adds an extra whitespace when concatenating class names with `appendClassName` + +- Updated dependencies [[`0b4e37a`](https://github.com/RocketChat/fuselage/commit/0b4e37aea8ca562d7cdf453824dd5c514ede349d)]: + - @rocket.chat/fuselage-tokens@0.33.2 + ## 0.59.3 ### Patch Changes diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index 4b4978d395..f8fa7f2f8d 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.59.3", + "version": "0.60.0", "description": "Rocket.Chat's React Components Library", "author": { "name": "Rocket.Chat",