Skip to content

Commit

Permalink
chore: release: bump to 7.93.0 in 7.93.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 Oct 10, 2024
1 parent 449ee7c commit 09ad109
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 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.93.0",
"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.93.0",
"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.93.0",
"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.93.0-next",
"version": "7.93.0",
"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.3.0-1721400636",
"@eclipse-che/che-devworkspace-generator": "7.90.0-next-4510df7",
"@eclipse-che/che-devworkspace-generator": "7.93.0",
"@fastify/cors": "^10.0.0",
"@fastify/error": "^3.4.1",
"@fastify/http-proxy": "^10.0.0",
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.93.0",
"description": "Dashboard frontend for Eclipse Che",
"private": true,
"repository": {
Expand Down
28 changes: 21 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,20 @@ __metadata:
languageName: node
linkType: hard

"@devfile/api@npm:2.3.0-1725380172":
version: 2.3.0-1725380172
resolution: "@devfile/api@npm:2.3.0-1725380172"
dependencies:
"@types/node": "*"
"@types/node-fetch": ^2.5.7
es6-promise: ^4.2.4
form-data: ^2.5.0
node-fetch: ^2.6.0
url-parse: ^1.4.3
checksum: 51e376f11bcef76f75cc4e085a6e47065f559660806f0082b33d52021f2aae9b875a7430209960a003cc1c9affe844784ed5011ca50b3d57d3a7dcec6933b1b3
languageName: node
linkType: hard

"@discoveryjs/json-ext@npm:0.5.7, @discoveryjs/json-ext@npm:^0.5.0":
version: 0.5.7
resolution: "@discoveryjs/json-ext@npm:0.5.7"
Expand All @@ -528,12 +542,12 @@ __metadata:
languageName: node
linkType: hard

"@eclipse-che/che-devworkspace-generator@npm:7.90.0-next-4510df7":
version: 7.90.0-next-4510df7
resolution: "@eclipse-che/che-devworkspace-generator@npm:7.90.0-next-4510df7"
"@eclipse-che/che-devworkspace-generator@npm:7.93.0":
version: 7.93.0
resolution: "@eclipse-che/che-devworkspace-generator@npm:7.93.0"
dependencies:
"@devfile/api": 2.3.0-1721400636
axios: ^1.7.0
"@devfile/api": 2.3.0-1725380172
axios: ^1.7.4
fs-extra: ^11.2.0
inversify: ^6.0.2
js-yaml: ^4.0.0
Expand All @@ -542,7 +556,7 @@ __metadata:
reflect-metadata: ^0.2.2
bin:
che-devworkspace-generator: lib/entrypoint.js
checksum: 6bceb055206cf7a7b0e78892705aa83b33ad910778f8e6cf4d5edf230054a5cdeb310ea3d908e9f4b78dfc3bb9d748c2872fcea178dd457b61ff33d690fce78f
checksum: d5140e0f60388b8cc946b66e22c2b70f0ad8b6e679e25e3d5acd72b9654b020bb82ace276c081d64df2b93dcfb1f5f23b2dbe624973a2f55c3001fb45ba8bc45
languageName: node
linkType: hard

Expand Down Expand Up @@ -574,7 +588,7 @@ __metadata:
resolution: "@eclipse-che/dashboard-backend@workspace:packages/dashboard-backend"
dependencies:
"@devfile/api": 2.3.0-1721400636
"@eclipse-che/che-devworkspace-generator": 7.90.0-next-4510df7
"@eclipse-che/che-devworkspace-generator": 7.93.0
"@fastify/cors": ^10.0.0
"@fastify/error": ^3.4.1
"@fastify/http-proxy": ^10.0.0
Expand Down

0 comments on commit 09ad109

Please sign in to comment.