Skip to content

Commit

Permalink
Merge pull request #199 from fracht/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ArtiomTr authored Sep 28, 2023
2 parents 3b2a56e + 837dbfc commit 2b3b27e
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-rabbits-prove.md

This file was deleted.

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

## 0.11.9

### Patch Changes

- @rchat/shared@0.11.9

## 0.11.8

### 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.8",
"version": "0.11.9",
"main": "./dist/index.js",
"module": "./dist/client.esm.js",
"types": "./dist/client.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rchat/material

## 0.11.9

## 0.11.8

## 0.11.7
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.8",
"version": "0.11.9",
"sideEffects": false,
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@mui/material": "^5.10.6",
"@mui/styled-engine": "^5.10.6",
"@mui/types": "^7.2.0",
"@rchat/react": "workspace:^0.11.8",
"@rchat/react": "workspace:^0.11.9",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rchat/react

## 0.11.9

## 0.11.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "0.11.9",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"bugs": "https://github.com/ArtiomTr/awesome-react-chat/issues",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@rchat/client": "workspace:^0.11.8",
"@rchat/client": "workspace:^0.11.9",
"@sirse-dev/eslint-config": "^1.0.6",
"@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.11.9

### Patch Changes

- 4dde42d: Added possibility to invalidate room participants cache
- @rchat/shared@0.11.9

## 0.11.8

### 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.8",
"version": "0.11.9",
"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.11.9

## 0.11.8

## 0.11.7
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.8",
"version": "0.11.9",
"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.11.9

## 0.11.8

## 0.11.7
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.8",
"version": "0.11.9",
"sideEffects": false,
"publishConfig": {
"access": "public",
Expand All @@ -26,7 +26,7 @@
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@rchat/server": "workspace:^0.11.8",
"@rchat/server": "workspace:^0.11.9",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b3b27e

Please sign in to comment.