Skip to content

Commit 479a0ec

Browse files
Version Packages (#1913)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c223ca1 commit 479a0ec

File tree

8 files changed

+20
-22
lines changed

8 files changed

+20
-22
lines changed

.changeset/eighty-boxes-prove.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-islands-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/salty-sites-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-lights-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/fuselage-forms/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rocket.chat/fuselage-forms
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#1922](https://github.com/RocketChat/fuselage/pull/1922) [`5e50887`](https://github.com/RocketChat/fuselage/commit/5e5088707fd0c1bdfcfd320797422069e87d36cb) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage-forms): withLabelHelpers missing forwardRef
8+
9+
- [#1921](https://github.com/RocketChat/fuselage/pull/1921) [`e0ac8d5`](https://github.com/RocketChat/fuselage/commit/e0ac8d59512ae46ff7d089824a777cdab760c92f) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage-forms): missing `role alert` on `FieldError`
10+
311
## 1.1.0
412

513
### Minor Changes

packages/fuselage-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/fuselage-forms",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A set of component wrappers to provide ease of use and accessibility out-of-box.",
55
"homepage": "https://github.com/RocketChat/fuselage#readme",
66
"bugs": {

packages/fuselage/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.75.0
4+
5+
### Minor Changes
6+
7+
- [#1912](https://github.com/RocketChat/fuselage/pull/1912) [`ee9f242`](https://github.com/RocketChat/fuselage/commit/ee9f24215b261c228781c540e9bbdda1f23c6e59) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): add `gap` styling prop to `Box`
8+
9+
### Patch Changes
10+
11+
- [#1923](https://github.com/RocketChat/fuselage/pull/1923) [`c223ca1`](https://github.com/RocketChat/fuselage/commit/c223ca16c837daccc5a320ca787b0bba646ba086) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Set default cursor style for Label component
12+
313
## 0.74.0
414

515
### Minor Changes

packages/fuselage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/fuselage",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Rocket.Chat's React Components Library",
55
"homepage": "https://github.com/RocketChat/fuselage#readme",
66
"bugs": {

0 commit comments

Comments
 (0)