Skip to content

Commit

Permalink
chore: Bump to 7.53.0-next in main
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov authored and ibuziuk committed Aug 18, 2022
1 parent fd90af0 commit 3165c07
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.52.0-next",
"version": "7.53.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.52.0-next",
"version": "7.53.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.52.0-next",
"version": "7.53.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.52.0-next",
"version": "7.53.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.52.0-next",
"version": "7.53.0-next",
"description": "Dashboard frontend for Eclipse Che",
"private": true,
"repository": {
Expand Down

0 comments on commit 3165c07

Please sign in to comment.