Skip to content

Commit

Permalink
chore: Bump to 7.74.1-next in 7.74.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Sep 7, 2023
1 parent d0d42d2 commit 9597c4a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"stream": true,
"version": "7.74.0"
"version": "7.74.1-next"
}
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.74.0",
"version": "7.74.1-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.74.0",
"version": "7.74.1-next",
"repository": "https://github.com/eclipse-che/che-dashboard",
"license": "EPL-2.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions 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.74.0",
"version": "7.74.1-next",
"description": "Dashboard backend for Eclipse Che",
"scripts": {
"build": "webpack --color --config webpack.config.prod.js",
Expand All @@ -27,7 +27,7 @@
"license": "EPL-2.0",
"dependencies": {
"@devfile/api": "^2.2.1-alpha-1667236163",
"@eclipse-che/che-devworkspace-generator": "7.74.0",
"@eclipse-che/che-devworkspace-generator": "7.74.1-next",
"@fastify/cors": "^8.3.0",
"@fastify/error": "^3.3.0",
"@fastify/http-proxy": "^9.2.1",
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.74.0",
"version": "7.74.1-next",
"description": "Dashboard frontend for Eclipse Che",
"private": true,
"repository": {
Expand Down

0 comments on commit 9597c4a

Please sign in to comment.