Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Jul 20, 2022
2 parents 1d30d08 + 9f73ce3 commit a849d66
Show file tree
Hide file tree
Showing 35 changed files with 55 additions and 34 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.31.14...v0.31.15) (2022-07-20)

### Features

- **fuselage-hooks:** `usePosition` listening to components size changes ([#782](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/782)) ([79fdb3e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/79fdb3e57e20ee63bb059ef18845737b7dad7c7e))
- **fuselage-ui-kit:** add URL option to the overflow component ([#737](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/737)) ([a250c04](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a250c04d468aaaa6d1e9144d590278e8764d7a22))
- **fuselage:** Add message status indicator text component ([#757](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/757)) ([9dcd759](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9dcd759e6dad20bd11860302be8d2652e9a71ac2))
- **icons:** Updated contact and globe icons ([#767](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/767)) ([57eecb5](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/57eecb547bd0656a3dda82eb2f1ff77786143f78))

### Bug Fixes

- adjusting message system font-size ([#778](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/778)) ([de2ada3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/de2ada37894975639d32cb8f173d24895fd05ddf))
- **fuselage:** Add default type prop to button ([#760](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/760)) ([bc8c615](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bc8c615562d24cddf44f89c8899bf1c92f8ca216))
- **fuselage:** Export message status text component ([#773](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/773)) ([bed0de7](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bed0de717f67c94b59069ca0b91d3fc4dfa2be0c))
- **fuselage:** IconButton default size: square ([#770](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/770)) ([5396ddd](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5396ddd5e00d8cf82d75004a7b31b2f4aa8c7ee6))
- **fuselage:** Select/MultiSelect options visibility ([#759](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/759)) ([e121ad0](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e121ad06ef05b1093052ea9780f36d402623656a))
- IconButton disabled color and background ([#762](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/762)) ([49c082c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/49c082c32995ca102bec03acc192fe7272eedb0c))
- message metrics item icon size ([#774](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/774)) ([e1100e5](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e1100e5c2d5e7897540b834968f228b21d217db1))
- **message-parser:** Emoji skin tone detection ([#764](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/764)) ([1bb3526](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1bb3526d0cfc69a0f416e7acb0101328d5a499b8))
- Tag states ([#763](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/763)) ([57f3e93](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/57f3e938025c8dc4f6e846fb0cb38374fd1a2fa5))

### [0.31.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.31.13...v0.31.14) (2022-06-27)

### Features
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.31.14",
"version": "0.31.15",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "tools/*"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/fuselage-root",
"private": true,
"version": "0.31.14",
"version": "0.31.15",
"workspaces": [
"packages/*",
"tools/*"
Expand Down
2 changes: 1 addition & 1 deletion 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.31.14",
"version": "0.31.15",
"description": "Toolset to transpile and use CSS on runtime",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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.31.14",
"version": "0.31.15",
"description": "Memoized and SSR-compatible facade of CSS.supports API",
"author": {
"name": "Rocket.Chat",
Expand Down
2 changes: 1 addition & 1 deletion packages/emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/emitter",
"version": "0.31.14",
"version": "0.31.15",
"description": "Event Emitter by Rocket.Chat",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
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.31.14",
"version": "0.31.15",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion 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.31.14",
"version": "0.31.15",
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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.31.14",
"version": "0.31.15",
"description": "A bundle of useful poly/ponyfills used by fuselage",
"author": {
"name": "Rocket.Chat",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-toastbar",
"version": "0.31.14",
"version": "0.31.15",
"description": "Fuselage ToastBar component",
"keywords": [
"rocketchat",
Expand Down
2 changes: 1 addition & 1 deletion 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.31.14",
"version": "0.31.15",
"description": "Design tokens for Fuselage, Rocket.Chat's design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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.31.14",
"version": "0.31.15",
"description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage",
"version": "0.31.14",
"version": "0.31.15",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/icons",
"version": "0.31.14",
"version": "0.31.15",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/logo",
"version": "0.31.14",
"version": "0.31.15",
"description": "Rocket.Chat logo package",
"keywords": [
"rocketchat",
Expand Down
2 changes: 1 addition & 1 deletion packages/memo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/memo",
"version": "0.31.14",
"version": "0.31.15",
"description": "Memoization utilities",
"keywords": [
"memoize"
Expand Down
2 changes: 1 addition & 1 deletion packages/message-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/message-parser",
"description": "Rocket.Chat parser for messages",
"version": "0.31.14",
"version": "0.31.15",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/mp3-encoder",
"version": "0.31.14",
"version": "0.31.15",
"description": "A LAME encoder to be used in web workers",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/onboarding-ui",
"version": "0.31.14",
"version": "0.31.15",
"description": "Set of components and functions for the onboarding experience on Rocket.Chat",
"keywords": [
"rocketchat"
Expand Down
2 changes: 1 addition & 1 deletion packages/peggy-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/peggy-loader",
"version": "0.31.14",
"version": "0.31.15",
"description": "Peggy loader for webpack",
"keywords": [
"peggy",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/prettier-config",
"description": "Prettier configuration for Rocket.Chat repositories",
"version": "0.31.14",
"version": "0.31.15",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/string-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/string-helpers",
"version": "0.31.14",
"version": "0.31.15",
"description": "Helper functions for string manipulation",
"keywords": [
"string",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/styled",
"version": "0.31.14",
"version": "0.31.15",
"description": "A simple styled API for React components",
"author": {
"name": "Rocket.Chat",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylis-logical-props-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/stylis-logical-props-middleware",
"version": "0.31.14",
"version": "0.31.15",
"description": "Stylis middleware to handle CSS Logical Properties and their fallbacks",
"author": {
"name": "Rocket.Chat",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-kit",
"version": "0.31.14",
"version": "0.31.15",
"description": "Interactive UI elements for Rocket.Chat Apps",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion tools/build-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"stylelint": "~14.5.0",
"tools-utils": "workspace:~"
},
"version": "0.31.14"
"version": "0.31.15"
}
2 changes: 1 addition & 1 deletion tools/build-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"unicode": "~14.0.0",
"xml2js": "~0.4.23"
},
"version": "0.31.14"
"version": "0.31.15"
}
2 changes: 1 addition & 1 deletion tools/build-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "build-logo",
"private": true,
"bin": "./index.mjs",
"version": "0.31.14",
"version": "0.31.15",
"dependencies": {
"prettier": "~2.5.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bump": "./bump.mjs",
"bump-next": "./bump-next.mjs"
},
"version": "0.31.14",
"version": "0.31.15",
"dependencies": {
"conventional-recommended-bump": "~6.1.0",
"latest-version": "~6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/lint-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lint": "./lint.mjs",
"lint-and-fix": "./lint-and-fix.mjs"
},
"version": "0.31.14",
"version": "0.31.15",
"dependencies": {
"@prettier/plugin-xml": "~1.2.0",
"eslint": "~8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"ts-node": "~10.5.0",
"typescript": "~4.3.5"
},
"version": "0.31.14"
"version": "0.31.15"
}
2 changes: 1 addition & 1 deletion tools/testing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"dependencies": {
"css-mediaquery": "^0.1.2"
},
"version": "0.31.14"
"version": "0.31.15"
}
2 changes: 1 addition & 1 deletion tools/tools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"json5": "^2.2.0",
"rimraf": "^3.0.2"
},
"version": "0.31.14"
"version": "0.31.15"
}
2 changes: 1 addition & 1 deletion tools/update-readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "update-readme",
"private": true,
"bin": "./update-readme.mjs",
"version": "0.31.14",
"version": "0.31.15",
"dependencies": {
"outdent": "^0.8.0",
"zx": "~4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/write-version-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "write-version-module",
"private": true,
"bin": "./index.mjs",
"version": "0.31.14"
"version": "0.31.15"
}

0 comments on commit a849d66

Please sign in to comment.