Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Dec 3, 2024
1 parent d12ef78 commit ebc3452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.0.0-alpha.0"
"version": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"react",
"next"
],
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"private": false,
"license": "OSL-3.0",
"files": [
Expand Down Expand Up @@ -70,7 +70,7 @@
"changelog": "changelog"
},
"dependencies": {
"@elastic-suite/gally-admin-shared": "^2.0.0-alpha.0",
"@elastic-suite/gally-admin-shared": "^2.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"react",
"next"
],
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"private": false,
"license": "OSL-3.0",
"files": [
Expand Down

0 comments on commit ebc3452

Please sign in to comment.