Skip to content

Commit

Permalink
Release 6.5.0-cron.1a6b115
Browse files Browse the repository at this point in the history
Signed-off-by: k8slens bot <bot@k8slens.dev>
  • Loading branch information
k8slens bot committed Mar 16, 2023
1 parent 1a6b115 commit 5fcb7e0
Show file tree
Hide file tree
Showing 22 changed files with 80 additions and 80 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/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.1",
"version": "6.5.0-cron.1a6b115",
"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.3",
"version": "6.5.0-cron.1a6b115",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down Expand Up @@ -123,7 +123,7 @@
"@astronautlabs/jsonpath": "^1.1.0",
"@hapi/call": "^9.0.1",
"@hapi/subtext": "^7.1.0",
"@k8slens/node-fetch": "^6.5.0-alpha.1",
"@k8slens/node-fetch": "^6.5.0-cron.1a6b115",
"@kubernetes/client-node": "^0.18.1",
"@material-ui/styles": "^4.11.5",
"@ogre-tools/fp": "^15.1.2",
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.1",
"version": "6.5.0-cron.1a6b115",
"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.3",
"version": "6.5.0-cron.1a6b115",
"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.3"
"@k8slens/core": "^6.5.0-cron.1a6b115"
},
"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.1",
"version": "6.5.0-cron.1a6b115",
"description": "CLI generating tray icons for building a lens-like application",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infrastructure/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/eslint-config",
"version": "6.5.0-alpha.1",
"version": "6.5.0-cron.1a6b115",
"description": "Lens eslint and prettier configurations",
"author": {
"name": "OpenLens Authors",
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.1",
"version": "6.5.0-cron.1a6b115",
"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.1",
"version": "6.5.0-cron.1a6b115",
"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.1",
"version": "6.5.0-cron.1a6b115",
"description": "Webpack configurations and scripts for Lens packages.",
"type": "commonjs",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-extension-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@k8slens/legacy-extension-example",
"private": false,
"description": "An example bundled Lens extensions using the v1 API",
"version": "1.0.0-alpha.1",
"version": "6.5.0-cron.1a6b115",
"type": "commonjs",
"files": [
"dist"
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint:fix": "lens-lint --fix"
},
"devDependencies": {
"@k8slens/extensions": "^6.5.0-alpha.3",
"@k8slens/extensions": "^6.5.0-cron.1a6b115",
"@types/node": "^16.18.16",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
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.1",
"version": "6.5.0-cron.1a6b115",
"description": "Node fetch for Lens",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 5fcb7e0

Please sign in to comment.