From 55263f24fce6373e4ff94cf66fc0f4ac7c074185 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Tue, 22 Dec 2020 20:21:31 -0300 Subject: [PATCH] v0.20.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/css-in-js/CHANGELOG.md | 8 ++++++++ packages/css-in-js/package.json | 2 +- packages/emitter/CHANGELOG.md | 8 ++++++++ packages/emitter/package.json | 2 +- packages/fuselage-hooks/CHANGELOG.md | 8 ++++++++ packages/fuselage-hooks/package.json | 4 ++-- packages/fuselage-polyfills/CHANGELOG.md | 8 ++++++++ packages/fuselage-polyfills/package.json | 2 +- packages/fuselage-tokens/CHANGELOG.md | 8 ++++++++ packages/fuselage-tokens/package.json | 2 +- packages/fuselage-ui-kit/CHANGELOG.md | 8 ++++++++ packages/fuselage-ui-kit/package.json | 12 ++++++------ packages/fuselage/CHANGELOG.md | 11 +++++++++++ packages/fuselage/package.json | 10 +++++----- packages/icons/CHANGELOG.md | 11 +++++++++++ packages/icons/package.json | 2 +- packages/mp3-encoder/CHANGELOG.md | 8 ++++++++ packages/mp3-encoder/package.json | 2 +- packages/ui-kit/CHANGELOG.md | 8 ++++++++ packages/ui-kit/package.json | 2 +- 22 files changed, 118 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfad4cb3e1..f29c3e95c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + + +### Bug Fixes + +* Clip icon ([#354](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/354)) ([a688d7c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a688d7c6e5ab870c5172c0db81b62dd5b7c6d9fc)) + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) diff --git a/lerna.json b/lerna.json index 2f45eef90d..94ede274e8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.20.0", + "version": "0.20.1", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/css-in-js/CHANGELOG.md b/packages/css-in-js/CHANGELOG.md index a310336248..504e337cec 100644 --- a/packages/css-in-js/CHANGELOG.md +++ b/packages/css-in-js/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/css-in-js + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index eb97d27351..38d41a62cf 100644 --- a/packages/css-in-js/package.json +++ b/packages/css-in-js/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/css-in-js", - "version": "0.20.0", + "version": "0.20.1", "description": "Toolset to transpile and use CSS on runtime", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": { diff --git a/packages/emitter/CHANGELOG.md b/packages/emitter/CHANGELOG.md index 48aa8bb3e6..30c0f96e96 100644 --- a/packages/emitter/CHANGELOG.md +++ b/packages/emitter/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/emitter + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) **Note:** Version bump only for package @rocket.chat/emitter diff --git a/packages/emitter/package.json b/packages/emitter/package.json index 7027f2b2cf..29d3104d31 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/emitter", - "version": "0.20.0", + "version": "0.20.1", "description": "Event Emitter by Rocket.Chat", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": { diff --git a/packages/fuselage-hooks/CHANGELOG.md b/packages/fuselage-hooks/CHANGELOG.md index 868975d594..8e5d0eb78b 100644 --- a/packages/fuselage-hooks/CHANGELOG.md +++ b/packages/fuselage-hooks/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/fuselage-hooks + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index 18139d6629..f5e65a7aca 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-hooks", - "version": "0.20.0", + "version": "0.20.1", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": { @@ -82,7 +82,7 @@ "access": "public" }, "dependencies": { - "@rocket.chat/fuselage-tokens": "^0.20.0", + "@rocket.chat/fuselage-tokens": "^0.20.1", "use-subscription": "^1.4.1" } } diff --git a/packages/fuselage-polyfills/CHANGELOG.md b/packages/fuselage-polyfills/CHANGELOG.md index e0edfad268..54b2d4b81d 100644 --- a/packages/fuselage-polyfills/CHANGELOG.md +++ b/packages/fuselage-polyfills/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/fuselage-polyfills + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) **Note:** Version bump only for package @rocket.chat/fuselage-polyfills diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json index 25cbfce244..4a27b27cae 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-polyfills", - "version": "0.20.0", + "version": "0.20.1", "description": "A bundle of useful poly/ponyfills used by fuselage", "author": { "name": "Rocket.Chat", diff --git a/packages/fuselage-tokens/CHANGELOG.md b/packages/fuselage-tokens/CHANGELOG.md index 887aa748fe..0c90cc93f2 100644 --- a/packages/fuselage-tokens/CHANGELOG.md +++ b/packages/fuselage-tokens/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/fuselage-tokens + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index 1bc19b628a..578be1bc84 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-tokens", - "version": "0.20.0", + "version": "0.20.1", "description": "Design tokens for Fuselage, Rocket.Chat's design system", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": { diff --git a/packages/fuselage-ui-kit/CHANGELOG.md b/packages/fuselage-ui-kit/CHANGELOG.md index 45e500aedf..82f3cd5ee0 100644 --- a/packages/fuselage-ui-kit/CHANGELOG.md +++ b/packages/fuselage-ui-kit/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/fuselage-ui-kit + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) **Note:** Version bump only for package @rocket.chat/fuselage-ui-kit diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 8a75f920a0..2f31bdeaa1 100644 --- a/packages/fuselage-ui-kit/package.json +++ b/packages/fuselage-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-ui-kit", - "version": "0.20.0", + "version": "0.20.1", "description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": { @@ -52,10 +52,10 @@ "@babel/preset-react": "^7.10.4", "@rocket.chat/apps-engine": "^1.17.0", "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/fuselage": "^0.20.0", - "@rocket.chat/fuselage-hooks": "^0.20.0", - "@rocket.chat/icons": "^0.20.0", - "@rocket.chat/ui-kit": "^0.20.0", + "@rocket.chat/fuselage": "^0.20.1", + "@rocket.chat/fuselage-hooks": "^0.20.1", + "@rocket.chat/icons": "^0.20.1", + "@rocket.chat/ui-kit": "^0.20.1", "@storybook/addon-actions": "^6.0.21", "@storybook/addon-backgrounds": "^6.0.21", "@storybook/addon-docs": "^6.0.21", @@ -85,6 +85,6 @@ }, "gitHead": "f8467b8ffb6f90d91b46fbcdd5dca169235916a4", "dependencies": { - "@rocket.chat/fuselage-polyfills": "^0.20.0" + "@rocket.chat/fuselage-polyfills": "^0.20.1" } } diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index ed00bdf2ac..727371ecc3 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + + +### Bug Fixes + +* Clip icon ([#354](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/354)) ([a688d7c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a688d7c6e5ab870c5172c0db81b62dd5b7c6d9fc)) + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index 517b2083cc..4fe3bb0b69 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.20.0", + "version": "0.20.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -50,8 +50,8 @@ "react-dom": "^16.13.1" }, "dependencies": { - "@rocket.chat/css-in-js": "^0.20.0", - "@rocket.chat/fuselage-tokens": "^0.20.0", + "@rocket.chat/css-in-js": "^0.20.1", + "@rocket.chat/fuselage-tokens": "^0.20.1", "invariant": "^2.2.4", "react-keyed-flatten-children": "^1.2.0" }, @@ -63,8 +63,8 @@ "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/fuselage-hooks": "^0.20.0", - "@rocket.chat/fuselage-polyfills": "^0.20.0", + "@rocket.chat/fuselage-hooks": "^0.20.1", + "@rocket.chat/fuselage-polyfills": "^0.20.1", "@storybook/addon-actions": "^6.0.21", "@storybook/addon-backgrounds": "^6.0.21", "@storybook/addon-controls": "^6.1.10", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d5a0205fbb..e6c0954139 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + + +### Bug Fixes + +* Clip icon ([#354](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/354)) ([a688d7c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a688d7c6e5ab870c5172c0db81b62dd5b7c6d9fc)) + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) **Note:** Version bump only for package @rocket.chat/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index aec11d3a87..cd3d56e26e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/icons", - "version": "0.20.0", + "version": "0.20.1", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/mp3-encoder/CHANGELOG.md b/packages/mp3-encoder/CHANGELOG.md index af96729771..0dace1a0f5 100644 --- a/packages/mp3-encoder/CHANGELOG.md +++ b/packages/mp3-encoder/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/mp3-encoder + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) **Note:** Version bump only for package @rocket.chat/mp3-encoder diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index bf95fc3a45..5cdccb3c2d 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mp3-encoder", - "version": "0.20.0", + "version": "0.20.1", "description": "A LAME encoder to be used in web workers", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": { diff --git a/packages/ui-kit/CHANGELOG.md b/packages/ui-kit/CHANGELOG.md index e5a6568041..bab7c95ca6 100644 --- a/packages/ui-kit/CHANGELOG.md +++ b/packages/ui-kit/CHANGELOG.md @@ -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.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22) + +**Note:** Version bump only for package @rocket.chat/ui-kit + + + + + # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21) **Note:** Version bump only for package @rocket.chat/ui-kit diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index 18128359df..a63d65004e 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-kit", - "version": "0.20.0", + "version": "0.20.1", "description": "Interactive UI elements for Rocket.Chat Apps", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": {