Skip to content

Commit

Permalink
Version Packages (#1517)
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 9, 2025
1 parent 7bf080f commit f015c1f
Show file tree
Hide file tree
Showing 34 changed files with 185 additions and 176 deletions.
6 changes: 0 additions & 6 deletions .changeset/eight-birds-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-dryers-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-geese-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-rabbits-do.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.17.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.4"
}
}
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.17.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.17.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: 6 additions & 0 deletions packages/fuselage-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.34.1

### Patch Changes

- [#1521](https://github.com/RocketChat/fuselage/pull/1521) [`1dc6c86`](https://github.com/RocketChat/fuselage/commit/1dc6c86df827a44a8c0ac4cc7f239b2507ecd33d) Thanks [@tassoevan](https://github.com/tassoevan)! - fix(fuselage-hooks): Stricter generics for `useEffectEvent`

## 0.34.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-hooks",
"version": "0.34.0",
"version": "0.34.1",
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down 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.17.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.17.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.1",
"@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.17.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.17.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
12 changes: 12 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.60.1

### Patch Changes

- [#1521](https://github.com/RocketChat/fuselage/pull/1521) [`1dc6c86`](https://github.com/RocketChat/fuselage/commit/1dc6c86df827a44a8c0ac4cc7f239b2507ecd33d) Thanks [@tassoevan](https://github.com/tassoevan)! - fix(fuselage-hooks): Stricter generics for `useEffectEvent`

- [#1516](https://github.com/RocketChat/fuselage/pull/1516) [`deac02f`](https://github.com/RocketChat/fuselage/commit/deac02f45b23227b699774b92aeac87b2dda739e) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `SidebarV2` styles

- [#1523](https://github.com/RocketChat/fuselage/pull/1523) [`7bf080f`](https://github.com/RocketChat/fuselage/commit/7bf080f512c160da6c8f79a3c3ba3cd783b17402) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(icons): Add circle-unfilled new variations

- [#1522](https://github.com/RocketChat/fuselage/pull/1522) [`0006fe9`](https://github.com/RocketChat/fuselage/commit/0006fe943a23607d9974cabacadf973a68996683) Thanks [@dougfabris](https://github.com/dougfabris)! - fix: `OptionIcon` not receiving proper icon props

## 0.60.0

### Minor 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.0",
"version": "0.60.1",
"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.23.1",
"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
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.40.0

### Minor Changes

- [#1523](https://github.com/RocketChat/fuselage/pull/1523) [`7bf080f`](https://github.com/RocketChat/fuselage/commit/7bf080f512c160da6c8f79a3c3ba3cd783b17402) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(icons): Add circle-unfilled new variations

## 0.39.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/icons",
"version": "0.39.0",
"version": "0.40.0",
"description": "Rocket.Chat's Icons",
"author": {
"name": "Rocket.Chat",
Expand Down Expand Up @@ -29,9 +29,9 @@
"lint-and-fix": "lint-and-fix"
},
"devDependencies": {
"build-icons": "workspace:~",
"build-icons": "^0.31.25",
"eslint": "~9.17.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.1",
"@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.17.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
7 changes: 7 additions & 0 deletions packages/logo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.31.32

### Patch Changes

- Updated dependencies [[`1dc6c86`](https://github.com/RocketChat/fuselage/commit/1dc6c86df827a44a8c0ac4cc7f239b2507ecd33d)]:
- @rocket.chat/[email protected]

## 0.31.31

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/logo",
"version": "0.31.31",
"version": "0.31.32",
"description": "Rocket.Chat logo package",
"keywords": [
"rocketchat",
Expand Down 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.17.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.17.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.17.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.1",
"@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.17.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
Loading

0 comments on commit f015c1f

Please sign in to comment.