Skip to content

Commit

Permalink
Release 6.5.0-alpha.11
Browse files Browse the repository at this point in the history
Signed-off-by: K8s Lens Bot <[email protected]>
  • Loading branch information
k8slens-bot authored and Nokel81 committed May 11, 2023
1 parent 6902851 commit d73ef8f
Show file tree
Hide file tree
Showing 69 changed files with 1,065 additions and 178 deletions.
11 changes: 11 additions & 0 deletions open-lens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 6.5.0-alpha.11 (2023-05-11)


### Bug Fixes

* Add missing styles to fix terminal resizing ([6902851](https://github.com/lensapp/lens/commit/6902851026e74428f515fc5f3e01e6dc8a4c2d50))





# 6.5.0-alpha.10 (2023-05-09)


Expand Down
44 changes: 22 additions & 22 deletions 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.10",
"version": "6.5.0-alpha.11",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down Expand Up @@ -180,28 +180,28 @@
}
},
"dependencies": {
"@k8slens/application": "^6.5.0-alpha.5",
"@k8slens/application-for-electron-main": "^6.5.0-alpha.4",
"@k8slens/core": "^6.5.0-alpha.10",
"@k8slens/application": "^6.5.0-alpha.6",
"@k8slens/application-for-electron-main": "^6.5.0-alpha.5",
"@k8slens/core": "^6.5.0-alpha.11",
"@k8slens/ensure-binaries": "^6.5.0-alpha.5",
"@k8slens/event-emitter": "^1.0.0-alpha.2",
"@k8slens/feature-core": "^6.5.0-alpha.4",
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.4",
"@k8slens/kube-object": "^1.0.0-alpha.2",
"@k8slens/kubectl-versions": "^1.0.0-alpha.3",
"@k8slens/legacy-extension-example": "^1.0.0-alpha.8",
"@k8slens/legacy-extensions": "^1.0.0-alpha.4",
"@k8slens/legacy-global-di": "^1.0.0-alpha.1",
"@k8slens/event-emitter": "^1.0.0-alpha.3",
"@k8slens/feature-core": "^6.5.0-alpha.5",
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.5",
"@k8slens/kube-object": "^1.0.0-alpha.3",
"@k8slens/kubectl-versions": "^1.0.0-alpha.4",
"@k8slens/legacy-extension-example": "^1.0.0-alpha.9",
"@k8slens/legacy-extensions": "^1.0.0-alpha.5",
"@k8slens/legacy-global-di": "^1.0.0-alpha.2",
"@k8slens/logger": "^1.0.0-alpha.6",
"@k8slens/messaging": "^1.0.0-alpha.4",
"@k8slens/messaging-for-main": "^1.0.0-alpha.4",
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.4",
"@k8slens/messaging": "^1.0.0-alpha.5",
"@k8slens/messaging-for-main": "^1.0.0-alpha.5",
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.5",
"@k8slens/node-fetch": "^6.5.0-alpha.3",
"@k8slens/react-application": "^1.0.0-alpha.3",
"@k8slens/resizing-anchor": "1.0.0-alpha.6",
"@k8slens/run-many": "^1.0.0-alpha.4",
"@k8slens/startable-stoppable": "^1.0.0-alpha.3",
"@k8slens/utilities": "^1.0.0-alpha.3",
"@k8slens/react-application": "^1.0.0-alpha.4",
"@k8slens/resizing-anchor": "^1.0.0-alpha.7",
"@k8slens/run-many": "^1.0.0-alpha.5",
"@k8slens/startable-stoppable": "^1.0.0-alpha.4",
"@k8slens/utilities": "^1.0.0-alpha.4",
"@ogre-tools/fp": "^15.8.1",
"@ogre-tools/injectable": "^15.8.1",
"@ogre-tools/injectable-extension-for-auto-registration": "^15.8.1",
Expand All @@ -212,8 +212,8 @@
},
"devDependencies": {
"@electron/rebuild": "^3.2.10",
"@k8slens/generate-tray-icons": "^6.5.0-alpha.5",
"@k8slens/test-utils": "^1.0.0-alpha.4",
"@k8slens/generate-tray-icons": "^6.5.0-alpha.6",
"@k8slens/test-utils": "^1.0.0-alpha.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.53",
Expand Down
Loading

0 comments on commit d73ef8f

Please sign in to comment.