Skip to content

Commit

Permalink
chore(release): 0.31.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Mar 9, 2022
1 parent c3709c2 commit e91a06c
Show file tree
Hide file tree
Showing 34 changed files with 40 additions and 33 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.6](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.31.5...v0.31.6) (2022-03-09)

### Bug Fixes

- **fuselage:** `onChange` prop on `PaginatedSelectFiltered` ([#659](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/659)) ([9e170ff](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9e170ffbb36aa4825dcbe21c8db01eac8c407ee1))
- **fuselage:** `PaginatedSelectFiltered` filter state ([#661](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/661)) ([0975754](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0975754a53ebdb32e8bcb4a7912a0335d5dcf2eb))

### [0.31.5](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.31.4...v0.31.5) (2022-03-02)

### Bug Fixes
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.5",
"version": "0.31.6",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "scripts"],
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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"description": "A bundle of useful poly/ponyfills used by fuselage",
"author": {
"name": "Rocket.Chat",
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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5",
"version": "0.31.6",
"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.5"
"version": "0.31.6"
}
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.5"
"version": "0.31.6"
}
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.5",
"version": "0.31.6",
"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 @@ -2,7 +2,7 @@
"name": "bump",
"private": true,
"bin": "./bump.mjs",
"version": "0.31.5",
"version": "0.31.6",
"dependencies": {
"prettier": "~2.5.1",
"standard-version": "^9.3.2",
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.5",
"version": "0.31.6",
"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.5"
"version": "0.31.6"
}
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.5"
"version": "0.31.6"
}
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.5"
"version": "0.31.6"
}
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.5",
"version": "0.31.6",
"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.5"
"version": "0.31.6"
}

0 comments on commit e91a06c

Please sign in to comment.