Skip to content

Commit 4268bad

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

File tree

29 files changed

+164
-163
lines changed

29 files changed

+164
-163
lines changed

.changeset/four-baboons-float.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/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.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": {

packages/fuselage-toastbar/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
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/styled": "workspace:~",
48+
"@rocket.chat/fuselage": "^0.66.3",
49+
"@rocket.chat/fuselage-hooks": "^0.37.2",
50+
"@rocket.chat/fuselage-tokens": "^0.33.2",
51+
"@rocket.chat/layout": "^0.33.1",
52+
"@rocket.chat/styled": "^0.32.0",
5353
"@storybook/addon-docs": "~9.0.18",
5454
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
5555
"@storybook/react-webpack5": "~9.0.18",
@@ -62,7 +62,7 @@
6262
"eslint": "~9.29.0",
6363
"jest": "~30.0.0",
6464
"jest-environment-jsdom": "~30.0.5",
65-
"lint-all": "workspace:~",
65+
"lint-all": "^0.31.25",
6666
"npm-run-all": "^4.1.5",
6767
"prettier": "~3.5.3",
6868
"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.29.0",
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.66.3
4+
5+
### Patch Changes
6+
7+
- [#1744](https://github.com/RocketChat/fuselage/pull/1744) [`bafacf2`](https://github.com/RocketChat/fuselage/commit/bafacf207836e199bb9bf64588e43cb3802de19c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): SidebarV2Item padding
8+
39
## 0.66.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)