Skip to content

Commit c9b3fa6

Browse files
committed
chore(release): 0.31.16
1 parent 24aa158 commit c9b3fa6

File tree

35 files changed

+40
-34
lines changed

35 files changed

+40
-34
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
### [0.31.16](https://github.com/RocketChat/fuselage/compare/v0.31.15...v0.31.16) (2022-07-21)
6+
7+
### Bug Fixes
8+
9+
- **fuselage:** Multiselect show ([#785](https://github.com/RocketChat/fuselage/issues/785)) ([3bb025e](https://github.com/RocketChat/fuselage/commit/3bb025e276b3db3250f09a7337ab329c3c957fdb))
10+
511
### [0.31.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.31.14...v0.31.15) (2022-07-20)
612

713
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.31.15",
2+
"version": "0.31.16",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": ["packages/*", "tools/*"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rocket.chat/fuselage-root",
33
"private": true,
4-
"version": "0.31.15",
4+
"version": "0.31.16",
55
"workspaces": [
66
"packages/*",
77
"tools/*"

packages/css-in-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/css-in-js",
3-
"version": "0.31.15",
3+
"version": "0.31.16",
44
"description": "Toolset to transpile and use CSS on runtime",
55
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
66
"author": {

packages/css-supports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/css-supports",
3-
"version": "0.31.15",
3+
"version": "0.31.16",
44
"description": "Memoized and SSR-compatible facade of CSS.supports API",
55
"author": {
66
"name": "Rocket.Chat",

packages/emitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/emitter",
3-
"version": "0.31.15",
3+
"version": "0.31.16",
44
"description": "Event Emitter by Rocket.Chat",
55
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
66
"author": {

packages/eslint-config-alt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rocket.chat/eslint-config-alt",
33
"description": "ESLint configuration for Rocket.Chat repositories",
4-
"version": "0.31.15",
4+
"version": "0.31.16",
55
"author": {
66
"name": "Rocket.Chat",
77
"url": "https://rocket.chat/"

packages/fuselage-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/fuselage-hooks",
3-
"version": "0.31.15",
3+
"version": "0.31.16",
44
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
55
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
66
"author": {

packages/fuselage-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/fuselage-polyfills",
3-
"version": "0.31.15",
3+
"version": "0.31.16",
44
"description": "A bundle of useful poly/ponyfills used by fuselage",
55
"author": {
66
"name": "Rocket.Chat",

packages/fuselage-toastbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/fuselage-toastbar",
3-
"version": "0.31.15",
3+
"version": "0.31.16",
44
"description": "Fuselage ToastBar component",
55
"keywords": [
66
"rocketchat",

0 commit comments

Comments
 (0)