1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Release 6.4.0-beta.0 (#7014)

* Release 6.4.0-beta.0

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix release script

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-25 16:51:37 -08:00 committed by GitHub
parent 0721be49b2
commit a809e12022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 12 deletions

View File

@ -4,6 +4,6 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "6.4.0-alpha.4", "version": "6.4.0-beta.0",
"npmClient": "yarn" "npmClient": "yarn"
} }

View File

@ -3,7 +3,7 @@
"productName": "", "productName": "",
"description": "Lens Desktop Core", "description": "Lens Desktop Core",
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"version": "6.4.0-alpha.4", "version": "6.4.0-beta.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/lensapp/lens.git" "url": "git+https://github.com/lensapp/lens.git"
@ -123,7 +123,7 @@
"@astronautlabs/jsonpath": "^1.1.0", "@astronautlabs/jsonpath": "^1.1.0",
"@hapi/call": "^9.0.0", "@hapi/call": "^9.0.0",
"@hapi/subtext": "^7.0.4", "@hapi/subtext": "^7.0.4",
"@k8slens/node-fetch": "^6.4.0-alpha.4", "@k8slens/node-fetch": "^6.4.0-beta.0",
"@kubernetes/client-node": "^0.18.1", "@kubernetes/client-node": "^0.18.1",
"@material-ui/styles": "^4.11.5", "@material-ui/styles": "^4.11.5",
"@ogre-tools/fp": "^12.0.1", "@ogre-tools/fp": "^12.0.1",

View File

@ -2,7 +2,7 @@
"name": "@k8slens/extensions", "name": "@k8slens/extensions",
"productName": "OpenLens extensions", "productName": "OpenLens extensions",
"description": "OpenLens - Open Source Kubernetes IDE: extensions", "description": "OpenLens - Open Source Kubernetes IDE: extensions",
"version": "6.4.0-alpha.4", "version": "6.4.0-beta.0",
"copyright": "© 2022 OpenLens Authors", "copyright": "© 2022 OpenLens Authors",
"license": "MIT", "license": "MIT",
"main": "dist/src/extension-api.js", "main": "dist/src/extension-api.js",
@ -22,7 +22,7 @@
"prepare:dev": "yarn run build" "prepare:dev": "yarn run build"
}, },
"dependencies": { "dependencies": {
"@k8slens/core": "^6.4.0-alpha.4" "@k8slens/core": "^6.4.0-beta.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.6", "@types/node": "^16.18.6",

View File

@ -1,6 +1,6 @@
{ {
"name": "@k8slens/node-fetch", "name": "@k8slens/node-fetch",
"version": "6.4.0-alpha.4", "version": "6.4.0-beta.0",
"description": "Node fetch for Lens", "description": "Node fetch for Lens",
"license": "MIT", "license": "MIT",
"private": false, "private": false,

View File

@ -4,7 +4,7 @@
"productName": "OpenLens", "productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes", "description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"version": "6.4.0-alpha.4", "version": "6.4.0-beta.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/lensapp/lens.git" "url": "git+https://github.com/lensapp/lens.git"
@ -192,7 +192,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@k8slens/core": "^6.4.0-alpha.4", "@k8slens/core": "^6.4.0-beta.0",
"@ogre-tools/fp": "^12.0.1", "@ogre-tools/fp": "^12.0.1",
"@ogre-tools/injectable": "^12.0.1", "@ogre-tools/injectable": "^12.0.1",
"@ogre-tools/injectable-extension-for-auto-registration": "^12.0.1", "@ogre-tools/injectable-extension-for-auto-registration": "^12.0.1",
@ -201,7 +201,7 @@
"mobx": "^6.7.0" "mobx": "^6.7.0"
}, },
"devDependencies": { "devDependencies": {
"@k8slens/node-fetch": "^6.4.0-alpha.4", "@k8slens/node-fetch": "^6.4.0-beta.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/core": "^1.3.28", "@swc/core": "^1.3.28",
"@swc/jest": "^0.2.24", "@swc/jest": "^0.2.24",

View File

@ -1,6 +1,6 @@
{ {
"name": "@k8slens/release-tool", "name": "@k8slens/release-tool",
"version": "6.4.0-alpha.4", "version": "6.4.0-beta.0",
"description": "Release tool for lens monorepo", "description": "Release tool for lens monorepo",
"main": "dist/index.mjs", "main": "dist/index.mjs",
"license": "MIT", "license": "MIT",

View File

@ -83,8 +83,7 @@ if (basename(process.cwd()) === "scripts") {
console.error(errorMessages.wrongCwd); console.error(errorMessages.wrongCwd);
} }
const packageJson = await fse.readJson("./package.json"); const currentVersion = new SemVer((await fse.readJson("./lerna.json")).version);
const currentVersion = new SemVer(packageJson.version);
console.log(`current version: ${currentVersion.format()}`); console.log(`current version: ${currentVersion.format()}`);