Skip to content

Commit

Permalink
v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 6, 2021
1 parent e0e6c30 commit b806337
Show file tree
Hide file tree
Showing 54 changed files with 385 additions and 102 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)


### Bug Fixes

* SelectFilter style ([1f7e745](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1f7e745c238c2082783216a2c8725c9f418ae2cc))
* **fuselage:** Remove Field margin ([#543](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/543)) ([0cc10e1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0cc10e1b86bcf14a9ae590537a3d8e460b39b167))
* **fuselage-hooks:** useResizeObserver Ref type ([#531](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/531)) ([5255317](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5255317c4190100d3179c6836a438bba1cce315b))
* **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))
* **message-parser:** <https://domain.com|Test> ([#546](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/546)) ([faca16f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/faca16febe517e411dd377cae294f888f1199d40))
* **message-parser:** Fix Url and Escaped Markdown ([#537](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/537)) ([bc0cbce](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bc0cbce69589b9a056d797a03b78d7cd06423aaa))


### Features

* **icons:** Update/Add icons (phone-in&out, dialpad, phone-disabled) ([#533](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/533)) ([2f3ae02](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2f3ae02a6fc92d92e99e5be56a63670dda494e00))
* **logo:** Rocket.Chat logo package ([#535](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/535)) ([94522e6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/94522e6b74d02f88f56e9ac898ca26b9d1e42fbd))





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.29.0",
"version": "0.30.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
11 changes: 11 additions & 0 deletions packages/css-in-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)


### Bug Fixes

* **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)

**Note:** Version bump only for package @rocket.chat/css-in-js
Expand Down
12 changes: 6 additions & 6 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/css-in-js",
"version": "0.29.0",
"version": "0.30.0",
"description": "Toolset to transpile and use CSS on runtime",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
Expand All @@ -62,9 +62,9 @@
},
"dependencies": {
"@emotion/hash": "^0.8.0",
"@rocket.chat/css-supports": "^0.29.0",
"@rocket.chat/memo": "^0.29.0",
"@rocket.chat/stylis-logical-props-middleware": "^0.29.0",
"@rocket.chat/css-supports": "^0.30.0",
"@rocket.chat/memo": "^0.30.0",
"@rocket.chat/stylis-logical-props-middleware": "^0.30.0",
"stylis": "^4.0.10"
}
}
7 changes: 7 additions & 0 deletions packages/css-supports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)


### Bug Fixes

* **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))
8 changes: 4 additions & 4 deletions packages/css-supports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/css-supports",
"version": "0.29.0",
"version": "0.30.0",
"description": "Memoized and SSR-compatible facade of CSS.supports API",
"author": {
"name": "Rocket.Chat",
Expand Down Expand Up @@ -37,8 +37,8 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"@types/jest": "^27.0.2",
"eslint": "^7.32.0",
"jest": "^27.2.1",
Expand All @@ -51,7 +51,7 @@
"typescript": "^4.3.4"
},
"dependencies": {
"@rocket.chat/memo": "^0.29.0",
"@rocket.chat/memo": "^0.30.0",
"tslib": "^2.3.1"
}
}
11 changes: 11 additions & 0 deletions packages/emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)


### Bug Fixes

* **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)

**Note:** Version bump only for package @rocket.chat/emitter
Expand Down
6 changes: 3 additions & 3 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/emitter",
"version": "0.29.0",
"version": "0.30.0",
"description": "Event Emitter by Rocket.Chat",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-alt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)

**Note:** Version bump only for package @rocket.chat/eslint-config-alt





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)

**Note:** Version bump only for package @rocket.chat/eslint-config-alt
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-alt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/eslint-config-alt",
"description": "ESLint configuration for Rocket.Chat repositories",
"version": "0.29.0",
"version": "0.30.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
12 changes: 12 additions & 0 deletions packages/fuselage-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)


### Bug Fixes

* **fuselage-hooks:** useResizeObserver Ref type ([#531](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/531)) ([5255317](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5255317c4190100d3179c6836a438bba1cce315b))
* **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)

**Note:** Version bump only for package @rocket.chat/fuselage-hooks
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.29.0",
"version": "0.30.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 @@ -43,9 +43,9 @@
"prettier-format": "prettier 'src/**/*.ts' --write"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/fuselage-tokens": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/fuselage-tokens": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/fuselage-polyfills/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)

**Note:** Version bump only for package @rocket.chat/fuselage-polyfills





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)

**Note:** Version bump only for package @rocket.chat/fuselage-polyfills
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-polyfills",
"version": "0.29.0",
"version": "0.30.0",
"description": "A bundle of useful poly/ponyfills used by fuselage",
"author": {
"name": "Rocket.Chat",
Expand Down Expand Up @@ -29,8 +29,8 @@
"new-event-polyfill": "^1.0.1"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"eslint": "^7.32.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/fuselage-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)

**Note:** Version bump only for package @rocket.chat/fuselage-tokens





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)

**Note:** Version bump only for package @rocket.chat/fuselage-tokens
Expand Down
8 changes: 4 additions & 4 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.29.0",
"version": "0.30.0",
"description": "Design tokens for Fuselage, Rocket.Chat's design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down Expand Up @@ -41,9 +41,9 @@
"lint-staged": "lint-staged"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"build-design-tokens": "^0.29.0",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"build-design-tokens": "^0.30.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/fuselage-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)


### Bug Fixes

* **fuselage:** Remove Field margin ([#543](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/543)) ([0cc10e1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0cc10e1b86bcf14a9ae590537a3d8e460b39b167))





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)

**Note:** Version bump only for package @rocket.chat/fuselage-ui-kit
Expand Down
20 changes: 10 additions & 10 deletions packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-ui-kit",
"version": "0.29.0",
"version": "0.30.0",
"description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down Expand Up @@ -53,10 +53,10 @@
},
"devDependencies": {
"@rocket.chat/apps-engine": "^1.27.1",
"@rocket.chat/eslint-config-alt": "^0.29.0",
"@rocket.chat/fuselage-polyfills": "^0.29.0",
"@rocket.chat/icons": "^0.29.0",
"@rocket.chat/prettier-config": "^0.29.0",
"@rocket.chat/eslint-config-alt": "^0.30.0",
"@rocket.chat/fuselage-polyfills": "^0.30.0",
"@rocket.chat/icons": "^0.30.0",
"@rocket.chat/prettier-config": "^0.30.0",
"@storybook/addon-essentials": "^6.3.4",
"@storybook/addons": "^6.3.4",
"@storybook/builder-webpack5": "^6.3.4",
Expand All @@ -77,13 +77,13 @@
"rimraf": "^3.0.2",
"typescript": "^4.4.3",
"webpack": "^5.41.1",
"write-version-module": "^0.29.0"
"write-version-module": "^0.30.0"
},
"dependencies": {
"@rocket.chat/fuselage": "^0.29.0",
"@rocket.chat/fuselage-hooks": "^0.29.0",
"@rocket.chat/styled": "^0.29.0",
"@rocket.chat/ui-kit": "^0.29.0",
"@rocket.chat/fuselage": "^0.30.0",
"@rocket.chat/fuselage-hooks": "^0.30.0",
"@rocket.chat/styled": "^0.30.0",
"@rocket.chat/ui-kit": "^0.30.0",
"tslib": "^2.3.1"
},
"loki": {
Expand Down
18 changes: 18 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)


### Bug Fixes

* SelectFilter style ([1f7e745](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1f7e745c238c2082783216a2c8725c9f418ae2cc))
* **fuselage:** Remove Field margin ([#543](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/543)) ([0cc10e1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0cc10e1b86bcf14a9ae590537a3d8e460b39b167))
* **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))


### Features

* **icons:** Update/Add icons (phone-in&out, dialpad, phone-disabled) ([#533](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/533)) ([2f3ae02](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2f3ae02a6fc92d92e99e5be56a63670dda494e00))





# [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)


Expand Down
Loading

0 comments on commit b806337

Please sign in to comment.