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

Bump versions to 6.5.0-alpha.0 (#7253)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-02 06:33:33 -08:00 committed by GitHub
parent 03fe2bf274
commit 639d1e76b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 1032 additions and 1300 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "6.4.0-beta.13",
"version": "6.5.0-alpha.0",
"npmClient": "npm",
"npmClientArgs": [
"--network-timeout=100000"

2282
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@k8slens/bump-version-for-cron",
"version": "6.4.0-cron.4db172da60",
"version": "6.5.0-alpha.0",
"description": "CLI to bump the version to during a cron daily alpha release",
"license": "MIT",
"scripts": {

View File

@ -3,7 +3,7 @@
"productName": "",
"description": "Lens Desktop Core",
"homepage": "https://github.com/lensapp/lens",
"version": "6.4.0-beta.13",
"version": "6.5.0-alpha.0",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
@ -127,7 +127,7 @@
"@astronautlabs/jsonpath": "^1.1.0",
"@hapi/call": "^9.0.1",
"@hapi/subtext": "^7.1.0",
"@k8slens/node-fetch": "^6.4.0-beta.13",
"@k8slens/node-fetch": "^6.5.0-alpha.0",
"@kubernetes/client-node": "^0.18.1",
"@material-ui/styles": "^4.11.5",
"@ogre-tools/fp": "^15.1.1",
@ -329,7 +329,7 @@
"xterm-addon-fit": "^0.5.0"
},
"peerDependencies": {
"@k8slens/application": "^6.4.0-beta.13",
"@k8slens/application": "^6.5.0-alpha.0",
"@types/byline": "^4.2.33",
"@types/chart.js": "^2.9.36",
"@types/color": "^3.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "@k8slens/ensure-binaries",
"version": "6.4.0-beta.13",
"version": "6.5.0-alpha.0",
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
"main": "dist/index.js",
"license": "MIT",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@k8slens/generate-tray-icons",
"version": "6.4.0-beta.13",
"version": "6.5.0-alpha.0",
"description": "CLI generating tray icons for building a lens-like application",
"license": "MIT",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@k8slens/jest",
"private": false,
"version": "0.0.1",
"version": "6.5.0-alpha.0",
"description": "Jest configuration and scripts for Lens packages.",
"type": "commonjs",
"publishConfig": {

View File

@ -1,7 +1,7 @@
{
"name": "@k8slens/typescript",
"private": false,
"version": "0.0.1",
"version": "6.5.0-alpha.0",
"description": "Typescript configuration for Lens packages.",
"type": "commonjs",
"publishConfig": {

View File

@ -1,7 +1,7 @@
{
"name": "@k8slens/webpack",
"private": false,
"version": "0.0.1",
"version": "6.5.0-alpha.0",
"description": "Webpack configurations and scripts for Lens packages.",
"type": "commonjs",
"publishConfig": {

View File

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

View File

@ -4,7 +4,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "6.4.0-beta.13",
"version": "6.5.0-alpha.0",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
@ -195,10 +195,10 @@
}
},
"dependencies": {
"@k8slens/application": "^6.4.0-beta.13",
"@k8slens/core": "^6.4.0-beta.13",
"@k8slens/ensure-binaries": "^6.4.0-beta.13",
"@k8slens/generate-tray-icons": "^6.4.0-beta.13",
"@k8slens/application": "^6.5.0-alpha.0",
"@k8slens/core": "^6.5.0-alpha.0",
"@k8slens/ensure-binaries": "^6.5.0-alpha.0",
"@k8slens/generate-tray-icons": "^6.5.0-alpha.0",
"@ogre-tools/fp": "^15.1.1",
"@ogre-tools/injectable": "^15.1.1",
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.1",
@ -208,7 +208,8 @@
"rimraf": "^4.1.2"
},
"devDependencies": {
"@k8slens/node-fetch": "^6.4.0-beta.13",
"@electron/rebuild": "^3.2.10",
"@k8slens/node-fetch": "^6.5.0-alpha.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/cli": "^0.1.61",
"@swc/core": "^1.3.35",
@ -272,7 +273,6 @@
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.11.1",
"webpack-node-externals": "^3.0.0",
"xterm-addon-fit": "^0.5.0",
"@electron/rebuild": "^3.2.10"
"xterm-addon-fit": "^0.5.0"
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@k8slens/semver",
"version": "6.4.0-beta.13",
"version": "6.5.0-alpha.0",
"description": "CLI over semver package for picking parts of a version",
"license": "MIT",
"private": true,

View File

@ -1,7 +1,7 @@
{
"name": "@k8slens/application",
"private": false,
"version": "6.4.0-beta.13",
"version": "6.5.0-alpha.0",
"description": "Package for creating Lens applications",
"type": "commonjs",
"files": [

View File

@ -1,7 +1,7 @@
{
"name": "@k8slens/feature-core",
"private": false,
"version": "0.0.1",
"version": "6.5.0-alpha.0",
"description": "Code that is common to all Features and those registering them.",
"type": "commonjs",