Skip to content

Commit

Permalink
v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymBezpalko committed Oct 21, 2024
1 parent 2b81afa commit 16e8b98
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.5.2",
"version": "2.5.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
12 changes: 6 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 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.5.2",
"version": "2.5.3",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@livechat/design-system-icons": "^2.5.2",
"@livechat/design-system-react-components": "^2.5.2",
"@livechat/design-system-icons": "^2.5.3",
"@livechat/design-system-react-components": "^2.5.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/design-system-icons",
"version": "2.5.2",
"version": "2.5.3",
"description": "",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.5.2",
"version": "2.5.3",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -76,7 +76,7 @@
"dependencies": {
"@floating-ui/react": "^0.26.25",
"@livechat/data-utils": "^0.2.16",
"@livechat/design-system-icons": "^2.5.2",
"@livechat/design-system-icons": "^2.5.3",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"lodash.debounce": "^4.0.8",
Expand Down

0 comments on commit 16e8b98

Please sign in to comment.