Skip to content

Commit

Permalink
Release 6.5.0-alpha.6
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <[email protected]>
  • Loading branch information
Nokel81 committed Apr 12, 2023
1 parent 9080725 commit 6f59e1f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "",
"description": "Lens Desktop Core",
"homepage": "https://github.com/lensapp/lens",
"version": "6.5.0-alpha.5",
"version": "6.5.0-alpha.6",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@k8slens/extensions",
"productName": "OpenLens extensions",
"description": "OpenLens - Open Source Kubernetes IDE: extensions",
"version": "6.5.0-alpha.5",
"version": "6.5.0-alpha.6",
"copyright": "© 2022 OpenLens Authors",
"license": "MIT",
"main": "dist/extension-api.js",
Expand All @@ -26,7 +26,7 @@
"prepare:dev": "npm run build"
},
"dependencies": {
"@k8slens/core": "^6.5.0-alpha.5"
"@k8slens/core": "^6.5.0-alpha.6"
},
"devDependencies": {
"@types/node": "^16.18.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-extension-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@k8slens/legacy-extension-example",
"private": false,
"description": "An example bundled Lens extensions using the v1 API",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"type": "commonjs",
"files": [
"dist"
Expand Down Expand Up @@ -36,7 +36,7 @@
"lint:fix": "lens-lint --fix"
},
"devDependencies": {
"@k8slens/extensions": "^6.5.0-alpha.5",
"@k8slens/extensions": "^6.5.0-alpha.6",
"@types/node": "^16.18.16",
"typescript": "^4.9.5",
"webpack": "^5.77.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/open-lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "6.5.0-alpha.5",
"version": "6.5.0-alpha.6",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down Expand Up @@ -187,11 +187,11 @@
"dependencies": {
"@k8slens/application": "^6.5.0-alpha.3",
"@k8slens/application-for-electron-main": "^6.5.0-alpha.2",
"@k8slens/core": "^6.5.0-alpha.5",
"@k8slens/core": "^6.5.0-alpha.6",
"@k8slens/ensure-binaries": "^6.5.0-alpha.2",
"@k8slens/feature-core": "^6.5.0-alpha.2",
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.2",
"@k8slens/legacy-extension-example": "^1.0.0-alpha.3",
"@k8slens/legacy-extension-example": "^1.0.0-alpha.4",
"@k8slens/legacy-extensions": "^1.0.0-alpha.2",
"@k8slens/messaging": "^1.0.0-alpha.2",
"@k8slens/messaging-for-main": "^1.0.0-alpha.2",
Expand Down

0 comments on commit 6f59e1f

Please sign in to comment.