Skip to content

Commit

Permalink
chore: Bump to 7.94.0-next in main
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored and ibuziuk committed Oct 10, 2024
1 parent 449ee7c commit 23f9a7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
],
"npmClient": "yarn",
"stream": true,
"version": "7.93.0-next",
"version": "7.94.0-next",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/dashboard",
"version": "7.93.0-next",
"version": "7.94.0-next",
"description": "Dashboard for Eclipse Che",
"private": true,
"workspaces": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/common",
"version": "7.93.0-next",
"version": "7.94.0-next",
"repository": "https://github.com/eclipse-che/che-dashboard",
"license": "EPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/dashboard-backend",
"version": "7.93.0-next",
"version": "7.94.0-next",
"description": "Dashboard backend for Eclipse Che",
"scripts": {
"build": "webpack --color --config webpack.config.prod.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/dashboard-frontend",
"version": "7.93.0-next",
"version": "7.94.0-next",
"description": "Dashboard frontend for Eclipse Che",
"private": true,
"repository": {
Expand Down

0 comments on commit 23f9a7c

Please sign in to comment.