Skip to content

Commit

Permalink
v5.0.0-alpha.42
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Jul 17, 2023
1 parent 9d15a24 commit e185e53
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"icons"
],
"version": "5.0.0-alpha.41",
"version": "5.0.0-alpha.42",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
2 changes: 1 addition & 1 deletion packages/Core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/core",
"version": "5.0.0-alpha.40",
"version": "5.0.0-alpha.42",
"description": "welcome-ui: Core utils",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/Dark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.dark",
"version": "5.0.0-alpha.40",
"version": "5.0.0-alpha.42",
"description": "welcome-ui: Dark theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/core": "^5.0.0-alpha.40"
"@welcome-ui/core": "^5.0.0-alpha.42"
},
"gitHead": "974e7bfd71f8cfe846cbffd678c3860a8952f9e9",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/Welcome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.welcome",
"version": "5.0.0-alpha.40",
"version": "5.0.0-alpha.42",
"description": "welcome-ui: Welcome theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/core": "^5.0.0-alpha.40"
"@welcome-ui/core": "^5.0.0-alpha.42"
},
"gitHead": "974e7bfd71f8cfe846cbffd678c3860a8952f9e9",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/WelcomeDark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.welcome-dark",
"version": "5.0.0-alpha.40",
"version": "5.0.0-alpha.42",
"description": "welcome-ui: Welcome Dark theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/themes.welcome": "^5.0.0-alpha.40",
"@welcome-ui/themes.welcome": "^5.0.0-alpha.42",
"ramda": "^0.29.0"
},
"gitHead": "6d279e3c89ce7bd16a2e90245aaebaea2bd69462",
Expand Down

0 comments on commit e185e53

Please sign in to comment.