Skip to content

Commit

Permalink
chore: Bump to 7.75.0-next in main (#915)
Browse files Browse the repository at this point in the history
* chore: Bump to 7.75.0-next in main

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* fix: fix incorrect version set by release script

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* fix: fix incorrect version

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

---------

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
che-bot and mkuznyetsov authored Sep 11, 2023
1 parent f0ef08e commit 481cd3e
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-next"
"version": "7.75.0-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-next",
"version": "7.75.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.74.0-next",
"version": "7.75.0-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-next",
"version": "7.75.0-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": "0.0.1-99986b8",
"@eclipse-che/che-devworkspace-generator": "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-next",
"version": "7.75.0-next",
"description": "Dashboard frontend for Eclipse Che",
"private": true,
"repository": {
Expand Down

0 comments on commit 481cd3e

Please sign in to comment.