Skip to content

Commit

Permalink
v1.0.0-alpha.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Graczyk committed Sep 12, 2022
1 parent 43eab08 commit a5720d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.22"
"version": "1.0.0-alpha.23"
}
2 changes: 1 addition & 1 deletion packages/example-react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "example-react",
"private": true,
"version": "1.0.0-alpha.22",
"version": "1.0.0-alpha.23",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@livechat/design-system-icons": "^1.0.0-alpha.21",
"@livechat/design-system-react-components": "^1.0.0-alpha.22",
"@livechat/design-system-react-components": "^1.0.0-alpha.23",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/design-system-react-components",
"version": "1.0.0-alpha.22",
"version": "1.0.0-alpha.23",
"description": "",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a5720d7

Please sign in to comment.