Skip to content

Commit

Permalink
Version Packages (#1538)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Rocket.Chat committed Jan 24, 2025
1 parent 6a6386a commit 4a12fac
Show file tree
Hide file tree
Showing 28 changed files with 157 additions and 156 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-cycles-reflect.md

This file was deleted.

8 changes: 4 additions & 4 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/stylis": "^4.2.7",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.4.2",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
Expand All @@ -58,9 +58,9 @@
},
"dependencies": {
"@emotion/hash": "^0.9.2",
"@rocket.chat/css-supports": "workspace:~",
"@rocket.chat/memo": "workspace:~",
"@rocket.chat/stylis-logical-props-middleware": "workspace:~",
"@rocket.chat/css-supports": "^0.31.25",
"@rocket.chat/memo": "^0.31.25",
"@rocket.chat/stylis-logical-props-middleware": "^0.31.25",
"stylis": "~4.3.5"
}
}
4 changes: 2 additions & 2 deletions packages/css-supports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"devDependencies": {
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.4.2",
"rimraf": "~3.0.2",
"typedoc": "~0.27.5",
"typescript": "~5.7.2"
},
"dependencies": {
"@rocket.chat/memo": "workspace:~"
"@rocket.chat/memo": "^0.31.25"
}
}
2 changes: 1 addition & 1 deletion packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/jest": "~29.5.14",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"rollup": "~2.79.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "jest --runInBand"
},
"devDependencies": {
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rollup/plugin-commonjs": "~21.0.3",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
Expand All @@ -57,7 +57,7 @@
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"react": "^17.0.2",
Expand All @@ -67,7 +67,7 @@
"rimraf": "~5.0.0",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
"testing-utils": "workspace:~",
"testing-utils": "^0.31.25",
"ts-jest": "~29.2.5",
"typedoc": "~0.27.5",
"typescript": "~5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.4.2"
}
}
12 changes: 6 additions & 6 deletions packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@rocket.chat/fuselage": "workspace:~",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/layout": "workspace:~",
"@rocket.chat/styled": "workspace:~",
"@rocket.chat/fuselage": "^0.60.3",
"@rocket.chat/fuselage-hooks": "^0.34.1",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/layout": "^0.31.27",
"@rocket.chat/styled": "^0.31.25",
"@storybook/addon-essentials": "~8.4.7",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/preview-api": "~8.4.7",
Expand All @@ -65,7 +65,7 @@
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"react-dom": "~17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
".:build:clean": "rimraf dist"
},
"devDependencies": {
"build-design-tokens": "workspace:~",
"build-design-tokens": "^0.31.25",
"eslint": "~9.18.0",
"eslint-config-prettier": "~8.8.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"postcss-scss": "~4.0.9",
"prettier": "~3.4.2",
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.60.3

### Patch Changes

- [#1537](https://github.com/RocketChat/fuselage/pull/1537) [`6a6386a`](https://github.com/RocketChat/fuselage/commit/6a6386a2b1fe56eda40277984f6d300315b1f38a) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix: `SelectAria` hidden select should be child of trigger

## 0.60.2

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage",
"version": "0.60.2",
"version": "0.60.3",
"description": "Rocket.Chat's React Components Library",
"author": {
"name": "Rocket.Chat",
Expand Down Expand Up @@ -52,11 +52,11 @@
"react-virtuoso": "1.2.4"
},
"dependencies": {
"@rocket.chat/css-in-js": "workspace:~",
"@rocket.chat/css-supports": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/memo": "workspace:~",
"@rocket.chat/styled": "workspace:~",
"@rocket.chat/css-in-js": "^0.31.25",
"@rocket.chat/css-supports": "^0.31.25",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/memo": "^0.31.25",
"@rocket.chat/styled": "^0.31.25",
"invariant": "^2.2.4",
"react-aria": "~3.37.0",
"react-keyed-flatten-children": "^1.3.0",
Expand All @@ -67,9 +67,9 @@
"@babel/plugin-transform-runtime": "~7.25.9",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.26.3",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-polyfills": "workspace:~",
"@rocket.chat/icons": "workspace:~",
"@rocket.chat/fuselage-hooks": "^0.34.1",
"@rocket.chat/fuselage-polyfills": "^0.31.25",
"@rocket.chat/icons": "^0.40.0",
"@storybook/addon-a11y": "~8.4.7",
"@storybook/addon-essentials": "~8.4.7",
"@storybook/addon-interactions": "~8.4.7",
Expand Down Expand Up @@ -102,7 +102,7 @@
"jest": "~29.7.0",
"jest-axe": "~8.0.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"mini-css-extract-plugin": "~2.9.2",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
Expand All @@ -129,7 +129,7 @@
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.10.0",
"testing-utils": "workspace:~",
"testing-utils": "^0.31.25",
"ts-jest": "~29.2.5",
"ts-loader": "~9.5.1",
"typescript": "~5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"lint-and-fix": "lint-and-fix"
},
"devDependencies": {
"build-icons": "workspace:~",
"build-icons": "^0.31.25",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@rocket.chat/fuselage": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/fuselage": "^0.60.3",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@storybook/addon-essentials": "~8.4.7",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/preview-api": "~8.4.7",
Expand All @@ -52,7 +52,7 @@
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"react": "~17.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@types/jest": "~29.5.14",
"@types/react": "~17.0.83",
"@types/react-dom": "~17.0.25",
"build-logo": "workspace:~",
"build-logo": "^0.31.25",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"react": "^17.0.2",
Expand All @@ -60,8 +60,8 @@
"typescript": "~5.7.2"
},
"dependencies": {
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/styled": "workspace:~"
"@rocket.chat/fuselage-hooks": "^0.34.1",
"@rocket.chat/styled": "^0.31.25"
},
"peerDependencies": {
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/memo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jest": "~29.5.14",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.4.2",
"rimraf": "~3.0.2",
"ts-jest": "~29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.4.2",
"rollup": "~3.29.5",
"ts-jest": "~29.2.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/onboarding-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"url": "https://github.com/RocketChat/fuselage/issues"
},
"devDependencies": {
"@rocket.chat/fuselage": "workspace:~",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-polyfills": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/icons": "workspace:~",
"@rocket.chat/layout": "workspace:~",
"@rocket.chat/logo": "workspace:~",
"@rocket.chat/styled": "workspace:~",
"@rocket.chat/fuselage": "^0.60.3",
"@rocket.chat/fuselage-hooks": "^0.34.1",
"@rocket.chat/fuselage-polyfills": "^0.31.25",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/icons": "^0.40.0",
"@rocket.chat/layout": "^0.31.27",
"@rocket.chat/logo": "^0.31.32",
"@rocket.chat/styled": "^0.31.25",
"@storybook/addon-a11y": "~8.4.7",
"@storybook/addon-essentials": "~8.4.7",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
Expand All @@ -62,7 +62,7 @@
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/peggy-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/node": "~14.18.42",
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"peggy": "3.0.2",
"prettier": "~3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/string-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "~29.5.14",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint": "~9.18.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
Expand All @@ -49,6 +49,6 @@
"typescript": "~5.7.2"
},
"dependencies": {
"@rocket.chat/css-in-js": "workspace:~"
"@rocket.chat/css-in-js": "^0.31.25"
}
}
4 changes: 2 additions & 2 deletions packages/stylis-logical-props-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/jest": "~29.5.14",
"eslint": "~9.18.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.4.2",
"rimraf": "^3.0.2",
Expand All @@ -49,7 +49,7 @@
"typescript": "~5.7.2"
},
"dependencies": {
"@rocket.chat/css-supports": "workspace:~"
"@rocket.chat/css-supports": "^0.31.25"
},
"peerDependencies": {
"stylis": "~4.3.5"
Expand Down
4 changes: 2 additions & 2 deletions tools/build-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"dependencies": {
"stylelint": "~16.13.2",
"tools-utils": "workspace:~"
"tools-utils": "^0.31.25"
},
"version": "0.31.25",
"devDependencies": {
"eslint": "~9.18.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.4.2"
}
}
Loading

0 comments on commit 4a12fac

Please sign in to comment.