mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Release 6.5.0-alpha.11
Signed-off-by: K8s Lens Bot <info@k8slens.dev>
This commit is contained in:
parent
6902851026
commit
d73ef8fb1b
@ -3,6 +3,17 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
# 6.5.0-alpha.10 (2023-05-09)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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.5.0-alpha.10",
|
"version": "6.5.0-alpha.11",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/lensapp/lens.git"
|
"url": "git+https://github.com/lensapp/lens.git"
|
||||||
@ -180,28 +180,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@k8slens/application": "^6.5.0-alpha.5",
|
"@k8slens/application": "^6.5.0-alpha.6",
|
||||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.4",
|
"@k8slens/application-for-electron-main": "^6.5.0-alpha.5",
|
||||||
"@k8slens/core": "^6.5.0-alpha.10",
|
"@k8slens/core": "^6.5.0-alpha.11",
|
||||||
"@k8slens/ensure-binaries": "^6.5.0-alpha.5",
|
"@k8slens/ensure-binaries": "^6.5.0-alpha.5",
|
||||||
"@k8slens/event-emitter": "^1.0.0-alpha.2",
|
"@k8slens/event-emitter": "^1.0.0-alpha.3",
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.4",
|
"@k8slens/feature-core": "^6.5.0-alpha.5",
|
||||||
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.4",
|
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.5",
|
||||||
"@k8slens/kube-object": "^1.0.0-alpha.2",
|
"@k8slens/kube-object": "^1.0.0-alpha.3",
|
||||||
"@k8slens/kubectl-versions": "^1.0.0-alpha.3",
|
"@k8slens/kubectl-versions": "^1.0.0-alpha.4",
|
||||||
"@k8slens/legacy-extension-example": "^1.0.0-alpha.8",
|
"@k8slens/legacy-extension-example": "^1.0.0-alpha.9",
|
||||||
"@k8slens/legacy-extensions": "^1.0.0-alpha.4",
|
"@k8slens/legacy-extensions": "^1.0.0-alpha.5",
|
||||||
"@k8slens/legacy-global-di": "^1.0.0-alpha.1",
|
"@k8slens/legacy-global-di": "^1.0.0-alpha.2",
|
||||||
"@k8slens/logger": "^1.0.0-alpha.6",
|
"@k8slens/logger": "^1.0.0-alpha.6",
|
||||||
"@k8slens/messaging": "^1.0.0-alpha.4",
|
"@k8slens/messaging": "^1.0.0-alpha.5",
|
||||||
"@k8slens/messaging-for-main": "^1.0.0-alpha.4",
|
"@k8slens/messaging-for-main": "^1.0.0-alpha.5",
|
||||||
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.4",
|
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.5",
|
||||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.3",
|
"@k8slens/react-application": "^1.0.0-alpha.4",
|
||||||
"@k8slens/resizing-anchor": "1.0.0-alpha.6",
|
"@k8slens/resizing-anchor": "^1.0.0-alpha.7",
|
||||||
"@k8slens/run-many": "^1.0.0-alpha.4",
|
"@k8slens/run-many": "^1.0.0-alpha.5",
|
||||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.3",
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.4",
|
||||||
"@k8slens/utilities": "^1.0.0-alpha.3",
|
"@k8slens/utilities": "^1.0.0-alpha.4",
|
||||||
"@ogre-tools/fp": "^15.8.1",
|
"@ogre-tools/fp": "^15.8.1",
|
||||||
"@ogre-tools/injectable": "^15.8.1",
|
"@ogre-tools/injectable": "^15.8.1",
|
||||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.8.1",
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.8.1",
|
||||||
@ -212,8 +212,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron/rebuild": "^3.2.10",
|
"@electron/rebuild": "^3.2.10",
|
||||||
"@k8slens/generate-tray-icons": "^6.5.0-alpha.5",
|
"@k8slens/generate-tray-icons": "^6.5.0-alpha.6",
|
||||||
"@k8slens/test-utils": "^1.0.0-alpha.4",
|
"@k8slens/test-utils": "^1.0.0-alpha.5",
|
||||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
||||||
"@swc/cli": "^0.1.62",
|
"@swc/cli": "^0.1.62",
|
||||||
"@swc/core": "^1.3.53",
|
"@swc/core": "^1.3.53",
|
||||||
|
|||||||
178
package-lock.json
generated
178
package-lock.json
generated
@ -34116,32 +34116,32 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"open-lens": {
|
"open-lens": {
|
||||||
"version": "6.5.0-alpha.10",
|
"version": "6.5.0-alpha.11",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@k8slens/application": "^6.5.0-alpha.5",
|
"@k8slens/application": "^6.5.0-alpha.6",
|
||||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.4",
|
"@k8slens/application-for-electron-main": "^6.5.0-alpha.5",
|
||||||
"@k8slens/core": "^6.5.0-alpha.10",
|
"@k8slens/core": "^6.5.0-alpha.11",
|
||||||
"@k8slens/ensure-binaries": "^6.5.0-alpha.5",
|
"@k8slens/ensure-binaries": "^6.5.0-alpha.5",
|
||||||
"@k8slens/event-emitter": "^1.0.0-alpha.2",
|
"@k8slens/event-emitter": "^1.0.0-alpha.3",
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.4",
|
"@k8slens/feature-core": "^6.5.0-alpha.5",
|
||||||
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.4",
|
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.5",
|
||||||
"@k8slens/kube-object": "^1.0.0-alpha.2",
|
"@k8slens/kube-object": "^1.0.0-alpha.3",
|
||||||
"@k8slens/kubectl-versions": "^1.0.0-alpha.3",
|
"@k8slens/kubectl-versions": "^1.0.0-alpha.4",
|
||||||
"@k8slens/legacy-extension-example": "^1.0.0-alpha.8",
|
"@k8slens/legacy-extension-example": "^1.0.0-alpha.9",
|
||||||
"@k8slens/legacy-extensions": "^1.0.0-alpha.4",
|
"@k8slens/legacy-extensions": "^1.0.0-alpha.5",
|
||||||
"@k8slens/legacy-global-di": "^1.0.0-alpha.1",
|
"@k8slens/legacy-global-di": "^1.0.0-alpha.2",
|
||||||
"@k8slens/logger": "^1.0.0-alpha.6",
|
"@k8slens/logger": "^1.0.0-alpha.6",
|
||||||
"@k8slens/messaging": "^1.0.0-alpha.4",
|
"@k8slens/messaging": "^1.0.0-alpha.5",
|
||||||
"@k8slens/messaging-for-main": "^1.0.0-alpha.4",
|
"@k8slens/messaging-for-main": "^1.0.0-alpha.5",
|
||||||
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.4",
|
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.5",
|
||||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.3",
|
"@k8slens/react-application": "^1.0.0-alpha.4",
|
||||||
"@k8slens/resizing-anchor": "1.0.0-alpha.6",
|
"@k8slens/resizing-anchor": "^1.0.0-alpha.7",
|
||||||
"@k8slens/run-many": "^1.0.0-alpha.4",
|
"@k8slens/run-many": "^1.0.0-alpha.5",
|
||||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.3",
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.4",
|
||||||
"@k8slens/utilities": "^1.0.0-alpha.3",
|
"@k8slens/utilities": "^1.0.0-alpha.4",
|
||||||
"@ogre-tools/fp": "^15.8.1",
|
"@ogre-tools/fp": "^15.8.1",
|
||||||
"@ogre-tools/injectable": "^15.8.1",
|
"@ogre-tools/injectable": "^15.8.1",
|
||||||
"@ogre-tools/injectable-extension-for-auto-registration": "^15.8.1",
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.8.1",
|
||||||
@ -34152,8 +34152,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron/rebuild": "^3.2.10",
|
"@electron/rebuild": "^3.2.10",
|
||||||
"@k8slens/generate-tray-icons": "^6.5.0-alpha.5",
|
"@k8slens/generate-tray-icons": "^6.5.0-alpha.6",
|
||||||
"@k8slens/test-utils": "^1.0.0-alpha.4",
|
"@k8slens/test-utils": "^1.0.0-alpha.5",
|
||||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
||||||
"@swc/cli": "^0.1.62",
|
"@swc/cli": "^0.1.62",
|
||||||
"@swc/core": "^1.3.53",
|
"@swc/core": "^1.3.53",
|
||||||
@ -34334,13 +34334,13 @@
|
|||||||
},
|
},
|
||||||
"packages/business-features/keyboard-shortcuts": {
|
"packages/business-features/keyboard-shortcuts": {
|
||||||
"name": "@k8slens/keyboard-shortcuts",
|
"name": "@k8slens/keyboard-shortcuts",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||||
@ -34355,10 +34355,10 @@
|
|||||||
},
|
},
|
||||||
"packages/cluster-settings": {
|
"packages/cluster-settings": {
|
||||||
"name": "@k8slens/cluster-settings",
|
"name": "@k8slens/cluster-settings",
|
||||||
"version": "6.5.0-alpha.4",
|
"version": "6.5.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"rimraf": "^4.4.1"
|
"rimraf": "^4.4.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@ -34367,16 +34367,16 @@
|
|||||||
},
|
},
|
||||||
"packages/core": {
|
"packages/core": {
|
||||||
"name": "@k8slens/core",
|
"name": "@k8slens/core",
|
||||||
"version": "6.5.0-alpha.10",
|
"version": "6.5.0-alpha.11",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astronautlabs/jsonpath": "^1.1.0",
|
"@astronautlabs/jsonpath": "^1.1.0",
|
||||||
"@hapi/call": "^9.0.1",
|
"@hapi/call": "^9.0.1",
|
||||||
"@hapi/subtext": "^7.1.0",
|
"@hapi/subtext": "^7.1.0",
|
||||||
"@k8slens/list-layout": "^1.0.0-alpha.2",
|
"@k8slens/list-layout": "^1.0.0-alpha.3",
|
||||||
"@k8slens/metrics": "^6.5.0-alpha.5",
|
"@k8slens/metrics": "^6.5.0-alpha.6",
|
||||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.3",
|
"@k8slens/react-application": "^1.0.0-alpha.4",
|
||||||
"@k8slens/resource-templates": "^1.0.0-alpha.1",
|
"@k8slens/resource-templates": "^1.0.0-alpha.1",
|
||||||
"@kubernetes/client-node": "^0.18.1",
|
"@kubernetes/client-node": "^0.18.1",
|
||||||
"@material-ui/styles": "^4.11.5",
|
"@material-ui/styles": "^4.11.5",
|
||||||
@ -34441,7 +34441,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "1.6.4",
|
"@async-fn/jest": "1.6.4",
|
||||||
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.4",
|
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.5",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@material-ui/core": "^4.12.3",
|
"@material-ui/core": "^4.12.3",
|
||||||
"@material-ui/icons": "^4.11.2",
|
"@material-ui/icons": "^4.11.2",
|
||||||
@ -37399,10 +37399,10 @@
|
|||||||
},
|
},
|
||||||
"packages/extension-api": {
|
"packages/extension-api": {
|
||||||
"name": "@k8slens/extensions",
|
"name": "@k8slens/extensions",
|
||||||
"version": "6.5.0-alpha.10",
|
"version": "6.5.0-alpha.11",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@k8slens/core": "6.5.0-alpha.10"
|
"@k8slens/core": "6.5.0-alpha.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.18.25",
|
"@types/node": "^16.18.25",
|
||||||
@ -37664,7 +37664,7 @@
|
|||||||
},
|
},
|
||||||
"packages/generate-tray-icons": {
|
"packages/generate-tray-icons": {
|
||||||
"name": "@k8slens/generate-tray-icons",
|
"name": "@k8slens/generate-tray-icons",
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"arg": "^5.0.2",
|
"arg": "^5.0.2",
|
||||||
@ -37915,7 +37915,7 @@
|
|||||||
},
|
},
|
||||||
"packages/infrastructure/webpack": {
|
"packages/infrastructure/webpack": {
|
||||||
"name": "@k8slens/webpack",
|
"name": "@k8slens/webpack",
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ogre-tools/linkable": "^15.8.1",
|
"@ogre-tools/linkable": "^15.8.1",
|
||||||
@ -37987,13 +37987,13 @@
|
|||||||
},
|
},
|
||||||
"packages/kube-object": {
|
"packages/kube-object": {
|
||||||
"name": "@k8slens/kube-object",
|
"name": "@k8slens/kube-object",
|
||||||
"version": "1.0.0-alpha.2",
|
"version": "1.0.0-alpha.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/utilities": "^1.0.0-alpha.2",
|
"@k8slens/utilities": "^1.0.0-alpha.2",
|
||||||
@ -38007,10 +38007,10 @@
|
|||||||
},
|
},
|
||||||
"packages/kubectl-versions": {
|
"packages/kubectl-versions": {
|
||||||
"name": "@k8slens/kubectl-versions",
|
"name": "@k8slens/kubectl-versions",
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@swc/cli": "^0.1.62",
|
"@swc/cli": "^0.1.62",
|
||||||
"@swc/core": "^1.3.53",
|
"@swc/core": "^1.3.53",
|
||||||
"fast-xml-parser": "^4.2.2",
|
"fast-xml-parser": "^4.2.2",
|
||||||
@ -38024,10 +38024,10 @@
|
|||||||
},
|
},
|
||||||
"packages/legacy-extension-example": {
|
"packages/legacy-extension-example": {
|
||||||
"name": "@k8slens/legacy-extension-example",
|
"name": "@k8slens/legacy-extension-example",
|
||||||
"version": "1.0.0-alpha.8",
|
"version": "1.0.0-alpha.9",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/extensions": "^6.5.0-alpha.10",
|
"@k8slens/extensions": "^6.5.0-alpha.11",
|
||||||
"@types/node": "^16.18.25",
|
"@types/node": "^16.18.25",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"webpack": "^5.81.0",
|
"webpack": "^5.81.0",
|
||||||
@ -38158,13 +38158,13 @@
|
|||||||
},
|
},
|
||||||
"packages/legacy-global-di": {
|
"packages/legacy-global-di": {
|
||||||
"name": "@k8slens/legacy-global-di",
|
"name": "@k8slens/legacy-global-di",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.0-alpha.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ogre-tools/injectable": "^15.8.1"
|
"@ogre-tools/injectable": "^15.8.1"
|
||||||
@ -38172,13 +38172,13 @@
|
|||||||
},
|
},
|
||||||
"packages/list-layout": {
|
"packages/list-layout": {
|
||||||
"name": "@k8slens/list-layout",
|
"name": "@k8slens/list-layout",
|
||||||
"version": "1.0.0-alpha.2",
|
"version": "1.0.0-alpha.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/kube-object": "^1.0.0-alpha.1",
|
"@k8slens/kube-object": "^1.0.0-alpha.1",
|
||||||
@ -38231,13 +38231,13 @@
|
|||||||
},
|
},
|
||||||
"packages/metrics": {
|
"packages/metrics": {
|
||||||
"name": "@k8slens/metrics",
|
"name": "@k8slens/metrics",
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/kube-object": "^1.0.0-alpha.1",
|
"@k8slens/kube-object": "^1.0.0-alpha.1",
|
||||||
@ -38382,7 +38382,7 @@
|
|||||||
},
|
},
|
||||||
"packages/release-tool": {
|
"packages/release-tool": {
|
||||||
"name": "@k8slens/release-tool",
|
"name": "@k8slens/release-tool",
|
||||||
"version": "6.5.0-alpha.6",
|
"version": "6.5.0-alpha.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
@ -38416,13 +38416,13 @@
|
|||||||
},
|
},
|
||||||
"packages/routing": {
|
"packages/routing": {
|
||||||
"name": "@k8slens/routing",
|
"name": "@k8slens/routing",
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^13.5.0"
|
"@testing-library/user-event": "^13.5.0"
|
||||||
},
|
},
|
||||||
@ -38462,12 +38462,12 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/application/agnostic": {
|
"packages/technical-features/application/agnostic": {
|
||||||
"name": "@k8slens/application",
|
"name": "@k8slens/application",
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||||
@ -38481,12 +38481,12 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/application/electron-main": {
|
"packages/technical-features/application/electron-main": {
|
||||||
"name": "@k8slens/application-for-electron-main",
|
"name": "@k8slens/application-for-electron-main",
|
||||||
"version": "6.5.0-alpha.4",
|
"version": "6.5.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@ogre-tools/test-utils": "^15.8.1"
|
"@ogre-tools/test-utils": "^15.8.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@ -38501,11 +38501,11 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/application/legacy-extensions": {
|
"packages/technical-features/application/legacy-extensions": {
|
||||||
"name": "@k8slens/legacy-extensions",
|
"name": "@k8slens/legacy-extensions",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ogre-tools/injectable": "^15.8.1"
|
"@ogre-tools/injectable": "^15.8.1"
|
||||||
@ -38513,11 +38513,11 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/feature-core": {
|
"packages/technical-features/feature-core": {
|
||||||
"name": "@k8slens/feature-core",
|
"name": "@k8slens/feature-core",
|
||||||
"version": "6.5.0-alpha.4",
|
"version": "6.5.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ogre-tools/injectable": "^15.8.1"
|
"@ogre-tools/injectable": "^15.8.1"
|
||||||
@ -38525,11 +38525,11 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/messaging/agnostic": {
|
"packages/technical-features/messaging/agnostic": {
|
||||||
"name": "@k8slens/messaging",
|
"name": "@k8slens/messaging",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/application": "^6.5.0-alpha.0",
|
"@k8slens/application": "^6.5.0-alpha.0",
|
||||||
@ -38544,12 +38544,12 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/messaging/computed-channel": {
|
"packages/technical-features/messaging/computed-channel": {
|
||||||
"name": "@k8slens/computed-channel",
|
"name": "@k8slens/computed-channel",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.4",
|
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.5",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"type-fest": "^2.14.0"
|
"type-fest": "^2.14.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@ -38566,11 +38566,11 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/messaging/electron/main": {
|
"packages/technical-features/messaging/electron/main": {
|
||||||
"name": "@k8slens/messaging-for-main",
|
"name": "@k8slens/messaging-for-main",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/application": "^6.5.0-alpha.0",
|
"@k8slens/application": "^6.5.0-alpha.0",
|
||||||
@ -38585,11 +38585,11 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/messaging/electron/renderer": {
|
"packages/technical-features/messaging/electron/renderer": {
|
||||||
"name": "@k8slens/messaging-for-renderer",
|
"name": "@k8slens/messaging-for-renderer",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/application": "^6.5.0-alpha.0",
|
"@k8slens/application": "^6.5.0-alpha.0",
|
||||||
@ -38605,11 +38605,11 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/messaging/message-bridge-fake": {
|
"packages/technical-features/messaging/message-bridge-fake": {
|
||||||
"name": "@k8slens/messaging-fake-bridge",
|
"name": "@k8slens/messaging-fake-bridge",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
@ -38624,13 +38624,13 @@
|
|||||||
},
|
},
|
||||||
"packages/technical-features/react-application": {
|
"packages/technical-features/react-application": {
|
||||||
"name": "@k8slens/react-application",
|
"name": "@k8slens/react-application",
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5"
|
"@testing-library/react": "^12.1.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@ -38650,13 +38650,13 @@
|
|||||||
},
|
},
|
||||||
"packages/ui-components/button": {
|
"packages/ui-components/button": {
|
||||||
"name": "@k8slens/button",
|
"name": "@k8slens/button",
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^12.8.3"
|
"@testing-library/user-event": "^12.8.3"
|
||||||
},
|
},
|
||||||
@ -38689,13 +38689,13 @@
|
|||||||
},
|
},
|
||||||
"packages/ui-components/error-boundary": {
|
"packages/ui-components/error-boundary": {
|
||||||
"name": "@k8slens/error-boundary",
|
"name": "@k8slens/error-boundary",
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^13.5.0"
|
"@testing-library/user-event": "^13.5.0"
|
||||||
},
|
},
|
||||||
@ -38717,13 +38717,13 @@
|
|||||||
},
|
},
|
||||||
"packages/ui-components/resizing-anchor": {
|
"packages/ui-components/resizing-anchor": {
|
||||||
"name": "@k8slens/resizing-anchor",
|
"name": "@k8slens/resizing-anchor",
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||||
@ -38741,13 +38741,13 @@
|
|||||||
},
|
},
|
||||||
"packages/ui-components/tooltip": {
|
"packages/ui-components/tooltip": {
|
||||||
"name": "@k8slens/tooltip",
|
"name": "@k8slens/tooltip",
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^12.8.3"
|
"@testing-library/user-event": "^12.8.3"
|
||||||
},
|
},
|
||||||
@ -38779,13 +38779,13 @@
|
|||||||
},
|
},
|
||||||
"packages/utility-features/event-emitter": {
|
"packages/utility-features/event-emitter": {
|
||||||
"name": "@k8slens/event-emitter",
|
"name": "@k8slens/event-emitter",
|
||||||
"version": "1.0.0-alpha.2",
|
"version": "1.0.0-alpha.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/utility-features/json-api": {
|
"packages/utility-features/json-api": {
|
||||||
@ -38823,10 +38823,10 @@
|
|||||||
},
|
},
|
||||||
"packages/utility-features/run-many": {
|
"packages/utility-features/run-many": {
|
||||||
"name": "@k8slens/run-many",
|
"name": "@k8slens/run-many",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@types/uuid": "^9.0.1"
|
"@types/uuid": "^9.0.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@ -38847,19 +38847,19 @@
|
|||||||
},
|
},
|
||||||
"packages/utility-features/startable-stoppable": {
|
"packages/utility-features/startable-stoppable": {
|
||||||
"name": "@k8slens/startable-stoppable",
|
"name": "@k8slens/startable-stoppable",
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/utility-features/test-utils": {
|
"packages/utility-features/test-utils": {
|
||||||
"name": "@k8slens/test-utils",
|
"name": "@k8slens/test-utils",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@types/lodash": "^4.14.191"
|
"@types/lodash": "^4.14.191"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@ -38874,10 +38874,10 @@
|
|||||||
},
|
},
|
||||||
"packages/utility-features/utilities": {
|
"packages/utility-features/utilities": {
|
||||||
"name": "@k8slens/utilities",
|
"name": "@k8slens/utilities",
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@types/crypto-js": "^4.1.1",
|
"@types/crypto-js": "^4.1.1",
|
||||||
"@types/lodash": "^4.14.191",
|
"@types/lodash": "^4.14.191",
|
||||||
"@types/react": "^17.0.2",
|
"@types/react": "^17.0.2",
|
||||||
|
|||||||
@ -3,6 +3,26 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.5 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/keyboard-shortcuts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/keyboard-shortcuts",
|
"name": "@k8slens/keyboard-shortcuts",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "Keyboard shortcuts for Lens",
|
"description": "Keyboard shortcuts for Lens",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -44,6 +44,6 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,25 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.4 (2023-05-04)
|
# 6.5.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/cluster-settings",
|
"name": "@k8slens/cluster-settings",
|
||||||
"version": "6.5.0-alpha.4",
|
"version": "6.5.0-alpha.5",
|
||||||
"description": "Injection token exporter for cluster settings configuration",
|
"description": "Injection token exporter for cluster settings configuration",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"build": "lens-webpack-build"
|
"build": "lens-webpack-build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"rimraf": "^4.4.1"
|
"rimraf": "^4.4.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@ -3,6 +3,145 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.11 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add test as repro, and fix bug about kube API details not opening ([bb400ae](https://github.com/lensapp/lens/commit/bb400ae66797fe160567e6b728d85d5e79caef4d))
|
||||||
|
* Bring back search filters for pods which were accidentally removed previously ([9c7be39](https://github.com/lensapp/lens/commit/9c7be39eb135b747945f76f61811695d2f96c761))
|
||||||
|
* Do not crash when opening details of a helm release ([40af0d3](https://github.com/lensapp/lens/commit/40af0d31c529e252a45c7370852755c4e63067a7))
|
||||||
|
* Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces ([e8491ca](https://github.com/lensapp/lens/commit/e8491ca2d39971d06842f6741eae042554fbc9a0))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.10 (2023-05-09)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add checks to KubeObject constructor to ensure shape ([bf6af58](https://github.com/lensapp/lens/commit/bf6af58d80552a16be7a547f772902b138a12fbd))
|
||||||
|
* add routingFeature to getDiForUnitTesting ([b33a8b4](https://github.com/lensapp/lens/commit/b33a8b49607935450f70b1d5535431ba416fc22e))
|
||||||
|
* change class name behaviour to limit snapshot diffs ([bfb2b8e](https://github.com/lensapp/lens/commit/bfb2b8e6591891b529d5cf0f8757ff8b7080e004))
|
||||||
|
* **core:** hide update button if downloading of an update fails ([f697742](https://github.com/lensapp/lens/commit/f6977428daa3f61482e7066689ebf7092b0fb2b1))
|
||||||
|
* Fix selfLink being missing from requestKubeResource ([b90e04e](https://github.com/lensapp/lens/commit/b90e04e02dfd18896d5f08f1bc36f90179635797))
|
||||||
|
* lint:fix ([76c11aa](https://github.com/lensapp/lens/commit/76c11aa697e3ada81c876fe8a3ac6e33b4ce8cb9))
|
||||||
|
* observableHistoryInjectionToken and 1 revert for GlobalOverride ([8c0220c](https://github.com/lensapp/lens/commit/8c0220c353c9047a2a4df570b598c31868b5f7e2))
|
||||||
|
* Only show Update Channel preferences when applicable ([43cedae](https://github.com/lensapp/lens/commit/43cedae7b05eaa7f932f2718939f7b856a1b86c5))
|
||||||
|
* Remove incorrect timeout on standard info notifications ([bcf95a6](https://github.com/lensapp/lens/commit/bcf95a65f1d2be91fa613f0da9d0ae978faaef75))
|
||||||
|
* removed as-legacy-globals-for-extension-api ([f1f2634](https://github.com/lensapp/lens/commit/f1f26344900b99c70b2bed2f453ed27574d7b417))
|
||||||
|
* removed dependencies: [reactApplicationFeature], ([0dae159](https://github.com/lensapp/lens/commit/0dae1594baabbd06e798f9a1b4c132cee998bb65))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Add deleting subNamespaces to contextMenu ([89cf491](https://github.com/lensapp/lens/commit/89cf491bc0aa80ee398f8b5dc39ec7c69d00c7bb))
|
||||||
|
* Add removing subNamespaces to Namespace route ([aa95002](https://github.com/lensapp/lens/commit/aa950026a3162abf6322afb4b5c5bf56f9f7e10f))
|
||||||
|
* Adjust container status colors to be distinguable with red/green filter ([#7621](https://github.com/lensapp/lens/issues/7621)) ([3532fc1](https://github.com/lensapp/lens/commit/3532fc1dab918190fa76199a9d7b04d6efe40c47))
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
* Improve formatting error messages from apiKube ([3439472](https://github.com/lensapp/lens/commit/3439472065e6b850e286f6a34bccc23b827b8e28))
|
||||||
|
* Introduce API for changing the status bar colour ([06a0dce](https://github.com/lensapp/lens/commit/06a0dce612b67084f8f36ba552ea23f8ac071201))
|
||||||
|
* Introduce injectables to remove subNamespaces ([c557225](https://github.com/lensapp/lens/commit/c5572257bd6a32a2f05fc78f54ece428f54389fe))
|
||||||
|
* Never auto-close error notifications ([561d8db](https://github.com/lensapp/lens/commit/561d8dbc09581ff21aa79e85f3903c45e99ac33b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.5 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fix tests by recreating non-specific injection token ([c0ebe60](https://github.com/lensapp/lens/commit/c0ebe605c4d36c0d98454e25565818f75ffb1b69))
|
||||||
|
* Referencing apiManager should not throw ([#7468](https://github.com/lensapp/lens/issues/7468)) ([351f9d4](https://github.com/lensapp/lens/commit/351f9d492f6e52e9e97d17d71e2bbdbbde4ea2db))
|
||||||
|
* remove platform specific injectable file names ([9b0318b](https://github.com/lensapp/lens/commit/9b0318b493fe2e49a34b8a4cb3d0bef1600759b8))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Allow built versions to specify an environment ([#7495](https://github.com/lensapp/lens/issues/7495)) ([128b05d](https://github.com/lensapp/lens/commit/128b05d4d46344a511398f654865c133c6e36514))
|
||||||
|
|
||||||
|
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
* Revert "Renderer file logging through IPC" (#7393) ([5409324](https://github.com/lensapp/lens/commit/54093242367717292312df01905d052b66017953)), closes [#7393](https://github.com/lensapp/lens/issues/7393)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.3 (2023-03-15)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.2 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
* Revert "Renderer file logging transport (#6795)" (#7245) ([ec81af4](https://github.com/lensapp/lens/commit/ec81af4e6c5f8d0c25469a56dfa602894f85734b)), closes [#6795](https://github.com/lensapp/lens/issues/6795) [#7245](https://github.com/lensapp/lens/issues/7245) [#544](https://github.com/lensapp/lens/issues/544)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.13 (2023-02-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.12 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.11 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.10 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.9 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.8 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.7 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.6 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.5 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.4 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.3 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.10 (2023-05-09)
|
# 6.5.0-alpha.10 (2023-05-09)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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.5.0-alpha.10",
|
"version": "6.5.0-alpha.11",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/lensapp/lens.git"
|
"url": "git+https://github.com/lensapp/lens.git"
|
||||||
@ -118,10 +118,10 @@
|
|||||||
"@astronautlabs/jsonpath": "^1.1.0",
|
"@astronautlabs/jsonpath": "^1.1.0",
|
||||||
"@hapi/call": "^9.0.1",
|
"@hapi/call": "^9.0.1",
|
||||||
"@hapi/subtext": "^7.1.0",
|
"@hapi/subtext": "^7.1.0",
|
||||||
"@k8slens/list-layout": "^1.0.0-alpha.2",
|
"@k8slens/list-layout": "^1.0.0-alpha.3",
|
||||||
"@k8slens/metrics": "^6.5.0-alpha.5",
|
"@k8slens/metrics": "^6.5.0-alpha.6",
|
||||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.3",
|
"@k8slens/react-application": "^1.0.0-alpha.4",
|
||||||
"@k8slens/resource-templates": "^1.0.0-alpha.1",
|
"@k8slens/resource-templates": "^1.0.0-alpha.1",
|
||||||
"@kubernetes/client-node": "^0.18.1",
|
"@kubernetes/client-node": "^0.18.1",
|
||||||
"@material-ui/styles": "^4.11.5",
|
"@material-ui/styles": "^4.11.5",
|
||||||
@ -186,7 +186,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "1.6.4",
|
"@async-fn/jest": "1.6.4",
|
||||||
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.4",
|
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.5",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@material-ui/core": "^4.12.3",
|
"@material-ui/core": "^4.12.3",
|
||||||
"@material-ui/icons": "^4.11.2",
|
"@material-ui/icons": "^4.11.2",
|
||||||
|
|||||||
@ -3,6 +3,93 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.11 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.10 (2023-05-09)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.5 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.3 (2023-03-15)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.2 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.13 (2023-02-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.12 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.11 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.10 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.9 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.8 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.7 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.6 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.5 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.4 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.3 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.10 (2023-05-09)
|
# 6.5.0-alpha.10 (2023-05-09)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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.5.0-alpha.10",
|
"version": "6.5.0-alpha.11",
|
||||||
"copyright": "© 2022 OpenLens Authors",
|
"copyright": "© 2022 OpenLens Authors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/extension-api.js",
|
"main": "dist/extension-api.js",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"clean": "rimraf dist/"
|
"clean": "rimraf dist/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@k8slens/core": "6.5.0-alpha.10"
|
"@k8slens/core": "6.5.0-alpha.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.18.25",
|
"@types/node": "^16.18.25",
|
||||||
|
|||||||
@ -3,6 +3,46 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fix generating tray icons and downloading binaries on windows ([289d62c](https://github.com/lensapp/lens/commit/289d62caaadcf4899719c6a8b8c2ee4b7e725e9c))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.13 (2023-02-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.12 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.11 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.5 (2023-05-04)
|
# 6.5.0-alpha.5 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/generate-tray-icons",
|
"name": "@k8slens/generate-tray-icons",
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"description": "CLI generating tray icons for building a lens-like application",
|
"description": "CLI generating tray icons for building a lens-like application",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -3,6 +3,35 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Make importing styles not break the builds ([#7550](https://github.com/lensapp/lens/issues/7550)) ([2debe61](https://github.com/lensapp/lens/commit/2debe613595c0baa6c81eff9039053a0a66fbf35))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Introduce reusable script to build using webpack ([98fe1a3](https://github.com/lensapp/lens/commit/98fe1a38bf73208558eed83d612b091193eb8f52))
|
||||||
|
* Make pushing linkables happen automatically when using re-usable build script ([7e66181](https://github.com/lensapp/lens/commit/7e66181be52dc7c81f3616ce023b3df94630b393))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.5 (2023-05-04)
|
# 6.5.0-alpha.5 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/webpack",
|
"name": "@k8slens/webpack",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"description": "Webpack configurations and scripts for Lens packages.",
|
"description": "Webpack configurations and scripts for Lens packages.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -3,6 +3,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.3 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/kube-object
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.2 (2023-05-04)
|
# 1.0.0-alpha.2 (2023-05-04)
|
||||||
|
|
||||||
**Note:** Version bump only for package @k8slens/kube-object
|
**Note:** Version bump only for package @k8slens/kube-object
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/kube-object",
|
"name": "@k8slens/kube-object",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.2",
|
"version": "1.0.0-alpha.3",
|
||||||
"description": "Injection tokens for list layout",
|
"description": "Injection tokens for list layout",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -43,6 +43,6 @@
|
|||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,21 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.4 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.3 (2023-05-04)
|
# 1.0.0-alpha.3 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/kubectl-versions",
|
"name": "@k8slens/kubectl-versions",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"description": "Package of kubectl versions at build time",
|
"description": "Package of kubectl versions at build time",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"@ogre-tools/injectable": "^15.8.1"
|
"@ogre-tools/injectable": "^15.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@swc/cli": "^0.1.62",
|
"@swc/cli": "^0.1.62",
|
||||||
"@swc/core": "^1.3.53",
|
"@swc/core": "^1.3.53",
|
||||||
"fast-xml-parser": "^4.2.2",
|
"fast-xml-parser": "^4.2.2",
|
||||||
|
|||||||
@ -3,6 +3,38 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.9 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.10 (2023-05-09)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.5 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.3 (2023-03-15)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/legacy-extension-example
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.8 (2023-05-09)
|
# 1.0.0-alpha.8 (2023-05-09)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@k8slens/legacy-extension-example",
|
"name": "@k8slens/legacy-extension-example",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "An example bundled Lens extensions using the v1 API",
|
"description": "An example bundled Lens extensions using the v1 API",
|
||||||
"version": "1.0.0-alpha.8",
|
"version": "1.0.0-alpha.9",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
@ -36,7 +36,7 @@
|
|||||||
"lint:fix": "lens-lint --fix"
|
"lint:fix": "lens-lint --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/extensions": "^6.5.0-alpha.10",
|
"@k8slens/extensions": "^6.5.0-alpha.11",
|
||||||
"@types/node": "^16.18.25",
|
"@types/node": "^16.18.25",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"webpack": "^5.81.0",
|
"webpack": "^5.81.0",
|
||||||
|
|||||||
@ -3,6 +3,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.2 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/legacy-global-di
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.1 (2023-05-04)
|
# 1.0.0-alpha.1 (2023-05-04)
|
||||||
|
|
||||||
**Note:** Version bump only for package @k8slens/legacy-global-di
|
**Note:** Version bump only for package @k8slens/legacy-global-di
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/legacy-global-di",
|
"name": "@k8slens/legacy-global-di",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.0-alpha.2",
|
||||||
"description": "Injection tokens for implementing metrics for Lens",
|
"description": "Injection tokens for implementing metrics for Lens",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -37,6 +37,6 @@
|
|||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.3 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/list-layout
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.2 (2023-05-04)
|
# 1.0.0-alpha.2 (2023-05-04)
|
||||||
|
|
||||||
**Note:** Version bump only for package @k8slens/list-layout
|
**Note:** Version bump only for package @k8slens/list-layout
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/list-layout",
|
"name": "@k8slens/list-layout",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.2",
|
"version": "1.0.0-alpha.3",
|
||||||
"description": "Injection tokens for list layout",
|
"description": "Injection tokens for list layout",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -40,6 +40,6 @@
|
|||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/metrics
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.5 (2023-05-04)
|
# 6.5.0-alpha.5 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/metrics",
|
"name": "@k8slens/metrics",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"description": "Injection tokens for implementing metrics for Lens",
|
"description": "Injection tokens for implementing metrics for Lens",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -40,6 +40,6 @@
|
|||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,100 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.7 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.8 (2023-04-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Make sure that the @k8slens/core dep in @k8slens/extensions is exact ([799a3cb](https://github.com/lensapp/lens/commit/799a3cbd1cc025514d822db8263c3e1ef747a446))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.7 (2023-04-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fix running release tool ([03349c2](https://github.com/lensapp/lens/commit/03349c232b14c3b5085fc994ecbf2fe4ba56e98a))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add check in release-tool for no relevant PRs ([#7478](https://github.com/lensapp/lens/issues/7478)) ([b22d7af](https://github.com/lensapp/lens/commit/b22d7af2915bbaccc1d8a8c2c3ff247667f5d61b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.2 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.13 (2023-02-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.12 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.11 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.10 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.9 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.8 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.7 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.6 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.5 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.4 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.3 (2023-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.6 (2023-05-04)
|
# 6.5.0-alpha.6 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/release-tool",
|
"name": "@k8slens/release-tool",
|
||||||
"version": "6.5.0-alpha.6",
|
"version": "6.5.0-alpha.7",
|
||||||
"description": "Release tool for lens monorepo",
|
"description": "Release tool for lens monorepo",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.7 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* observableHistoryInjectionToken and 1 revert for GlobalOverride ([8c0220c](https://github.com/lensapp/lens/commit/8c0220c353c9047a2a4df570b598c31868b5f7e2))
|
||||||
|
* removed dependencies: [reactApplicationFeature], ([0dae159](https://github.com/lensapp/lens/commit/0dae1594baabbd06e798f9a1b4c132cee998bb65))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.6 (2023-05-04)
|
# 1.0.0-alpha.6 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/routing",
|
"name": "@k8slens/routing",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"description": "Highly extendable routing in the Lens.",
|
"description": "Highly extendable routing in the Lens.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^13.5.0"
|
"@testing-library/user-event": "^13.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,38 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Allow built versions to specify an environment ([#7495](https://github.com/lensapp/lens/issues/7495)) ([128b05d](https://github.com/lensapp/lens/commit/128b05d4d46344a511398f654865c133c6e36514))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.3 (2023-03-15)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.5 (2023-05-04)
|
# 6.5.0-alpha.5 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/application",
|
"name": "@k8slens/application",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"description": "Package for creating Lens applications",
|
"description": "Package for creating Lens applications",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -42,6 +42,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,26 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/application-for-electron-main
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.4 (2023-05-04)
|
# 6.5.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/application-for-electron-main",
|
"name": "@k8slens/application-for-electron-main",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "6.5.0-alpha.4",
|
"version": "6.5.0-alpha.5",
|
||||||
"description": "Electron's main specifics for creating Lens applications",
|
"description": "Electron's main specifics for creating Lens applications",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@ogre-tools/test-utils": "^15.8.1"
|
"@ogre-tools/test-utils": "^15.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,26 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.3 (2023-03-15)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/legacy-extensions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/legacy-extensions",
|
"name": "@k8slens/legacy-extensions",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "Package for Lens extensions using the v1 API",
|
"description": "Package for Lens extensions using the v1 API",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -34,6 +34,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,26 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/feature-core
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.4 (2023-05-04)
|
# 6.5.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/feature-core",
|
"name": "@k8slens/feature-core",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "6.5.0-alpha.4",
|
"version": "6.5.0-alpha.5",
|
||||||
"description": "Code that is common to all Features and those registering them.",
|
"description": "Code that is common to all Features and those registering them.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -35,6 +35,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/messaging
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/messaging",
|
"name": "@k8slens/messaging",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "An abstraction for messaging between Lens environments",
|
"description": "An abstraction for messaging between Lens environments",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -42,6 +42,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/computed-channel
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/computed-channel",
|
"name": "@k8slens/computed-channel",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "MobX-like computed between channels",
|
"description": "MobX-like computed between channels",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -43,8 +43,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.4",
|
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.5",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"type-fest": "^2.14.0"
|
"type-fest": "^2.14.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/messaging-for-main
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/messaging-for-main",
|
"name": "@k8slens/messaging-for-main",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "Implementations for 'messaging' in Electron main",
|
"description": "Implementations for 'messaging' in Electron main",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -42,6 +42,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/messaging-for-renderer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/messaging-for-renderer",
|
"name": "@k8slens/messaging-for-renderer",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "Implementations for 'messaging' in Electron renderer",
|
"description": "Implementations for 'messaging' in Electron renderer",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -43,6 +43,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/messaging-fake-bridge
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/messaging-fake-bridge",
|
"name": "@k8slens/messaging-fake-bridge",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "Fake implementation to bridge multiple dependency injection containers.",
|
"description": "Fake implementation to bridge multiple dependency injection containers.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -42,6 +42,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.4 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/react-application
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.3 (2023-05-04)
|
# 1.0.0-alpha.3 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/react-application",
|
"name": "@k8slens/react-application",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"description": "Package for React Application",
|
"description": "Package for React Application",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5"
|
"@testing-library/react": "^12.1.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,21 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.7 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* lint:fix ([76c11aa](https://github.com/lensapp/lens/commit/76c11aa697e3ada81c876fe8a3ac6e33b4ce8cb9))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.6 (2023-05-04)
|
# 1.0.0-alpha.6 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/button",
|
"name": "@k8slens/button",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"description": "Highly extendable button in the Lens.",
|
"description": "Highly extendable button in the Lens.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^12.8.3"
|
"@testing-library/user-event": "^12.8.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.7 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/error-boundary
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.6 (2023-05-04)
|
# 1.0.0-alpha.6 (2023-05-04)
|
||||||
|
|
||||||
**Note:** Version bump only for package @k8slens/error-boundary
|
**Note:** Version bump only for package @k8slens/error-boundary
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/error-boundary",
|
"name": "@k8slens/error-boundary",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"description": "Highly extendable error-boundary in the Lens.",
|
"description": "Highly extendable error-boundary in the Lens.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -47,7 +47,7 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^13.5.0"
|
"@testing-library/user-event": "^13.5.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.7 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/resizing-anchor
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.6 (2023-05-04)
|
# 1.0.0-alpha.6 (2023-05-04)
|
||||||
|
|
||||||
**Note:** Version bump only for package @k8slens/resizing-anchor
|
**Note:** Version bump only for package @k8slens/resizing-anchor
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/resizing-anchor",
|
"name": "@k8slens/resizing-anchor",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"description": "Highly extendable resizing-anchor in the Lens.",
|
"description": "Highly extendable resizing-anchor in the Lens.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -45,6 +45,6 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,21 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.7 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* lint:fix ([76c11aa](https://github.com/lensapp/lens/commit/76c11aa697e3ada81c876fe8a3ac6e33b4ce8cb9))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.6 (2023-05-04)
|
# 1.0.0-alpha.6 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/tooltip",
|
"name": "@k8slens/tooltip",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.6",
|
"version": "1.0.0-alpha.7",
|
||||||
"description": "Highly extendable tooltip in the Lens.",
|
"description": "Highly extendable tooltip in the Lens.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"files": [
|
"files": [
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@testing-library/react": "^12.1.5",
|
"@testing-library/react": "^12.1.5",
|
||||||
"@testing-library/user-event": "^12.8.3"
|
"@testing-library/user-event": "^12.8.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.3 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/event-emitter
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.2 (2023-05-04)
|
# 1.0.0-alpha.2 (2023-05-04)
|
||||||
|
|
||||||
**Note:** Version bump only for package @k8slens/event-emitter
|
**Note:** Version bump only for package @k8slens/event-emitter
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/event-emitter",
|
"name": "@k8slens/event-emitter",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.2",
|
"version": "1.0.0-alpha.3",
|
||||||
"description": "Event emitter",
|
"description": "Event emitter",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -34,6 +34,6 @@
|
|||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/jest": "^6.5.0-alpha.5",
|
"@k8slens/jest": "^6.5.0-alpha.5",
|
||||||
"@k8slens/typescript": "^6.5.0-alpha.2",
|
"@k8slens/typescript": "^6.5.0-alpha.2",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,26 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/run-many
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/run-many",
|
"name": "@k8slens/run-many",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"description": "A package containing runMany and runManySync",
|
"description": "A package containing runMany and runManySync",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@types/uuid": "^9.0.1"
|
"@types/uuid": "^9.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.4 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/startable-stoppable
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.3 (2023-05-04)
|
# 1.0.0-alpha.3 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/startable-stoppable",
|
"name": "@k8slens/startable-stoppable",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"description": "TBD",
|
"description": "TBD",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -29,6 +29,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
"@k8slens/eslint-config": "^6.5.0-alpha.3",
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5"
|
"@k8slens/webpack": "^6.5.0-alpha.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,26 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.5 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @k8slens/test-utils
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.4 (2023-05-04)
|
# 1.0.0-alpha.4 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/test-utils",
|
"name": "@k8slens/test-utils",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"description": "A collection of utilities for testing",
|
"description": "A collection of utilities for testing",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@types/lodash": "^4.14.191"
|
"@types/lodash": "^4.14.191"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,6 +3,29 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 1.0.0-alpha.4 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Introduce PlatformSpecific as a new wrapper type for injectables ([0bc3d9f](https://github.com/lensapp/lens/commit/0bc3d9f8b23a452fe92d7d6b4a525a67b048ea8b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.0.0-alpha.3 (2023-05-04)
|
# 1.0.0-alpha.3 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/utilities",
|
"name": "@k8slens/utilities",
|
||||||
"description": "A collection of useful types",
|
"description": "A collection of useful types",
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-alpha.4",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"typed-regex": "^0.0.8"
|
"typed-regex": "^0.0.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@k8slens/webpack": "^6.5.0-alpha.5",
|
"@k8slens/webpack": "^6.5.0-alpha.6",
|
||||||
"@types/crypto-js": "^4.1.1",
|
"@types/crypto-js": "^4.1.1",
|
||||||
"@types/lodash": "^4.14.191",
|
"@types/lodash": "^4.14.191",
|
||||||
"@types/react": "^17.0.2",
|
"@types/react": "^17.0.2",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user