Skip to content

Commit

Permalink
v1.0.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Graczyk committed Jul 26, 2022
1 parent 0eed2c7 commit aa83ec5
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.16"
"version": "1.0.0-alpha.17"
}
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.16",
"version": "1.0.0-alpha.17",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@livechat/design-system-icons": "^1.0.0-alpha.13",
"@livechat/design-system-react-components": "^1.0.0-alpha.16",
"@livechat/design-system-icons": "^1.0.0-alpha.17",
"@livechat/design-system-react-components": "^1.0.0-alpha.17",
"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.13",
"version": "1.0.0-alpha.17",
"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.16",
"version": "1.0.0-alpha.17",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -68,7 +68,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.13",
"@livechat/design-system-icons": "^1.0.0-alpha.17",
"@popperjs/core": "^2.11.2",
"clsx": "^1.1.1",
"lodash.debounce": "^4.0.8",
Expand Down

0 comments on commit aa83ec5

Please sign in to comment.