From 9d1d75c2868a1d247e785bcff6e38780c854898d Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Sun, 27 Jun 2021 23:42:13 -0300 Subject: [PATCH] v0.27.0 --- CHANGELOG.md | 29 ++++++++++++++++++++++++ lerna.json | 2 +- packages/css-in-js/CHANGELOG.md | 8 +++++++ packages/css-in-js/package.json | 8 +++---- packages/emitter/CHANGELOG.md | 8 +++++++ packages/emitter/package.json | 6 ++--- packages/eslint-config-alt/CHANGELOG.md | 11 +++++++++ packages/eslint-config-alt/package.json | 2 +- packages/fuselage-hooks/CHANGELOG.md | 11 +++++++++ packages/fuselage-hooks/package.json | 8 +++---- packages/fuselage-polyfills/CHANGELOG.md | 8 +++++++ packages/fuselage-polyfills/package.json | 6 ++--- packages/fuselage-tokens/CHANGELOG.md | 8 +++++++ packages/fuselage-tokens/package.json | 6 ++--- packages/fuselage-ui-kit/CHANGELOG.md | 11 +++++++++ packages/fuselage-ui-kit/package.json | 16 ++++++------- packages/fuselage/CHANGELOG.md | 26 +++++++++++++++++++++ packages/fuselage/package.json | 18 +++++++-------- packages/icons/CHANGELOG.md | 8 +++++++ packages/icons/package.json | 6 ++--- packages/memo/CHANGELOG.md | 8 +++++++ packages/memo/package.json | 6 ++--- packages/message-parser/CHANGELOG.md | 11 +++++++++ packages/message-parser/package.json | 8 +++---- packages/mp3-encoder/CHANGELOG.md | 8 +++++++ packages/mp3-encoder/package.json | 6 ++--- packages/onboarding-ui/CHANGELOG.md | 12 ++++++++++ packages/onboarding-ui/package.json | 16 ++++++------- packages/peggy-loader/CHANGELOG.md | 8 +++++++ packages/peggy-loader/package.json | 6 ++--- packages/prettier-config/CHANGELOG.md | 8 +++++++ packages/prettier-config/package.json | 2 +- packages/string-helpers/CHANGELOG.md | 11 +++++++++ packages/string-helpers/package.json | 6 ++--- packages/ui-kit/CHANGELOG.md | 12 ++++++++++ packages/ui-kit/package.json | 6 ++--- scripts/CHANGELOG.md | 8 +++++++ scripts/package.json | 6 ++--- 38 files changed, 284 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d1ead2a1..7e84d7023b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Bug Fixes + +* endReached prop in _Options of PaginatedSelectFiltered Component ([#475](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/475)) ([81ec00f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/81ec00f11c7016f25728bf394ac00686f5d6729d)) +* Export MultiSelect component in .d.ts file ([#473](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/473)) ([dbdbf58](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dbdbf587821e8d86fed5ce17b75e3f8c95a5822f)) +* Menu component and options.label prop type ([#476](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/476)) ([dea7a16](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dea7a16d1feb5ccc16b0cb9096842f275dc1cdc3)) +* **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/470)) ([cc0d498](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/cc0d4989bf37f7602d1d58d051824f1dd6c096b3)) +* **fuselage:** Fuselage production build ([#477](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/477)) ([228878c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/228878cdbf260e2929b5527fb84c936fbc03b772)) +* **string-helpers:** typesVersions ([#469](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/469)) ([e393d98](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e393d9835bc66084c9041cab5c0e14d1ffca4ef7)) +* Default-export typings for Position and PositionAnimated ([88fb952](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/88fb952da8caa9ab70c37ecf6ec09af5774ddd0b)) +* Export correctly props and types from PositionAnimated and Tile components ([#467](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/467)) ([67a86ec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/67a86ece971d729085f6969eb063e17323fe59e3)) +* PositionAnimated exported type ([#466](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/466)) ([472fb1e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/472fb1e03a48ee964226644221267ccbb527ab1f)) +* Typings for Position and PositionAnimated properly exported ([#465](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/465)) ([f05c126](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f05c12641d1e8ec35a8a428571e938d6ad7369a7)) +* Typings for RadioButton ([#464](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/464)) ([3e36605](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/3e36605ac1518ac2adc080f14dd07f6b830fdb6b)) + + +### Features + +* Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/377)) ([5ef1bec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5ef1bec606e626704235cadfdb9bb7d424f8e481)) +* **ui-kit:** Attachment Surface ([#474](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/474)) ([63bb5ea](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/63bb5ea044afc768295a50e0155406df6091b840)) +* onboarding-ui package ([#463](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/463)) ([ea0a6c2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ea0a6c25ae1a719103dce742a18c54ab4f3d6442)) +* ui-kit-unified ([#392](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/392)) ([ce48ca9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ce48ca9d9806283bba8be5df7c29c7aa8c1e716f)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) diff --git a/lerna.json b/lerna.json index e36891d110..e2a3ee95be 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.27.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/css-in-js/CHANGELOG.md b/packages/css-in-js/CHANGELOG.md index 6895d7a674..b3c60373a4 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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/css-in-js + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **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 54a17abe42..16fd98a0c7 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.26.0", + "version": "0.27.0", "description": "Toolset to transpile and use CSS on runtime", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -42,8 +42,8 @@ "docs": "typedoc" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", @@ -62,7 +62,7 @@ }, "dependencies": { "@emotion/hash": "^0.8.0", - "@rocket.chat/memo": "^0.26.0", + "@rocket.chat/memo": "^0.27.0", "stylis": "^4.0.10" } } diff --git a/packages/emitter/CHANGELOG.md b/packages/emitter/CHANGELOG.md index 847e26e69b..fdce341115 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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/emitter + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/emitter diff --git a/packages/emitter/package.json b/packages/emitter/package.json index ece896cf65..5d93e71adb 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/emitter", - "version": "0.26.0", + "version": "0.27.0", "description": "Event Emitter by Rocket.Chat", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -42,8 +42,8 @@ "docs": "typedoc" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", diff --git a/packages/eslint-config-alt/CHANGELOG.md b/packages/eslint-config-alt/CHANGELOG.md index afd72bf6d0..0cd80cdf0d 100644 --- a/packages/eslint-config-alt/CHANGELOG.md +++ b/packages/eslint-config-alt/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Bug Fixes + +* **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/470)) ([cc0d498](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/cc0d4989bf37f7602d1d58d051824f1dd6c096b3)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/eslint-config-alt diff --git a/packages/eslint-config-alt/package.json b/packages/eslint-config-alt/package.json index 6f18cc32d0..cf68a88334 100644 --- a/packages/eslint-config-alt/package.json +++ b/packages/eslint-config-alt/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/eslint-config-alt", "description": "ESLint configuration for Rocket.Chat repositories", - "version": "0.26.0", + "version": "0.27.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/fuselage-hooks/CHANGELOG.md b/packages/fuselage-hooks/CHANGELOG.md index a31e25d102..b01878c8f8 100644 --- a/packages/fuselage-hooks/CHANGELOG.md +++ b/packages/fuselage-hooks/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Features + +* Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/377)) ([5ef1bec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5ef1bec606e626704235cadfdb9bb7d424f8e481)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index f1d7c13898..25d7034eb5 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-hooks", - "version": "0.26.0", + "version": "0.27.0", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -43,9 +43,9 @@ "prettier-format": "prettier 'src/**/*.ts' --write" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/fuselage-tokens": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/fuselage-tokens": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", diff --git a/packages/fuselage-polyfills/CHANGELOG.md b/packages/fuselage-polyfills/CHANGELOG.md index 7945b56d15..fe6d88ad8c 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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-polyfills + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **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 016d646fa9..122ff5ae08 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-polyfills", - "version": "0.26.0", + "version": "0.27.0", "description": "A bundle of useful poly/ponyfills used by fuselage", "author": { "name": "Rocket.Chat", @@ -29,8 +29,8 @@ "new-event-polyfill": "^1.0.1" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "eslint": "^7.26.0", "lint-staged": "^11.0.0", "prettier": "^2.2.1" diff --git a/packages/fuselage-tokens/CHANGELOG.md b/packages/fuselage-tokens/CHANGELOG.md index 4daa219a4f..dc275b1f8e 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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-tokens + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **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 7e0dadddc3..7f2046267d 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-tokens", - "version": "0.26.0", + "version": "0.27.0", "description": "Design tokens for Fuselage, Rocket.Chat's design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -41,8 +41,8 @@ "lint-staged": "lint-staged" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/fuselage-ui-kit/CHANGELOG.md b/packages/fuselage-ui-kit/CHANGELOG.md index b565944742..64ff1bdc9e 100644 --- a/packages/fuselage-ui-kit/CHANGELOG.md +++ b/packages/fuselage-ui-kit/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Features + +* ui-kit-unified ([#392](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/392)) ([ce48ca9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ce48ca9d9806283bba8be5df7c29c7aa8c1e716f)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **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 a17aa35a55..7f745f5137 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.26.0", + "version": "0.27.0", "description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -58,13 +58,13 @@ "@babel/preset-env": "^7.14.1", "@babel/preset-react": "^7.13.13", "@rocket.chat/apps-engine": "^1.25.0", - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/fuselage": "^0.26.0", - "@rocket.chat/fuselage-hooks": "^0.26.0", - "@rocket.chat/fuselage-polyfills": "^0.26.0", - "@rocket.chat/icons": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", - "@rocket.chat/ui-kit": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/fuselage": "^0.27.0", + "@rocket.chat/fuselage-hooks": "^0.27.0", + "@rocket.chat/fuselage-polyfills": "^0.27.0", + "@rocket.chat/icons": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", + "@rocket.chat/ui-kit": "^0.27.0", "@storybook/addon-essentials": "^6.1.11", "@storybook/addons": "^6.1.11", "@storybook/builder-webpack5": "^6.1.11", diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index b6fc2db5fd..c88f83d564 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Bug Fixes + +* Default-export typings for Position and PositionAnimated ([88fb952](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/88fb952da8caa9ab70c37ecf6ec09af5774ddd0b)) +* endReached prop in _Options of PaginatedSelectFiltered Component ([#475](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/475)) ([81ec00f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/81ec00f11c7016f25728bf394ac00686f5d6729d)) +* Export correctly props and types from PositionAnimated and Tile components ([#467](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/467)) ([67a86ec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/67a86ece971d729085f6969eb063e17323fe59e3)) +* Export MultiSelect component in .d.ts file ([#473](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/473)) ([dbdbf58](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dbdbf587821e8d86fed5ce17b75e3f8c95a5822f)) +* Menu component and options.label prop type ([#476](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/476)) ([dea7a16](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dea7a16d1feb5ccc16b0cb9096842f275dc1cdc3)) +* **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/470)) ([cc0d498](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/cc0d4989bf37f7602d1d58d051824f1dd6c096b3)) +* **fuselage:** Fuselage production build ([#477](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/477)) ([228878c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/228878cdbf260e2929b5527fb84c936fbc03b772)) +* PositionAnimated exported type ([#466](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/466)) ([472fb1e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/472fb1e03a48ee964226644221267ccbb527ab1f)) +* Typings for Position and PositionAnimated properly exported ([#465](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/465)) ([f05c126](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f05c12641d1e8ec35a8a428571e938d6ad7369a7)) +* Typings for RadioButton ([#464](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/464)) ([3e36605](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/3e36605ac1518ac2adc080f14dd07f6b830fdb6b)) + + +### Features + +* onboarding-ui package ([#463](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/463)) ([ea0a6c2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ea0a6c25ae1a719103dce742a18c54ab4f3d6442)) +* Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/377)) ([5ef1bec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5ef1bec606e626704235cadfdb9bb7d424f8e481)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index 035eb65d8d..d218befb26 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.26.0", + "version": "0.27.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -61,9 +61,9 @@ "react-virtuoso": "1.2.4" }, "dependencies": { - "@rocket.chat/css-in-js": "^0.26.0", - "@rocket.chat/fuselage-tokens": "^0.26.0", - "@rocket.chat/memo": "^0.26.0", + "@rocket.chat/css-in-js": "^0.27.0", + "@rocket.chat/fuselage-tokens": "^0.27.0", + "@rocket.chat/memo": "^0.27.0", "invariant": "^2.2.4", "react-keyed-flatten-children": "^1.3.0" }, @@ -74,11 +74,11 @@ "@babel/preset-env": "^7.14.1", "@babel/preset-react": "^7.13.13", "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/fuselage-hooks": "^0.26.0", - "@rocket.chat/fuselage-polyfills": "^0.26.0", - "@rocket.chat/icons": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/fuselage-hooks": "^0.27.0", + "@rocket.chat/fuselage-polyfills": "^0.27.0", + "@rocket.chat/icons": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@storybook/addon-essentials": "^6.2.9", "@storybook/addon-jest": "^6.2.9", "@storybook/addon-links": "^6.2.9", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index f3d75f654e..5201dce431 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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/icons + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 092dda9489..eec3012144 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/icons", - "version": "0.26.0", + "version": "0.27.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -29,8 +29,8 @@ "lint-staged": "lint-staged" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "eslint": "^7.26.0", "glob": "^7.1.7", "lint-staged": "^11.0.0", diff --git a/packages/memo/CHANGELOG.md b/packages/memo/CHANGELOG.md index 0747b4c81e..f06fafb0ea 100644 --- a/packages/memo/CHANGELOG.md +++ b/packages/memo/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/memo + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/memo diff --git a/packages/memo/package.json b/packages/memo/package.json index 69acc0cf21..4642f82fc8 100644 --- a/packages/memo/package.json +++ b/packages/memo/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/memo", - "version": "0.26.0", + "version": "0.27.0", "description": "Memoization utilities", "keywords": [ "memoize" @@ -39,8 +39,8 @@ "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/message-parser/CHANGELOG.md b/packages/message-parser/CHANGELOG.md index f774af4558..807d145d9d 100644 --- a/packages/message-parser/CHANGELOG.md +++ b/packages/message-parser/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Bug Fixes + +* **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/470)) ([cc0d498](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/cc0d4989bf37f7602d1d58d051824f1dd6c096b3)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/message-parser diff --git a/packages/message-parser/package.json b/packages/message-parser/package.json index c275d04b88..75b9879170 100644 --- a/packages/message-parser/package.json +++ b/packages/message-parser/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/message-parser", "description": "Rocket.Chat parser for messages", - "version": "0.26.0", + "version": "0.27.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -55,9 +55,9 @@ "@babel/core": "^7.14.0", "@babel/eslint-parser": "^7.13.14", "@babel/preset-env": "^7.14.1", - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/peggy-loader": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/peggy-loader": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@types/jest": "^26.0.23", "@types/node": "^14.14.44", "@typescript-eslint/parser": "^4.22.1", diff --git a/packages/mp3-encoder/CHANGELOG.md b/packages/mp3-encoder/CHANGELOG.md index b36486b569..63b277bbf6 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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/mp3-encoder + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **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 50d7c6bc22..bc814ac09b 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mp3-encoder", - "version": "0.26.0", + "version": "0.27.0", "description": "A LAME encoder to be used in web workers", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -48,8 +48,8 @@ "@babel/plugin-transform-runtime": "^7.13.15", "@babel/preset-env": "^7.14.1", "@babel/preset-typescript": "^7.13.0", - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-typescript": "^8.2.1", diff --git a/packages/onboarding-ui/CHANGELOG.md b/packages/onboarding-ui/CHANGELOG.md index 29aa6317f9..2cc3238eeb 100644 --- a/packages/onboarding-ui/CHANGELOG.md +++ b/packages/onboarding-ui/CHANGELOG.md @@ -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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Features + +* onboarding-ui package ([#463](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/463)) ([ea0a6c2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ea0a6c25ae1a719103dce742a18c54ab4f3d6442)) +* Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/377)) ([5ef1bec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5ef1bec606e626704235cadfdb9bb7d424f8e481)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/string-helpers diff --git a/packages/onboarding-ui/package.json b/packages/onboarding-ui/package.json index ce4a30e265..b3baab4f09 100644 --- a/packages/onboarding-ui/package.json +++ b/packages/onboarding-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/onboarding-ui", - "version": "0.26.0", + "version": "0.27.0", "description": "Set of components and functions for the onboarding experience on Rocket.Chat", "keywords": [ "rocketchat" @@ -47,9 +47,9 @@ "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/fuselage-tokens": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/fuselage-tokens": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@storybook/addon-essentials": "^6.2.9", "@storybook/addons": "^6.2.9", "@storybook/react": "^6.2.9", @@ -73,10 +73,10 @@ "typescript": "^4.2.4" }, "dependencies": { - "@rocket.chat/fuselage": "^0.26.0", - "@rocket.chat/fuselage-hooks": "^0.26.0", - "@rocket.chat/fuselage-polyfills": "^0.26.0", - "@rocket.chat/icons": "^0.26.0", + "@rocket.chat/fuselage": "^0.27.0", + "@rocket.chat/fuselage-hooks": "^0.27.0", + "@rocket.chat/fuselage-polyfills": "^0.27.0", + "@rocket.chat/icons": "^0.27.0", "tslib": "^2.2.0" }, "peerDependencies": { diff --git a/packages/peggy-loader/CHANGELOG.md b/packages/peggy-loader/CHANGELOG.md index a3c5db4dc7..32d3d67159 100644 --- a/packages/peggy-loader/CHANGELOG.md +++ b/packages/peggy-loader/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/peggy-loader + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) diff --git a/packages/peggy-loader/package.json b/packages/peggy-loader/package.json index 709ead9de6..3c977bb718 100644 --- a/packages/peggy-loader/package.json +++ b/packages/peggy-loader/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/peggy-loader", - "version": "0.26.0", + "version": "0.27.0", "description": "Peggy loader for webpack", "keywords": [ "peggy", @@ -52,8 +52,8 @@ "webpack": "*" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@types/loader-utils": "^2.0.2", "@types/node": "^14", "downlevel-dts": "^0.7.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index fe48e4e4d3..a2ca069ef6 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package @rocket.chat/prettier-config + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 478305723a..06812d1c8c 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/prettier-config", "description": "Prettier configuration for Rocket.Chat repositories", - "version": "0.26.0", + "version": "0.27.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/string-helpers/CHANGELOG.md b/packages/string-helpers/CHANGELOG.md index 29aa6317f9..948a9facc0 100644 --- a/packages/string-helpers/CHANGELOG.md +++ b/packages/string-helpers/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Bug Fixes + +* **string-helpers:** typesVersions ([#469](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/469)) ([e393d98](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e393d9835bc66084c9041cab5c0e14d1ffca4ef7)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package @rocket.chat/string-helpers diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index 2d376327ad..11f22dd85a 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/string-helpers", - "version": "0.26.0", + "version": "0.27.0", "description": "Helper functions for string manipulation", "keywords": [ "string", @@ -49,8 +49,8 @@ "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@types/jest": "^26.0.23", "downlevel-dts": "^0.7.0", "eslint": "^7.26.0", diff --git a/packages/ui-kit/CHANGELOG.md b/packages/ui-kit/CHANGELOG.md index 70f832d8fb..641be487ff 100644 --- a/packages/ui-kit/CHANGELOG.md +++ b/packages/ui-kit/CHANGELOG.md @@ -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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + + +### Features + +* **ui-kit:** Attachment Surface ([#474](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/474)) ([63bb5ea](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/63bb5ea044afc768295a50e0155406df6091b840)) +* ui-kit-unified ([#392](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/392)) ([ce48ca9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ce48ca9d9806283bba8be5df7c29c7aa8c1e716f)) + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **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 0849143d5c..591a8c050b 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-kit", - "version": "0.26.0", + "version": "0.27.0", "description": "Interactive UI elements for Rocket.Chat Apps", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -49,8 +49,8 @@ "@babel/eslint-parser": "^7.13.14", "@babel/plugin-transform-runtime": "^7.13.15", "@babel/preset-env": "^7.14.1", - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@types/jest": "^26.0.23", "babel-loader": "^8.2.2", "downlevel-dts": "^0.7.0", diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 43b3beb8ee..5899e7b380 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/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.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28) + +**Note:** Version bump only for package scripts + + + + + # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28) **Note:** Version bump only for package scripts diff --git a/scripts/package.json b/scripts/package.json index a9ce7b3f0e..37e231bb03 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -11,8 +11,8 @@ "lint-fix": "eslint --fix ." }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.26.0", - "@rocket.chat/prettier-config": "^0.26.0", + "@rocket.chat/eslint-config-alt": "^0.27.0", + "@rocket.chat/prettier-config": "^0.27.0", "@types/node": "^14.14.44", "@typescript-eslint/parser": "^4.22.1", "endent": "^2.0.1", @@ -23,5 +23,5 @@ "ts-node": "^9.1.1", "typescript": "^4.2.4" }, - "version": "0.26.0" + "version": "0.27.0" }