Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent 6c7001f commit 6b496b8
Show file tree
Hide file tree
Showing 17 changed files with 100 additions and 239 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-cycles-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-trees-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-snakes-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-grapes-shout.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rchat/client

## 0.12.0

### Minor Changes

- 6aa367c: Fixed 'update search results' behavior when receiving a new message

### Patch Changes

- @rchat/shared@0.12.0

## 0.11.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rchat/client",
"description": "",
"version": "0.11.9",
"version": "0.12.0",
"main": "./dist/index.js",
"module": "./dist/client.esm.js",
"types": "./dist/client.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rchat/material

## 0.12.0

### Patch Changes

- e2af7f0: Added unknown AccountAvatar

## 0.11.9

## 0.11.8
Expand Down
4 changes: 2 additions & 2 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rchat/material",
"version": "0.11.9",
"version": "0.12.0",
"sideEffects": false,
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@mui/material": "^5.10.6",
"@mui/styled-engine": "^5.10.6",
"@mui/types": "^7.2.0",
"@rchat/react": "workspace:^0.11.9",
"@rchat/react": "workspace:^0.12.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rchat/react

## 0.12.0

### Minor Changes

- 6aa367c: Fixed 'update search results' behavior when receiving a new message

### Patch Changes

- e319e25: Fixed "Unable to unfocus focused item when clearing search results"

## 0.11.9

## 0.11.8
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rchat/react",
"description": "Awesome React chat",
"version": "0.11.9",
"version": "0.12.0",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"bugs": "https://github.com/ArtiomTr/awesome-react-chat/issues",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@rchat/client": "workspace:^0.11.9",
"@rchat/shared": "workspace:^0.11.9",
"@rchat/client": "workspace:^0.12.0",
"@rchat/shared": "workspace:^0.12.0",
"@sirse-dev/eslint-config": "^5.0.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@storybook/addon-actions": "^6.5.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rchat/server

## 0.12.0

### Patch Changes

- bbff950: Added possibility to open broadcast channel without additional checks
- @rchat/shared@0.12.0

## 0.11.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rchat/server",
"version": "0.11.9",
"version": "0.12.0",
"main": "./dist/server.cjs.development.js",
"types": "./dist/server.d.ts",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rchat/shared

## 0.12.0

## 0.11.9

## 0.11.8
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rchat/shared",
"version": "0.11.9",
"version": "0.12.0",
"main": "./dist/index.js",
"module": "./dist/shared.esm.js",
"types": "./dist/shared.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rchat/test-utils

## 0.12.0

## 0.11.9

## 0.11.8
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rchat/test-utils",
"version": "0.11.9",
"version": "0.12.0",
"sideEffects": false,
"publishConfig": {
"access": "public",
Expand All @@ -24,7 +24,7 @@
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@rchat/server": "workspace:^0.11.9",
"@rchat/server": "workspace:^0.12.0",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2"
}
Expand Down
Loading

0 comments on commit 6b496b8

Please sign in to comment.