Skip to content

Commit

Permalink
Release 6.5.0-cron.ab11b20
Browse files Browse the repository at this point in the history
Signed-off-by: k8slens bot <[email protected]>
  • Loading branch information
k8slens bot committed Mar 3, 2023
1 parent ab11b20 commit fa4d1cb
Show file tree
Hide file tree
Showing 16 changed files with 285 additions and 84 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"npmClient": "npm",
"npmClientArgs": [
"--network-timeout=100000"
Expand Down
323 changes: 263 additions & 60 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/bump-version-for-cron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/bump-version-for-cron",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "CLI to bump the version to during a cron daily alpha release",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "",
"description": "Lens Desktop Core",
"homepage": "https://github.com/lensapp/lens",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down Expand Up @@ -127,7 +127,7 @@
"@astronautlabs/jsonpath": "^1.1.0",
"@hapi/call": "^9.0.1",
"@hapi/subtext": "^7.1.0",
"@k8slens/node-fetch": "^6.5.0-alpha.0",
"@k8slens/node-fetch": "^6.5.0-cron.ab11b20",
"@kubernetes/client-node": "^0.18.1",
"@material-ui/styles": "^4.11.5",
"@ogre-tools/fp": "^15.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ensure-binaries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/ensure-binaries",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
"main": "dist/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@k8slens/extensions",
"productName": "OpenLens extensions",
"description": "OpenLens - Open Source Kubernetes IDE: extensions",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"copyright": "© 2022 OpenLens Authors",
"license": "MIT",
"main": "dist/extension-api.js",
Expand All @@ -26,7 +26,7 @@
"prepare:dev": "npm run build"
},
"dependencies": {
"@k8slens/core": "^6.5.0-alpha.0"
"@k8slens/core": "^6.5.0-cron.ab11b20"
},
"devDependencies": {
"@types/node": "^16.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-tray-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/generate-tray-icons",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "CLI generating tray icons for building a lens-like application",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infrastructure/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@k8slens/jest",
"private": false,
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "Jest configuration and scripts for Lens packages.",
"type": "commonjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infrastructure/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@k8slens/typescript",
"private": false,
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "Typescript configuration for Lens packages.",
"type": "commonjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infrastructure/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@k8slens/webpack",
"private": false,
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "Webpack configurations and scripts for Lens packages.",
"type": "commonjs",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/node-fetch",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "Node fetch for Lens",
"license": "MIT",
"private": false,
Expand Down
12 changes: 6 additions & 6 deletions packages/open-lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down Expand Up @@ -195,10 +195,10 @@
}
},
"dependencies": {
"@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",
"@k8slens/application": "^6.5.0-cron.ab11b20",
"@k8slens/core": "^6.5.0-cron.ab11b20",
"@k8slens/ensure-binaries": "^6.5.0-cron.ab11b20",
"@k8slens/generate-tray-icons": "^6.5.0-cron.ab11b20",
"@ogre-tools/fp": "^15.1.1",
"@ogre-tools/injectable": "^15.1.1",
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.1",
Expand All @@ -209,7 +209,7 @@
},
"devDependencies": {
"@electron/rebuild": "^3.2.10",
"@k8slens/node-fetch": "^6.5.0-alpha.0",
"@k8slens/node-fetch": "^6.5.0-cron.ab11b20",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/cli": "^0.1.61",
"@swc/core": "^1.3.35",
Expand Down
2 changes: 1 addition & 1 deletion packages/release-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/release-tool",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "Release tool for lens monorepo",
"main": "dist/index.mjs",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/semver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/semver",
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "CLI over semver package for picking parts of a version",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/technical-features/application/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@k8slens/application",
"private": false,
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "Package for creating Lens applications",
"type": "commonjs",
"files": [
Expand Down
4 changes: 1 addition & 3 deletions packages/technical-features/feature-core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "@k8slens/feature-core",
"private": false,
"version": "6.5.0-alpha.0",
"version": "6.5.0-cron.ab11b20",
"description": "Code that is common to all Features and those registering them.",
"type": "commonjs",

"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},

"files": [
"dist"
],
Expand Down

0 comments on commit fa4d1cb

Please sign in to comment.