From 522e9ffa722a31727034822769c95cff3ac475fd Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Fri, 27 Nov 2020 22:53:45 -0300 Subject: [PATCH] v0.19.0 --- CHANGELOG.md | 17 +++++++++++++++++ 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 | 17 +++++++++++++++++ packages/fuselage/package.json | 10 +++++----- packages/icons/CHANGELOG.md | 8 ++++++++ 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, 127 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cd6a41..2e7e03d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + + +### Bug Fixes + +* Avatar x40 ([#331](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/331)) ([a9cefbb](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a9cefbb7d3580598a824b4d4e5f9c79aa7158219)) +* Fix object-fit for image element in Avatar component ([#335](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/335)) ([a024b83](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a024b831fad78e9c15d65f6985088c0514bed312)) + + +### Features + +* Remove Box from Avatar component ([#326](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/326)) ([0bc99a3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0bc99a325cbc963d9544e304a3f6f29e0089a976)) + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) diff --git a/lerna.json b/lerna.json index 7cc9a55b..7fbcb10b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.18.0", + "version": "0.19.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/css-in-js/CHANGELOG.md b/packages/css-in-js/CHANGELOG.md index fa616ce2..06cf812f 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/css-in-js + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) **Note:** Version bump only for package @rocket.chat/css-in-js diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index 5a53f760..be215f36 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.18.0", + "version": "0.19.0", "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 76ac002d..d07980e7 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/emitter + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) **Note:** Version bump only for package @rocket.chat/emitter diff --git a/packages/emitter/package.json b/packages/emitter/package.json index 08e61b3f..39778f7e 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/emitter", - "version": "0.18.0", + "version": "0.19.0", "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 b359099e..890081f3 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-hooks + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) **Note:** Version bump only for package @rocket.chat/fuselage-hooks diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index b5756134..63f96413 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-hooks", - "version": "0.18.0", + "version": "0.19.0", "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.18.0", + "@rocket.chat/fuselage-tokens": "^0.19.0", "use-subscription": "^1.4.1" } } diff --git a/packages/fuselage-polyfills/CHANGELOG.md b/packages/fuselage-polyfills/CHANGELOG.md index cc9cb25d..e6606ac6 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-polyfills + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) **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 1ab9c177..ce91ca1d 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-polyfills", - "version": "0.18.0", + "version": "0.19.0", "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 541f9c56..2176b701 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-tokens + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) **Note:** Version bump only for package @rocket.chat/fuselage-tokens diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index 37b42f69..e89f302c 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-tokens", - "version": "0.18.0", + "version": "0.19.0", "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 ef332d95..9d43b9b6 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-ui-kit + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 095123a5..8ab0ca82 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.18.0", + "version": "0.19.0", "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.18.0", - "@rocket.chat/fuselage-hooks": "^0.18.0", - "@rocket.chat/icons": "^0.18.0", - "@rocket.chat/ui-kit": "^0.18.0", + "@rocket.chat/fuselage": "^0.19.0", + "@rocket.chat/fuselage-hooks": "^0.19.0", + "@rocket.chat/icons": "^0.19.0", + "@rocket.chat/ui-kit": "^0.19.0", "@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.18.0" + "@rocket.chat/fuselage-polyfills": "^0.19.0" } } diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index ebf5d1e0..6ac9b270 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + + +### Bug Fixes + +* Avatar x40 ([#331](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/331)) ([a9cefbb](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a9cefbb7d3580598a824b4d4e5f9c79aa7158219)) +* Fix object-fit for image element in Avatar component ([#335](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/335)) ([a024b83](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a024b831fad78e9c15d65f6985088c0514bed312)) + + +### Features + +* Remove Box from Avatar component ([#326](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/326)) ([0bc99a3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0bc99a325cbc963d9544e304a3f6f29e0089a976)) + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index 1247f88d..9d8bc5f8 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.18.0", + "version": "0.19.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -48,8 +48,8 @@ "react-dom": "^16.13.1" }, "dependencies": { - "@rocket.chat/css-in-js": "^0.18.0", - "@rocket.chat/fuselage-tokens": "^0.18.0", + "@rocket.chat/css-in-js": "^0.19.0", + "@rocket.chat/fuselage-tokens": "^0.19.0", "invariant": "^2.2.4", "react-keyed-flatten-children": "^1.2.0" }, @@ -61,8 +61,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.18.0", - "@rocket.chat/fuselage-polyfills": "^0.18.0", + "@rocket.chat/fuselage-hooks": "^0.19.0", + "@rocket.chat/fuselage-polyfills": "^0.19.0", "@storybook/addon-actions": "^6.0.21", "@storybook/addon-backgrounds": "^6.0.21", "@storybook/addon-docs": "^6.0.21", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index e9b6cc1a..8ff197ad 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/icons + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) diff --git a/packages/icons/package.json b/packages/icons/package.json index e156d92c..0dd15703 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/icons", - "version": "0.18.0", + "version": "0.19.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/mp3-encoder/CHANGELOG.md b/packages/mp3-encoder/CHANGELOG.md index 2b0ea7be..a94d9915 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/mp3-encoder + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) **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 15f293bb..2d90e6e9 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mp3-encoder", - "version": "0.18.0", + "version": "0.19.0", "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 2cf26f9a..c6bf4192 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.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28) + +**Note:** Version bump only for package @rocket.chat/ui-kit + + + + + # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16) diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index da9490ee..e4701a4f 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-kit", - "version": "0.18.0", + "version": "0.19.0", "description": "Interactive UI elements for Rocket.Chat Apps", "homepage": "https://rocket.chat/Rocket.Chat.Fuselage", "author": { -- GitLab