Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1192

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-cars-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-flowers-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-lamps-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-crabs-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-plants-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-scissors-sit.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading