Skip to content

Commit d8215ec

Browse files
github-actions[bot]Rocket.Chat
authored andcommitted
Version Packages (#1881)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43fc015 commit d8215ec

File tree

28 files changed

+173
-172
lines changed

28 files changed

+173
-172
lines changed

.changeset/lucky-bottles-sleep.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.39.2",
5454
"jest": "~30.2.0",
55-
"lint-all": "workspace:~",
55+
"lint-all": "^0.31.25",
5656
"prettier": "~3.6.2",
5757
"rollup": "~4.52.5",
5858
"ts-jest": "~29.4.6",

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.39.2",
37-
"lint-all": "workspace:~",
37+
"lint-all": "^0.31.25",
3838
"prettier": "~3.6.2",
3939
"rimraf": "~6.0.1",
4040
"typedoc": "~0.28.16",

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.39.2",
4343
"jest": "~30.2.0",
44-
"lint-all": "workspace:~",
44+
"lint-all": "^0.31.25",
4545
"npm-run-all": "^4.1.5",
4646
"prettier": "~3.6.2",
4747
"rollup": "~4.52.5",

packages/fuselage-forms/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"test": "jest --runInBand"
3636
},
3737
"devDependencies": {
38-
"@rocket.chat/fuselage": "workspace:~",
39-
"@rocket.chat/fuselage-hooks": "workspace:~",
40-
"@rocket.chat/fuselage-tokens": "workspace:~",
41-
"@rocket.chat/storybook-dark-mode": "workspace:~",
38+
"@rocket.chat/fuselage": "^0.73.0",
39+
"@rocket.chat/fuselage-hooks": "^0.40.0",
40+
"@rocket.chat/fuselage-tokens": "^0.33.2",
41+
"@rocket.chat/storybook-dark-mode": "^4.1.0",
4242
"@storybook/addon-docs": "~9.1.17",
4343
"@storybook/addon-webpack5-compiler-swc": "~4.0.2",
4444
"@storybook/react-webpack5": "~9.1.17",
@@ -54,7 +54,7 @@
5454
"jest": "~30.2.0",
5555
"jest-axe": "~10.0.0",
5656
"jest-environment-jsdom": "~30.2.0",
57-
"lint-all": "workspace:~",
57+
"lint-all": "^0.31.25",
5858
"prettier": "~3.6.2",
5959
"react": "~18.3.1",
6060
"react-dom": "~18.3.1",
@@ -77,7 +77,7 @@
7777
"access": "public"
7878
},
7979
"dependencies": {
80-
"@rocket.chat/emitter": "workspace:~",
80+
"@rocket.chat/emitter": "^0.32.0",
8181
"react-aria": "~3.37.0"
8282
}
8383
}

packages/fuselage-hooks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.32.0",
43+
"@rocket.chat/fuselage-tokens": "^0.33.2",
4444
"@rollup/plugin-commonjs": "~28.0.9",
4545
"@rollup/plugin-json": "~6.1.0",
4646
"@rollup/plugin-node-resolve": "~16.0.3",
@@ -55,14 +55,14 @@
5555
"eslint": "~9.39.2",
5656
"jest": "~30.2.0",
5757
"jest-environment-jsdom": "~30.2.0",
58-
"lint-all": "workspace:~",
58+
"lint-all": "^0.31.25",
5959
"npm-run-all": "^4.1.5",
6060
"prettier": "~3.6.2",
6161
"react": "~18.3.1",
6262
"react-dom": "~18.3.1",
6363
"rimraf": "~6.0.1",
6464
"rollup": "~4.52.5",
65-
"testing-utils": "workspace:~",
65+
"testing-utils": "^0.31.25",
6666
"ts-jest": "~29.4.6",
6767
"typedoc": "~0.28.16",
6868
"typescript": "~5.9.3"

packages/fuselage-toastbar/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"react-timing-hooks": "~4.0.2"
4646
},
4747
"devDependencies": {
48-
"@rocket.chat/fuselage": "workspace:~",
49-
"@rocket.chat/fuselage-hooks": "workspace:~",
50-
"@rocket.chat/fuselage-tokens": "workspace:~",
51-
"@rocket.chat/layout": "workspace:~",
52-
"@rocket.chat/storybook-dark-mode": "workspace:~",
53-
"@rocket.chat/styled": "workspace:~",
48+
"@rocket.chat/fuselage": "^0.73.0",
49+
"@rocket.chat/fuselage-hooks": "^0.40.0",
50+
"@rocket.chat/fuselage-tokens": "^0.33.2",
51+
"@rocket.chat/layout": "^0.34.2",
52+
"@rocket.chat/storybook-dark-mode": "^4.1.0",
53+
"@rocket.chat/styled": "^0.32.0",
5454
"@storybook/addon-docs": "~9.1.17",
5555
"@storybook/addon-webpack5-compiler-swc": "~4.0.2",
5656
"@storybook/react-webpack5": "~9.1.17",
@@ -63,7 +63,7 @@
6363
"eslint": "~9.39.2",
6464
"jest": "~30.2.0",
6565
"jest-environment-jsdom": "~30.2.0",
66-
"lint-all": "workspace:~",
66+
"lint-all": "^0.31.25",
6767
"npm-run-all": "^4.1.5",
6868
"prettier": "~3.6.2",
6969
"react": "~18.3.1",

packages/fuselage-tokens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
".:build:clean": "rimraf dist"
3737
},
3838
"devDependencies": {
39-
"build-design-tokens": "workspace:~",
39+
"build-design-tokens": "^0.31.25",
4040
"eslint": "~9.39.2",
4141
"eslint-config-prettier": "~10.1.8",
42-
"lint-all": "workspace:~",
42+
"lint-all": "^0.31.25",
4343
"npm-run-all": "^4.1.5",
4444
"postcss": "~8.5.6",
4545
"postcss-scss": "~4.0.9",

packages/fuselage/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.73.0
4+
5+
### Minor Changes
6+
7+
- [#1880](https://github.com/RocketChat/fuselage/pull/1880) [`c312238`](https://github.com/RocketChat/fuselage/commit/c3122389dfe5ba4970ddc59d57b1ddc70464f7dc) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): improve `Toastbar` accessibility
8+
39
## 0.72.1
410

511
### Patch Changes

packages/fuselage/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/fuselage",
3-
"version": "0.72.1",
3+
"version": "0.73.0",
44
"description": "Rocket.Chat's React Components Library",
55
"homepage": "https://github.com/RocketChat/fuselage#readme",
66
"bugs": {
@@ -37,11 +37,11 @@
3737
"build-storybook": "cross-env NODE_ENV=production storybook build"
3838
},
3939
"dependencies": {
40-
"@rocket.chat/css-in-js": "workspace:~",
41-
"@rocket.chat/css-supports": "workspace:~",
42-
"@rocket.chat/fuselage-tokens": "workspace:~",
43-
"@rocket.chat/memo": "workspace:~",
44-
"@rocket.chat/styled": "workspace:~",
40+
"@rocket.chat/css-in-js": "^0.31.25",
41+
"@rocket.chat/css-supports": "^0.31.25",
42+
"@rocket.chat/fuselage-tokens": "^0.33.2",
43+
"@rocket.chat/memo": "^0.31.25",
44+
"@rocket.chat/styled": "^0.32.0",
4545
"invariant": "^2.2.4",
4646
"react-aria": "~3.37.0",
4747
"react-keyed-flatten-children": "^1.3.0",
@@ -52,9 +52,9 @@
5252
"@babel/plugin-transform-runtime": "~7.28.5",
5353
"@babel/preset-env": "~7.28.6",
5454
"@babel/preset-react": "~7.28.5",
55-
"@rocket.chat/fuselage-hooks": "workspace:~",
56-
"@rocket.chat/icons": "workspace:~",
57-
"@rocket.chat/storybook-dark-mode": "workspace:~",
55+
"@rocket.chat/fuselage-hooks": "^0.40.0",
56+
"@rocket.chat/icons": "^0.46.0",
57+
"@rocket.chat/storybook-dark-mode": "^4.1.0",
5858
"@storybook/addon-a11y": "~9.1.17",
5959
"@storybook/addon-docs": "~9.1.17",
6060
"@storybook/addon-links": "~9.1.17",
@@ -79,7 +79,7 @@
7979
"jest": "~30.2.0",
8080
"jest-axe": "~10.0.0",
8181
"jest-environment-jsdom": "~30.2.0",
82-
"lint-all": "workspace:~",
82+
"lint-all": "^0.31.25",
8383
"mini-css-extract-plugin": "~2.9.4",
8484
"normalize.css": "^8.0.1",
8585
"npm-run-all": "^4.1.5",
@@ -103,7 +103,7 @@
103103
"stylelint-order": "~7.0.1",
104104
"stylelint-prettier": "~5.0.3",
105105
"stylelint-scss": "~6.12.1",
106-
"testing-utils": "workspace:~",
106+
"testing-utils": "^0.31.25",
107107
"ts-jest": "~29.4.6",
108108
"ts-loader": "~9.5.4",
109109
"typescript": "~5.9.3",

0 commit comments

Comments
 (0)