diff --git a/.changeset/cuddly-cars-jam.md b/.changeset/cuddly-cars-jam.md deleted file mode 100644 index e298d1cc8a..0000000000 --- a/.changeset/cuddly-cars-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": minor ---- - -feat(fuselage): change `SidebarItem` focus color diff --git a/.changeset/cuddly-flowers-crash.md b/.changeset/cuddly-flowers-crash.md deleted file mode 100644 index f7ed64daf6..0000000000 --- a/.changeset/cuddly-flowers-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": patch ---- - -feat(fuselage): `ContextualbarAction` size diff --git a/.changeset/lemon-lamps-chew.md b/.changeset/lemon-lamps-chew.md deleted file mode 100644 index 9adbf1d57b..0000000000 --- a/.changeset/lemon-lamps-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": minor ---- - -feat(fuselage): `Callout` visual changes diff --git a/.changeset/many-crabs-hope.md b/.changeset/many-crabs-hope.md deleted file mode 100644 index 25b8730520..0000000000 --- a/.changeset/many-crabs-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": minor ---- - -Added a new property "addon" and updated colors from grey to white. diff --git a/.changeset/selfish-plants-divide.md b/.changeset/selfish-plants-divide.md deleted file mode 100644 index abd9c3727b..0000000000 --- a/.changeset/selfish-plants-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": minor ---- - -feat(fuselage): option to use `Tag` as link diff --git a/.changeset/selfish-scissors-sit.md b/.changeset/selfish-scissors-sit.md deleted file mode 100644 index 9aebc4ce16..0000000000 --- a/.changeset/selfish-scissors-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": patch ---- - -fix(fuselage): Remove underline prevention on anchor elements diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index cd10a4b054..f540dd87f3 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 0.34.0 + +### Minor Changes + +- [#1196](https://github.com/RocketChat/fuselage/pull/1196) [`a1c679732`](https://github.com/RocketChat/fuselage/commit/a1c67973288a3383332639a5d49c7fce12c94b5e) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): change `SidebarItem` focus color + +- [#1194](https://github.com/RocketChat/fuselage/pull/1194) [`34e442115`](https://github.com/RocketChat/fuselage/commit/34e442115f34da3f5843d48ffe711766074f707c) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): `Callout` visual changes + +- [#1190](https://github.com/RocketChat/fuselage/pull/1190) [`c2afab784`](https://github.com/RocketChat/fuselage/commit/c2afab78473f2068d695a3d7f018531b5b7fb058) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - Added a new property "addon" and updated colors from grey to white. + +- [#1195](https://github.com/RocketChat/fuselage/pull/1195) [`9ce0dd4fb`](https://github.com/RocketChat/fuselage/commit/9ce0dd4fb871812673efac7f7bd29395f6e4ef70) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): option to use `Tag` as link + +### Patch Changes + +- [#1191](https://github.com/RocketChat/fuselage/pull/1191) [`44f851599`](https://github.com/RocketChat/fuselage/commit/44f85159922eb514e3c9a5400c22071b7d8ed5e8) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): `ContextualbarAction` size + +- [#1193](https://github.com/RocketChat/fuselage/pull/1193) [`6df7d7abf`](https://github.com/RocketChat/fuselage/commit/6df7d7abf63e522c92bd4004f05d49135aa09b33) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Remove underline prevention on anchor elements + ## 0.33.0 ### Minor Changes diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index 13f5fd1c40..dcdafbf244 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.33.0", + "version": "0.34.0", "description": "Rocket.Chat's React Components Library", "author": { "name": "Rocket.Chat",