Skip to content

Commit

Permalink
Version Packages (#1472)
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 Dec 10, 2024
1 parent b044c3b commit 2533875
Show file tree
Hide file tree
Showing 43 changed files with 219 additions and 226 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-rockets-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-parrots-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-ads-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-eagles-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-houses-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-bananas-obey.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lazy-roses-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-monkeys-notice.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/soft-islands-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-eagles-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-points-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-dodos-peel.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.0.2",
"eslint": "~9.14.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.3.3",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
Expand All @@ -58,9 +58,9 @@
},
"dependencies": {
"@emotion/hash": "^0.9.0",
"@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.2"
}
}
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.14.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
},
"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.12",
"eslint": "~9.14.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"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.0

### Minor Changes

- [#1483](https://github.com/RocketChat/fuselage/pull/1483) [`4910d29`](https://github.com/RocketChat/fuselage/commit/4910d294defc1effc0b857f44138498a73013877) Thanks [@tassoevan](https://github.com/tassoevan)! - Enables hooks' compatibility with React 18

## 0.33.1

### Patch 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.33.1",
"version": "0.34.0",
"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.14.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.3.3",
"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.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
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.14.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~3.3.3"
}
}
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.0",
"@rocket.chat/fuselage-hooks": "^0.34.0",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/layout": "^0.31.27",
"@rocket.chat/styled": "^0.31.25",
"@storybook/addon-essentials": "~8.4.1",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/preview-api": "~8.4.1",
Expand All @@ -65,7 +65,7 @@
"eslint": "~9.14.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.3.3",
"react-dom": "~17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/fuselage-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.33.2

### Patch Changes

- [#1471](https://github.com/RocketChat/fuselage/pull/1471) [`0b4e37a`](https://github.com/RocketChat/fuselage/commit/0b4e37aea8ca562d7cdf453824dd5c514ede349d) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage-tokens): incorrect color tokens on Button's success variant

## 0.33.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-tokens",
"version": "0.33.1",
"version": "0.33.2",
"description": "Design tokens for Fuselage, Rocket.Chat's design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down Expand Up @@ -39,10 +39,10 @@
".:build:clean": "rimraf dist"
},
"devDependencies": {
"build-design-tokens": "workspace:~",
"build-design-tokens": "^0.31.25",
"eslint": "~9.14.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.6",
"prettier": "~3.3.3",
Expand Down
39 changes: 39 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Change Log

## 0.60.0

### Minor Changes

- [#1494](https://github.com/RocketChat/fuselage/pull/1494) [`242af51`](https://github.com/RocketChat/fuselage/commit/242af51f3ada154599c294b918f872bb90726bbe) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Update selected system message background

- [#1475](https://github.com/RocketChat/fuselage/pull/1475) [`e86ad6f`](https://github.com/RocketChat/fuselage/commit/e86ad6fcb41454a3df41ee110f4dbc13e031fe71) Thanks [@tassoevan](https://github.com/tassoevan)! - Simplifies `Skeleton`

It replaces the dependency on `Box` with `StylingBox` and implements a new background animation.

- [#1470](https://github.com/RocketChat/fuselage/pull/1470) [`86fe018`](https://github.com/RocketChat/fuselage/commit/86fe018577b24adf3b7ff7c7631aed36b7caa466) Thanks [@tassoevan](https://github.com/tassoevan)! - Simplifies `Accordion` and `AccordionItem`

It removes an obsolete and not accessible toggle switch in `AccordionItem` and eases the internal usage of `Box` to
improve rendering performance.

Additionally, it adds a new `StylingBox` component that can be used as a wrapper for components that accept styling
props but don't need the weight of the `Box` component prop handling internally.

Also, it adds a new `cx` and `cxx` helpers to compose class names.

- [#1493](https://github.com/RocketChat/fuselage/pull/1493) [`a38bf08`](https://github.com/RocketChat/fuselage/commit/a38bf089d30c5581251ee09416c3397992b4a116) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Update selected message background

### Patch Changes

- [#1474](https://github.com/RocketChat/fuselage/pull/1474) [`fd15f2b`](https://github.com/RocketChat/fuselage/commit/fd15f2bd7bc1fda6e8a34edc4fe5be974cb04210) Thanks [@tassoevan](https://github.com/tassoevan)! - Fixes a bug that adds an extra whitespace when concatenating class names with `appendClassName`

- [#1495](https://github.com/RocketChat/fuselage/pull/1495) [`b044c3b`](https://github.com/RocketChat/fuselage/commit/b044c3b956bc253dfcf289677c4d909699284735) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Skeleton missing HTML attributes in type

- [#1487](https://github.com/RocketChat/fuselage/pull/1487) [`9e64011`](https://github.com/RocketChat/fuselage/commit/9e6401101b9bd8ef3b9685ecc7f8230dade8f472) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `Select` disabled opening with keyboard

- [#1428](https://github.com/RocketChat/fuselage/pull/1428) [`5cfac08`](https://github.com/RocketChat/fuselage/commit/5cfac085d329dd6d418e38d5692d5b668aa621b9) Thanks [@rique223](https://github.com/rique223)! - Changes the `contextualbar` z-index to avoid UI glitches on pages where it needs to appear on top of the `Table`

- [#1490](https://github.com/RocketChat/fuselage/pull/1490) [`418dd23`](https://github.com/RocketChat/fuselage/commit/418dd2340e75010e4ba3f16a787d2ac8a0c333ab) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `CodeSnippet` inheriting `code` css styles

- [#1483](https://github.com/RocketChat/fuselage/pull/1483) [`4910d29`](https://github.com/RocketChat/fuselage/commit/4910d294defc1effc0b857f44138498a73013877) Thanks [@tassoevan](https://github.com/tassoevan)! - Enables hooks' compatibility with React 18

- Updated dependencies [[`0b4e37a`](https://github.com/RocketChat/fuselage/commit/0b4e37aea8ca562d7cdf453824dd5c514ede349d)]:
- @rocket.chat/fuselage-tokens@0.33.2

## 0.59.3

### 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.59.3",
"version": "0.60.0",
"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.21.4",
"@babel/preset-env": "~7.21.4",
"@babel/preset-react": "~7.18.6",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-polyfills": "workspace:~",
"@rocket.chat/icons": "workspace:~",
"@rocket.chat/fuselage-hooks": "^0.34.0",
"@rocket.chat/fuselage-polyfills": "^0.31.25",
"@rocket.chat/icons": "^0.39.0",
"@storybook/addon-a11y": "~8.4.1",
"@storybook/addon-essentials": "~8.4.1",
"@storybook/addon-interactions": "~8.4.1",
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.7.6",
"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.8.1",
"testing-utils": "workspace:~",
"testing-utils": "^0.31.25",
"ts-jest": "~29.2.4",
"ts-loader": "~9.4.2",
"typescript": "~5.6.3",
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.14.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"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.0",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@storybook/addon-essentials": "~8.4.1",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/preview-api": "~8.4.1",
Expand All @@ -52,7 +52,7 @@
"eslint": "~9.14.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.3.3",
"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.31

### Patch Changes

- Updated dependencies [[`4910d29`](https://github.com/RocketChat/fuselage/commit/4910d294defc1effc0b857f44138498a73013877)]:
- @rocket.chat/fuselage-hooks@0.34.0

## 0.31.30

### Patch Changes
Expand Down
Loading

0 comments on commit 2533875

Please sign in to comment.