Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/stupid-trees-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rchat/material': patch
---

Fixed AccountAvatar placeholder style
22 changes: 4 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release

on:
push:
branches:
- main
pull_request:
branches: [main]
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -29,18 +28,5 @@ jobs:
- name: Install pnpm dependencies (with cache)
uses: covbot/pnpm-install-with-cache@v1

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_BOT_TOKEN }}

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
version: pnpm bump
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test turbo on CI
run: pnpm turbo run -vvv --env-mode=loose --log-order=stream build --filter @rchat/shared
12 changes: 0 additions & 12 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# @rchat/client

## 0.12.2

### Patch Changes

- @rchat/shared@0.12.2

## 0.12.1

### Patch Changes

- @rchat/shared@0.12.1

## 0.12.0

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

## 0.12.2

### Patch Changes

- 2965375: Update @rchat/material dependencies

## 0.12.1

### Patch Changes

- 1859ba4: Fixed AccountAvatar placeholder style

## 0.12.0

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rchat/material",
"version": "0.12.2",
"version": "0.12.0",
"sideEffects": false,
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -18,16 +18,18 @@
"release": "np",
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006"
},
"dependencies": {
"@mui/icons-material": "^5.10.6",
"@mui/system": "^5.10.6"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/styled-engine": "^6.1.3",
"@mui/system": "^6.1.3",
"@mui/material": "^5.10.6",
"@mui/styled-engine": "^5.10.6",
"@mui/types": "^7.2.0",
"@rchat/react": "workspace:^0.12.2",
"@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 All @@ -48,9 +50,7 @@
"peerDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/system": "^6.1.3",
"@mui/material": "^5.10.6",
"@rchat/react": "< 1.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
4 changes: 0 additions & 4 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# @rchat/react

## 0.12.2

## 0.12.1

## 0.12.0

### Minor Changes
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.12.2",
"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.12.2",
"@rchat/shared": "workspace:^0.12.2",
"@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
12 changes: 0 additions & 12 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# @rchat/server

## 0.12.2

### Patch Changes

- @rchat/shared@0.12.2

## 0.12.1

### Patch Changes

- @rchat/shared@0.12.1

## 0.12.0

### 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.12.2",
"version": "0.12.0",
"main": "./dist/server.cjs.development.js",
"types": "./dist/server.d.ts",
"publishConfig": {
Expand Down
4 changes: 0 additions & 4 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# @rchat/shared

## 0.12.2

## 0.12.1

## 0.12.0

## 0.11.9
Expand Down
12 changes: 6 additions & 6 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@rchat/shared",
"version": "0.12.2",
"version": "0.12.0",
"main": "./dist/index.js",
"module": "./dist/shared.esm.js",
"types": "./dist/shared.d.ts",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public",
"directory": "prepared-package"
},
"scripts": {
"build": "aqu build && rimraf ./prepared-package && clean-publish",
"build": "tsup",
"lint": "eslint **/*.{ts,tsx}",
"postpublish": "rimraf ./prepared-package",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"aqu": "0.4.3",
"rimraf": "^3.0.2",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1"
"socket.io-client": "^4.5.1",
"tsup": "^8.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/shared/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from 'tsup';

export default defineConfig({
entry: ['./src/index.ts'],
outDir: 'dist',
format: ['cjs', 'esm'],
dts: true,
});
4 changes: 0 additions & 4 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# @rchat/test-utils

## 0.12.2

## 0.12.1

## 0.12.0

## 0.11.9
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.12.2",
"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.12.2",
"@rchat/server": "workspace:^0.12.0",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2"
}
Expand Down
Loading