Skip to content
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/lazy-facts-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loose-teams-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/puny-turkeys-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sad-beers-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-apes-confess.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.62.1

### Patch Changes

- [#1633](https://github.com/RocketChat/fuselage/pull/1633) [`18a33f4`](https://github.com/RocketChat/fuselage/commit/18a33f44e7c2df9a2ef50596a813b86d68b1604e) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Keep displaying button when Menu is opened

- [#1632](https://github.com/RocketChat/fuselage/pull/1632) [`9f8fea1`](https://github.com/RocketChat/fuselage/commit/9f8fea100223fdb4efb1175e2ecb608cdfe3d79f) Thanks [@yash-rajpal](https://github.com/yash-rajpal)! - fix(fuselage): `MenuV2` not handling focus properly

- [#1634](https://github.com/RocketChat/fuselage/pull/1634) [`20d9521`](https://github.com/RocketChat/fuselage/commit/20d9521ccc517206e8e1ac87f4f8e7665036dfd4) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Increase `z-index` in `ContextualbarV2`

## 0.62.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.62.0",
"version": "0.62.1",
"description": "Rocket.Chat's React Components Library",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.43.0

### Minor Changes

- [#1640](https://github.com/RocketChat/fuselage/pull/1640) [`5c8eff6`](https://github.com/RocketChat/fuselage/commit/5c8eff6a39eb509685536ce34bdb49f16dcd88c8) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(icons): Add new inbox icon

- [#1626](https://github.com/RocketChat/fuselage/pull/1626) [`d3d7817`](https://github.com/RocketChat/fuselage/commit/d3d78172e0395575281526c2925eba86d7c95d50) Thanks [@gabriellsh](https://github.com/gabriellsh)! - feat(icons): Add new `stacked-meatballs`

## 0.42.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/icons",
"version": "0.42.0",
"version": "0.43.0",
"description": "Rocket.Chat's Icons",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
Loading