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
6 changes: 0 additions & 6 deletions .changeset/empty-snails-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-pillows-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-monkeys-change.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/fuselage-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rocket.chat/fuselage-forms

## 0.1.1

### Patch Changes

- [#1740](https://github.com/RocketChat/fuselage/pull/1740) [`fd4847a`](https://github.com/RocketChat/fuselage/commit/fd4847a9a62b33a4c73d5b234c515ec92d9b6c27) Thanks [@gabriellsh](https://github.com/gabriellsh)! - fix(fuselage-forms): Clicking on label does not focus on input

- Updated dependencies [[`fd4847a`](https://github.com/RocketChat/fuselage/commit/fd4847a9a62b33a4c73d5b234c515ec92d9b6c27), [`a1bcbe8`](https://github.com/RocketChat/fuselage/commit/a1bcbe87cec75e4ad3561571e837e3bb0da28886)]:
- @rocket.chat/fuselage-hooks@0.38.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-forms",
"version": "0.1.0",
"version": "0.1.1",
"description": "A set of component wrappers to provide ease of use and accessibility out-of-box.",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/fuselage-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.38.1

### Patch Changes

- [#1740](https://github.com/RocketChat/fuselage/pull/1740) [`fd4847a`](https://github.com/RocketChat/fuselage/commit/fd4847a9a62b33a4c73d5b234c515ec92d9b6c27) Thanks [@gabriellsh](https://github.com/gabriellsh)! - fix(fuselage-forms): Clicking on label does not focus on input

- [#1757](https://github.com/RocketChat/fuselage/pull/1757) [`a1bcbe8`](https://github.com/RocketChat/fuselage/commit/a1bcbe87cec75e4ad3561571e837e3bb0da28886) Thanks [@tassoevan](https://github.com/tassoevan)! - Preserves the generic type of `useLocalStorage` and `useSessionStorage`'

## 0.38.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.38.0",
"version": "0.38.1",
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.67.0

### Minor Changes

- [#1754](https://github.com/RocketChat/fuselage/pull/1754) [`210f7e4`](https://github.com/RocketChat/fuselage/commit/210f7e4aee6551232753654def39e5e0d2a3d9b9) Thanks [@tassoevan](https://github.com/tassoevan)! - Reduces the bundle size of `@rocket.chat/fuselage` by externalizing more dependencies and increasing the ECMAScript version.

## 0.66.4

### Patch 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.66.4",
"version": "0.67.0",
"description": "Rocket.Chat's React Components Library",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down