Skip to content

Commit

Permalink
v1.0.0-alpha.47
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinsawicki committed Apr 17, 2023
1 parent ce4df5a commit 7eb1252
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.46"
"version": "1.0.0-alpha.47"
}
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.

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": "1.0.0-alpha.46",
"version": "1.0.0-alpha.47",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@livechat/design-system-icons": "^1.0.0-alpha.39",
"@livechat/design-system-react-components": "^1.0.0-alpha.46",
"@livechat/design-system-icons": "^1.0.0-alpha.47",
"@livechat/design-system-react-components": "^1.0.0-alpha.47",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/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/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/design-system-icons",
"version": "1.0.0-alpha.39",
"version": "1.0.0-alpha.47",
"description": "",
"publishConfig": {
"access": "public"
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.

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": "1.0.0-alpha.46",
"version": "1.0.0-alpha.47",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -69,7 +69,7 @@
"@floating-ui/react-dom": "^0.7.0",
"@floating-ui/react-dom-interactions": "^0.6.1",
"@livechat/data-utils": "^0.2.16",
"@livechat/design-system-icons": "^1.0.0-alpha.39",
"@livechat/design-system-icons": "^1.0.0-alpha.47",
"@popperjs/core": "^2.11.2",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
Expand Down

0 comments on commit 7eb1252

Please sign in to comment.