Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymBezpalko committed Sep 27, 2024
1 parent 9162137 commit 03f9e04
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "2.1.2",
"version": "2.1.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 3 additions & 3 deletions 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": "2.1.2",
"version": "2.1.3",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@livechat/design-system-icons": "^2.0.0",
"@livechat/design-system-react-components": "^2.1.2",
"@livechat/design-system-react-components": "^2.1.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
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": "2.1.2",
"version": "2.1.3",
"description": "",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 03f9e04

Please sign in to comment.