diff --git a/CHANGELOG.md b/CHANGELOG.md index ff32f1faeb..f4bbc9b775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.31.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.31.21...v0.31.22) (2022-12-02) + +### Features + +- **fuselage:** add message names wrapper and update system message ([#889](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/889)) ([97dd401](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/97dd401f566fc497d7e759d70cc34a77409af527)) +- **fuselage:** Featured Tag variant ([#922](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/922)) ([0bb5c90](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0bb5c90b910bc0d1fe7657001041cf530b4bc89c)) +- **fuselage:** Update Banner Component style ([#905](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/905)) ([15b4f96](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/15b4f96844464716b7dff1265ca67862cea31861)) + +### Bug Fixes + +- **fuselage-hooks:** fix storage not reacting if there are multiple in same page ([#911](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/911)) ([e1d0a4a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e1d0a4a911bc88eb788b5598d9852c6ea0e59c1a)) +- **fuselage:** Adding heading tag styles to messages ([#904](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/904)) ([ade27ba](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ade27baad3c02dcefc8aaddce1cbe9a40b31357c)) +- **fuselage:** Avatar border and Tag alignment ([#892](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/892)) ([02975fc](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/02975fca7ab5432b8eec82031c70e0fbd770ca6d)) +- **fuselage:** Elevation token ([#920](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/920)) ([47a63d4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/47a63d48b96776425326635ac06f82ba74708737)) +- **fuselage:** Message palette colors ([#896](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/896)) ([5a22d8b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5a22d8b2d8828cdc631c5a15218fb36cb51b67fd)) +- **fuselage:** Revert Banner Elevation ([#926](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/926)) ([3c0d7f9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/3c0d7f928da14f1efd8533726a23f76c48d99947)) +- **fuselage:** Update Banner Styles ([#912](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/912)) ([4858258](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/48582580addd3f65117064fbc2a0a345ede9b6e2)) +- **message-parser:** Add file path structure to URL reference markdown ([#901](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/901)) ([91239b6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/91239b6cd381d62a37ae6d80819aaabec50bdc25)) +- **message-parser:** Escaping only necessary characters ([#899](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/899)) ([29dd497](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/29dd4970f73ab8f14467864f778cbb5d311c1fea)) +- **message-parser:** Phone pattern ([#900](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/900)) ([6062700](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6062700bcd42b1fd2bc41aca5dc496923cc509e5)) +- **message-parser:** User mention with @ character ([#894](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/894)) ([aa9bc06](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/aa9bc06e06b2fc1a5335896078e9b51ae2382c96)) + ### [0.31.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.31.20...v0.31.21) (2022-10-31) ### Features diff --git a/lerna.json b/lerna.json index 5ba09cca7f..962ee09bc5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.31.21", + "version": "0.31.22", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*", "tools/*"], diff --git a/package.json b/package.json index 78a4a510ff..55500a381b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/fuselage-root", "private": true, - "version": "0.31.21", + "version": "0.31.22", "workspaces": [ "packages/*", "tools/*" diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index c9a7db71c0..8fe13b860a 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.31.21", + "version": "0.31.22", "description": "Toolset to transpile and use CSS on runtime", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/css-supports/package.json b/packages/css-supports/package.json index 11b5c2b23d..4a666aaff6 100644 --- a/packages/css-supports/package.json +++ b/packages/css-supports/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/css-supports", - "version": "0.31.21", + "version": "0.31.22", "description": "Memoized and SSR-compatible facade of CSS.supports API", "author": { "name": "Rocket.Chat", diff --git a/packages/emitter/package.json b/packages/emitter/package.json index f8647fb383..953d8629de 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/emitter", - "version": "0.31.21", + "version": "0.31.22", "description": "Event Emitter by Rocket.Chat", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/eslint-config-alt/package.json b/packages/eslint-config-alt/package.json index 89fe60ecd1..b8cf162fe9 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.31.21", + "version": "0.31.22", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index a75666af04..9849681425 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-hooks", - "version": "0.31.21", + "version": "0.31.22", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json index e3e5e7aabd..d91ca84353 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-polyfills", - "version": "0.31.21", + "version": "0.31.22", "description": "A bundle of useful poly/ponyfills used by fuselage", "author": { "name": "Rocket.Chat", diff --git a/packages/fuselage-toastbar/package.json b/packages/fuselage-toastbar/package.json index 76e3dac5ac..35990d4ebe 100644 --- a/packages/fuselage-toastbar/package.json +++ b/packages/fuselage-toastbar/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-toastbar", - "version": "0.31.21", + "version": "0.31.22", "description": "Fuselage ToastBar component", "keywords": [ "rocketchat", diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index 14d355a45b..c127bdf31f 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-tokens", - "version": "0.31.21", + "version": "0.31.22", "description": "Design tokens for Fuselage, Rocket.Chat's design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 539b35f12d..f7f048becc 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.31.21", + "version": "0.31.22", "description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index 7be29f847b..10183f43f3 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.31.21", + "version": "0.31.22", "description": "Rocket.Chat's React Components Library", "author": { "name": "Rocket.Chat", diff --git a/packages/icons/package.json b/packages/icons/package.json index 9e004c58d4..252bf7b148 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/icons", - "version": "0.31.21", + "version": "0.31.22", "description": "Rocket.Chat's Icons", "author": { "name": "Rocket.Chat", diff --git a/packages/layout/package.json b/packages/layout/package.json index 24a9ef64a2..93ada25a40 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/layout", - "version": "0.31.21", + "version": "0.31.22", "description": "Shared Application Layout Components", "author": { "name": "Rocket.Chat", diff --git a/packages/logo/package.json b/packages/logo/package.json index 78ae0e8151..426e166bc2 100644 --- a/packages/logo/package.json +++ b/packages/logo/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/logo", - "version": "0.31.21", + "version": "0.31.22", "description": "Rocket.Chat logo package", "keywords": [ "rocketchat", diff --git a/packages/memo/package.json b/packages/memo/package.json index 807271439e..9ab4912b4b 100644 --- a/packages/memo/package.json +++ b/packages/memo/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/memo", - "version": "0.31.21", + "version": "0.31.22", "description": "Memoization utilities", "keywords": [ "memoize" diff --git a/packages/message-parser/package.json b/packages/message-parser/package.json index ead973091e..d8703fe07c 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.31.21", + "version": "0.31.22", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index a76e236b7d..9c0e83547f 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mp3-encoder", - "version": "0.31.21", + "version": "0.31.22", "description": "A LAME encoder to be used in web workers", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/onboarding-ui/package.json b/packages/onboarding-ui/package.json index b67c55d6e0..0196f623d7 100644 --- a/packages/onboarding-ui/package.json +++ b/packages/onboarding-ui/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/onboarding-ui", - "version": "0.31.21", + "version": "0.31.22", "description": "Set of components and functions for the onboarding experience on Rocket.Chat", "keywords": [ "rocketchat" diff --git a/packages/peggy-loader/package.json b/packages/peggy-loader/package.json index 25868fd26a..74d4f4fa35 100644 --- a/packages/peggy-loader/package.json +++ b/packages/peggy-loader/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/peggy-loader", - "version": "0.31.21", + "version": "0.31.22", "description": "Peggy loader for webpack", "keywords": [ "peggy", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index f216c5d22c..d8cf43533e 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.31.21", + "version": "0.31.22", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index e2db049eb8..325267c842 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/string-helpers", - "version": "0.31.21", + "version": "0.31.22", "description": "Helper functions for string manipulation", "keywords": [ "string", diff --git a/packages/styled/package.json b/packages/styled/package.json index 7d39d60480..71ac3eb0b0 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/styled", - "version": "0.31.21", + "version": "0.31.22", "description": "A simple styled API for React components", "author": { "name": "Rocket.Chat", diff --git a/packages/stylis-logical-props-middleware/package.json b/packages/stylis-logical-props-middleware/package.json index 896bc71792..3c5e5458a3 100644 --- a/packages/stylis-logical-props-middleware/package.json +++ b/packages/stylis-logical-props-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/stylis-logical-props-middleware", - "version": "0.31.21", + "version": "0.31.22", "description": "Stylis middleware to handle CSS Logical Properties and their fallbacks", "author": { "name": "Rocket.Chat", diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index 2d91d80edf..fe083b7c3c 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-kit", - "version": "0.31.21", + "version": "0.31.22", "description": "Interactive UI elements for Rocket.Chat Apps", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { diff --git a/packages/uikit-playground/package.json b/packages/uikit-playground/package.json index e082307add..99c8b700ee 100644 --- a/packages/uikit-playground/package.json +++ b/packages/uikit-playground/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/uikit-playground", - "version": "0.31.21", + "version": "0.31.22", "homepage": "./", "private": true, "dependencies": { diff --git a/tools/build-design-tokens/package.json b/tools/build-design-tokens/package.json index 6ba454b850..befd624a91 100644 --- a/tools/build-design-tokens/package.json +++ b/tools/build-design-tokens/package.json @@ -10,5 +10,5 @@ "stylelint": "~14.14.0", "tools-utils": "workspace:~" }, - "version": "0.31.21" + "version": "0.31.22" } diff --git a/tools/build-icons/package.json b/tools/build-icons/package.json index ef4b2812d6..c69d84f86f 100644 --- a/tools/build-icons/package.json +++ b/tools/build-icons/package.json @@ -12,5 +12,5 @@ "unicode": "~14.0.0", "xml2js": "~0.4.23" }, - "version": "0.31.21" + "version": "0.31.22" } diff --git a/tools/build-logo/package.json b/tools/build-logo/package.json index 04722c9b6a..35037471d8 100644 --- a/tools/build-logo/package.json +++ b/tools/build-logo/package.json @@ -2,7 +2,7 @@ "name": "build-logo", "private": true, "bin": "./index.mjs", - "version": "0.31.21", + "version": "0.31.22", "dependencies": { "prettier": "~2.7.1", "react": "^17.0.2", diff --git a/tools/bump/package.json b/tools/bump/package.json index d41a1fb12d..5831759356 100644 --- a/tools/bump/package.json +++ b/tools/bump/package.json @@ -5,7 +5,7 @@ "bump": "./bump.mjs", "bump-next": "./bump-next.mjs" }, - "version": "0.31.21", + "version": "0.31.22", "dependencies": { "conventional-recommended-bump": "~6.1.0", "latest-version": "~6.0.0", diff --git a/tools/lint-all/package.json b/tools/lint-all/package.json index 6a395be635..a54a9c7591 100644 --- a/tools/lint-all/package.json +++ b/tools/lint-all/package.json @@ -5,7 +5,7 @@ "lint": "./lint.mjs", "lint-and-fix": "./lint-and-fix.mjs" }, - "version": "0.31.21", + "version": "0.31.22", "dependencies": { "@prettier/plugin-xml": "~2.2.0", "eslint": "~8.26.0", diff --git a/tools/scripts/package.json b/tools/scripts/package.json index cfeb40fc14..3302153d34 100644 --- a/tools/scripts/package.json +++ b/tools/scripts/package.json @@ -23,5 +23,5 @@ "ts-node": "~10.5.0", "typescript": "~4.3.5" }, - "version": "0.31.21" + "version": "0.31.22" } diff --git a/tools/testing-utils/package.json b/tools/testing-utils/package.json index 6c75eb2794..e61a434d90 100644 --- a/tools/testing-utils/package.json +++ b/tools/testing-utils/package.json @@ -10,5 +10,5 @@ "dependencies": { "css-mediaquery": "^0.1.2" }, - "version": "0.31.21" + "version": "0.31.22" } diff --git a/tools/tools-utils/package.json b/tools/tools-utils/package.json index f7e6413c6f..357b0d530c 100644 --- a/tools/tools-utils/package.json +++ b/tools/tools-utils/package.json @@ -14,5 +14,5 @@ "json5": "^2.2.1", "rimraf": "^3.0.2" }, - "version": "0.31.21" + "version": "0.31.22" } diff --git a/tools/update-readme/package.json b/tools/update-readme/package.json index ea413c6885..a599533b5f 100644 --- a/tools/update-readme/package.json +++ b/tools/update-readme/package.json @@ -2,7 +2,7 @@ "name": "update-readme", "private": true, "bin": "./update-readme.mjs", - "version": "0.31.21", + "version": "0.31.22", "dependencies": { "outdent": "^0.8.0", "zx": "~4.3.0" diff --git a/tools/write-version-module/package.json b/tools/write-version-module/package.json index 730e1932fd..1b28dcf95c 100644 --- a/tools/write-version-module/package.json +++ b/tools/write-version-module/package.json @@ -2,5 +2,5 @@ "name": "write-version-module", "private": true, "bin": "./index.mjs", - "version": "0.31.21" + "version": "0.31.22" }