Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.5.0-alpha.1 #7345

Merged
merged 4 commits into from
Mar 14, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "independent",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, so that each package can have its own version, no need to release new versions of a package if changes weren't made to them IMO.

"npmClient": "npm",
"npmClientArgs": [
"--network-timeout=100000"
Expand Down
2,292 changes: 1,068 additions & 1,224 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-alpha.1",
"description": "CLI to bump the version to during a cron daily alpha release",
"license": "MIT",
"scripts": {
Expand Down
10 changes: 5 additions & 5 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-alpha.1",
"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-alpha.1",
"@kubernetes/client-node": "^0.18.1",
"@material-ui/styles": "^4.11.5",
"@ogre-tools/fp": "^15.1.2",
Expand Down Expand Up @@ -331,9 +331,9 @@
"peerDependencies": {
"@k8slens/application": "^6.5.0-alpha.0",
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
"@k8slens/run-many": "^1.0.0",
"@k8slens/test-utils": "^1.0.0",
"@k8slens/utilities": "^1.0.0",
"@k8slens/run-many": "^1.0.0-alpha.1",
"@k8slens/test-utils": "^1.0.0-alpha.1",
"@k8slens/utilities": "^1.0.0-alpha.1",
"@types/byline": "^4.2.33",
"@types/chart.js": "^2.9.36",
"@types/color": "^3.0.3",
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-alpha.1",
"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-alpha.1",
"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-alpha.1"
},
"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-alpha.1",
"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.0",
"version": "6.5.0-alpha.1",
"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.0",
"version": "6.5.0-alpha.1",
"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-alpha.1",
"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-alpha.1",
"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-alpha.1",
"description": "Node fetch for Lens",
"license": "MIT",
"private": false,
Expand Down
22 changes: 11 additions & 11 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-alpha.1",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down Expand Up @@ -195,15 +195,15 @@
}
},
"dependencies": {
"@k8slens/application": "^6.5.0-alpha.0",
"@k8slens/feature-core": "^6.5.0-alpha.0",
"@k8slens/application-for-electron-main": "^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/run-many": "^1.0.0",
"@k8slens/test-utils": "^1.0.0",
"@k8slens/utilities": "^1.0.0",
"@k8slens/application": "^6.5.0-alpha.1",
"@k8slens/application-for-electron-main": "^6.5.0-alpha.1",
"@k8slens/core": "^6.5.0-alpha.1",
"@k8slens/ensure-binaries": "^6.5.0-alpha.1",
"@k8slens/feature-core": "^6.5.0-alpha.1",
"@k8slens/generate-tray-icons": "^6.5.0-alpha.1",
"@k8slens/run-many": "^1.0.0-alpha.1",
"@k8slens/test-utils": "^1.0.0-alpha.1",
"@k8slens/utilities": "^1.0.0-alpha.1",
"@ogre-tools/fp": "^15.1.2",
"@ogre-tools/injectable": "^15.1.2",
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
Expand All @@ -214,7 +214,7 @@
},
"devDependencies": {
"@electron/rebuild": "^3.2.10",
"@k8slens/node-fetch": "^6.5.0-alpha.0",
"@k8slens/node-fetch": "^6.5.0-alpha.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/cli": "^0.1.61",
"@swc/core": "^1.3.37",
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-alpha.1",
"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-alpha.1",
"description": "CLI over semver package for picking parts of a version",
"license": "MIT",
"private": true,
Expand Down
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-alpha.1",
"description": "Package for creating Lens applications",
"type": "commonjs",
"files": [
Expand Down Expand Up @@ -37,9 +37,8 @@
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
"lodash": "^4.17.15"
},

"devDependencies": {
"@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "*"
"@k8slens/eslint-config": "6.5.0-alpha.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@k8slens/application-for-electron-main",
"private": false,
"version": "6.5.0-alpha.0",
"version": "6.5.0-alpha.1",
"description": "Electron's main specifics for creating Lens applications",
"type": "commonjs",
"files": [
Expand Down Expand Up @@ -31,16 +31,15 @@
"lint:fix": "lens-lint --fix"
},
"peerDependencies": {
"@k8slens/feature-core": "^6.5.0-alpha.0",
"@k8slens/application": "^6.5.0-alpha.0",
"@k8slens/feature-core": "^6.5.0-alpha.0",
"@ogre-tools/injectable": "^15.1.2",
"@ogre-tools/injectable-extension-for-auto-registration": "^15.1.2",
"electron": "^19.1.9"
},

"devDependencies": {
"@async-fn/jest": "^1.6.4",
"@ogre-tools/test-utils": "^15.1.2",
"@k8slens/eslint-config": "*"
"@k8slens/eslint-config": "6.5.0-alpha.1",
"@ogre-tools/test-utils": "^15.1.2"
}
}
7 changes: 2 additions & 5 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-alpha.1",
"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 All @@ -35,8 +33,7 @@
"peerDependencies": {
"@ogre-tools/injectable": "^15.1.2"
},

"devDependencies": {
"@k8slens/eslint-config": "*"
"@k8slens/eslint-config": "6.5.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/utility-features/run-many/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/run-many",
"version": "1.0.0",
"version": "1.0.0-alpha.1",
"type": "commonjs",
"description": "A package containing runMany and runManySync",
"publishConfig": {
Expand All @@ -25,8 +25,8 @@
"test": "jest --coverage --runInBand"
},
"peerDependencies": {
"@k8slens/test-utils": "^1.0.0",
"@k8slens/utilities": "^1.0.0",
"@k8slens/test-utils": "^1.0.0-alpha.1",
"@k8slens/utilities": "^1.0.0-alpha.1",
"@ogre-tools/fp": "^15.1.1",
"@ogre-tools/injectable": "^15.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utility-features/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8slens/test-utils",
"version": "1.0.0",
"version": "1.0.0-alpha.1",
"description": "A collection of utilities for testing",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utility-features/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@k8slens/utilities",
"description": "A collection of useful types",
"version": "1.0.0",
"version": "1.0.0-alpha.1",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down