Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jun 28, 2021
2 parents d430773 + 9d1d75c commit b028da8
Show file tree
Hide file tree
Showing 39 changed files with 289 additions and 75 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.26.0",
"version": "0.27.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/css-in-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions 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.26.0",
"version": "0.27.0",
"description": "Toolset to transpile and use CSS on runtime",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-alt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.26.0",
"version": "0.27.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
11 changes: 11 additions & 0 deletions packages/fuselage-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 4 additions & 4 deletions 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.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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/fuselage-polyfills/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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.26.0",
"version": "0.27.0",
"description": "A bundle of useful poly/ponyfills used by fuselage",
"author": {
"name": "Rocket.Chat",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/fuselage-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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.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": {
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/fuselage-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions 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.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": {
Expand Down Expand Up @@ -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",
Expand Down
26 changes: 26 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
18 changes: 9 additions & 9 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage",
"version": "0.26.0",
"version": "0.27.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit b028da8

Please sign in to comment.