Skip to content

Commit 872364f

Browse files
github-actions[bot]Rocket.Chat
authored andcommitted
Version Packages (#1752)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d7afb0 commit 872364f

File tree

33 files changed

+181
-175
lines changed

33 files changed

+181
-175
lines changed

.changeset/brave-plums-provide.md

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

.changeset/green-walls-kick.md

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

.changeset/swift-llamas-wait.md

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

packages/css-in-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
},
3939
"dependencies": {
4040
"@emotion/hash": "^0.9.2",
41-
"@rocket.chat/css-supports": "workspace:~",
42-
"@rocket.chat/memo": "workspace:~",
43-
"@rocket.chat/stylis-logical-props-middleware": "workspace:~",
41+
"@rocket.chat/css-supports": "^0.31.25",
42+
"@rocket.chat/memo": "^0.31.25",
43+
"@rocket.chat/stylis-logical-props-middleware": "^0.31.25",
4444
"stylis": "~4.3.6"
4545
},
4646
"devDependencies": {
@@ -52,7 +52,7 @@
5252
"@types/stylis": "^4.2.7",
5353
"eslint": "~9.29.0",
5454
"jest": "~30.0.0",
55-
"lint-all": "workspace:~",
55+
"lint-all": "^0.31.25",
5656
"prettier": "~3.5.3",
5757
"rollup": "~4.45.1",
5858
"ts-jest": "~29.4.0",

packages/css-supports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"lint-and-fix": "lint-and-fix"
3131
},
3232
"dependencies": {
33-
"@rocket.chat/memo": "workspace:~"
33+
"@rocket.chat/memo": "^0.31.25"
3434
},
3535
"devDependencies": {
3636
"eslint": "~9.29.0",
37-
"lint-all": "workspace:~",
37+
"lint-all": "^0.31.25",
3838
"prettier": "~3.5.3",
3939
"rimraf": "~6.0.1",
4040
"typedoc": "~0.28.7",

packages/emitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rollup/plugin-typescript": "~12.1.4",
4242
"eslint": "~9.29.0",
4343
"jest": "~30.0.0",
44-
"lint-all": "workspace:~",
44+
"lint-all": "^0.31.25",
4545
"npm-run-all": "^4.1.5",
4646
"prettier": "~3.5.3",
4747
"rollup": "~4.45.1",

packages/fuselage-forms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@rocket.chat/fuselage": "*",
39-
"@rocket.chat/fuselage-tokens": "workspace:~",
39+
"@rocket.chat/fuselage-tokens": "^0.33.2",
4040
"@storybook/addon-docs": "~9.0.18",
4141
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
4242
"@storybook/react-webpack5": "~9.0.18",
@@ -52,7 +52,7 @@
5252
"jest": "~29.7.0",
5353
"jest-axe": "~10.0.0",
5454
"jest-environment-jsdom": "~30.0.5",
55-
"lint-all": "workspace:~",
55+
"lint-all": "^0.31.25",
5656
"prettier": "~3.5.3",
5757
"react": "~18.3.1",
5858
"react-dom": "~18.3.1",

packages/fuselage-hooks/CHANGELOG.md

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

3+
## 0.38.0
4+
5+
### Minor Changes
6+
7+
- [#1751](https://github.com/RocketChat/fuselage/pull/1751) [`b02bbea`](https://github.com/RocketChat/fuselage/commit/b02bbea768e265fdfe7a9340536f016543ad7bed) Thanks [@tassoevan](https://github.com/tassoevan)! - Exposes the `useStorage` hook as an alternative for the specialized ones (`useLocalStorage` and `useSessionStorage`).
8+
39
## 0.37.2
410

511
### Patch Changes

packages/fuselage-hooks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/fuselage-hooks",
3-
"version": "0.37.2",
3+
"version": "0.38.0",
44
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
55
"keywords": [
66
"react",
@@ -39,8 +39,8 @@
3939
"test": "jest --runInBand"
4040
},
4141
"devDependencies": {
42-
"@rocket.chat/emitter": "workspace:~",
43-
"@rocket.chat/fuselage-tokens": "workspace:~",
42+
"@rocket.chat/emitter": "^0.31.25",
43+
"@rocket.chat/fuselage-tokens": "^0.33.2",
4444
"@rollup/plugin-commonjs": "~28.0.6",
4545
"@rollup/plugin-json": "~6.1.0",
4646
"@rollup/plugin-node-resolve": "~16.0.1",
@@ -55,14 +55,14 @@
5555
"eslint": "~9.29.0",
5656
"jest": "~30.0.0",
5757
"jest-environment-jsdom": "~30.0.5",
58-
"lint-all": "workspace:~",
58+
"lint-all": "^0.31.25",
5959
"npm-run-all": "^4.1.5",
6060
"prettier": "~3.5.3",
6161
"react": "~18.3.1",
6262
"react-dom": "~18.3.1",
6363
"rimraf": "~6.0.1",
6464
"rollup": "~4.45.1",
65-
"testing-utils": "workspace:~",
65+
"testing-utils": "^0.31.25",
6666
"ts-jest": "~29.4.0",
6767
"typedoc": "~0.28.7",
6868
"typescript": "~5.8.3"

packages/fuselage-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"eslint": "~9.29.0",
33-
"lint-all": "workspace:~",
33+
"lint-all": "^0.31.25",
3434
"prettier": "~3.5.3"
3535
},
3636
"publishConfig": {

0 commit comments

Comments
 (0)