Skip to content

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Nov 17, 2022
1 parent 30c5a27 commit 8c35f81
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,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.0.3",
"version": "5.0.4",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent-x/extension",
"version": "5.0.3",
"version": "5.0.4",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@argent-x/storybook",
"version": "5.0.3",
"version": "5.0.4",
"private": true,
"devDependencies": {
"@argent-x/extension": "^5.0.3",
"@argent-x/extension": "^5.0.4",
"@argent/ui": "^5.0.3",
"@babel/core": "^7.18.5",
"@chakra-ui/storybook-addon": "^4.0.12",
Expand Down

0 comments on commit 8c35f81

Please sign in to comment.