Skip to content
Closed
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/beige-toes-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-rats-film.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gold-dolls-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-cheetahs-explain.md

This file was deleted.

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

## 0.37.0

### Minor Changes

- [#1683](https://github.com/RocketChat/fuselage/pull/1683) [`b9d4f2c`](https://github.com/RocketChat/fuselage/commit/b9d4f2c1b578293c3c28e4ff6a905af60abfe9ab) Thanks [@gabriellsh](https://github.com/gabriellsh)! - feat(fuselage-hooks): Implement `useSafeRefCallback`

## 0.36.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-hooks",
"version": "0.36.0",
"version": "0.37.0",
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
"keywords": [
"react",
Expand Down
12 changes: 12 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.65.0

### Minor Changes

- [#1701](https://github.com/RocketChat/fuselage/pull/1701) [`3837986`](https://github.com/RocketChat/fuselage/commit/3837986eef96d8c8e6571002cfd10e59f1691615) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Sidepanel visual updates

### Patch Changes

- [#1704](https://github.com/RocketChat/fuselage/pull/1704) [`56b43b3`](https://github.com/RocketChat/fuselage/commit/56b43b3d2453cabae9fba1060f5f4e6da2e02db7) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage): AutoComplete's disabled property not working

- [#1703](https://github.com/RocketChat/fuselage/pull/1703) [`33f6797`](https://github.com/RocketChat/fuselage/commit/33f67971392057420b3b3b49e35f567ac2af7319) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage): FieldLabel required prop ignored when 'is' prop is set

## 0.64.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.64.0",
"version": "0.65.0",
"description": "Rocket.Chat's React Components Library",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket.chat/layout

## 0.33.1

### Patch Changes

- [#1703](https://github.com/RocketChat/fuselage/pull/1703) [`33f6797`](https://github.com/RocketChat/fuselage/commit/33f67971392057420b3b3b49e35f567ac2af7319) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage): FieldLabel required prop ignored when 'is' prop is set

## 0.33.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/layout",
"version": "0.33.0",
"version": "0.33.1",
"description": "Shared Application Layout Components",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/logo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.32.2

### Patch Changes

- Updated dependencies [[`b9d4f2c`](https://github.com/RocketChat/fuselage/commit/b9d4f2c1b578293c3c28e4ff6a905af60abfe9ab)]:
- @rocket.chat/fuselage-hooks@0.37.0

## 0.32.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/logo",
"version": "0.32.1",
"version": "0.32.2",
"description": "Rocket.Chat logo package",
"keywords": [
"rocketchat",
Expand Down
6 changes: 6 additions & 0 deletions packages/onboarding-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.35.2

### Patch Changes

- [#1703](https://github.com/RocketChat/fuselage/pull/1703) [`33f6797`](https://github.com/RocketChat/fuselage/commit/33f67971392057420b3b3b49e35f567ac2af7319) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage): FieldLabel required prop ignored when 'is' prop is set

## 0.35.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/onboarding-ui",
"version": "0.35.1",
"version": "0.35.2",
"description": "Set of components and functions for the onboarding experience on Rocket.Chat",
"keywords": [
"rocketchat"
Expand Down