From 2ae2c2f0e27e1ffedd1a53a6331b0c7279bfb13b Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Tue, 14 Jan 2025 11:50:34 +0100 Subject: [PATCH] Switch to 2.4.0-next version (#1465) --- CHANGELOG.md | 4 ++++ dev-packages/cli/package.json | 4 ++-- dev-packages/config-test/package.json | 6 +++--- dev-packages/config/package.json | 8 ++++---- dev-packages/dev/package.json | 8 ++++---- dev-packages/eslint-config/package.json | 2 +- dev-packages/mocha-config/package.json | 2 +- dev-packages/nyc-config/package.json | 2 +- dev-packages/prettier-config/package.json | 2 +- dev-packages/ts-config/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- 12 files changed, 24 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e8926..2dadb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Eclipse GLSP Dev Packages Changelog +## 2.4.0 - active + +### Changes + ## [2.3.0 - 23/12/2024](https://github.com/eclipse-glsp/glsp/releases/tag/v2.3.0) ### Changes diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 65a20c2..e7d3370 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/cli", - "version": "2.3.0", + "version": "2.4.0-next", "description": "CLI Tooling & scripts for GLSP components", "keywords": [ "eclipse", @@ -50,7 +50,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eclipse-glsp/config": "2.3.0", + "@eclipse-glsp/config": "2.4.0-next", "@types/glob": "^8.1.0", "@types/node-fetch": "^2.6.6", "@types/readline-sync": "^1.4.5", diff --git a/dev-packages/config-test/package.json b/dev-packages/config-test/package.json index 8d883f5..109f988 100644 --- a/dev-packages/config-test/package.json +++ b/dev-packages/config-test/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/config-test", - "version": "2.3.0", + "version": "2.4.0-next", "description": "Meta package that provides Mocha and nyc configurations for GLSP projects", "keywords": [ "eclipse", @@ -25,8 +25,8 @@ } ], "dependencies": { - "@eclipse-glsp/mocha-config": "2.3.0", - "@eclipse-glsp/nyc-config": "2.3.0", + "@eclipse-glsp/mocha-config": "2.4.0-next", + "@eclipse-glsp/nyc-config": "2.4.0-next", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.7", "@types/mocha": "^10.0.2", diff --git a/dev-packages/config/package.json b/dev-packages/config/package.json index 675c6fb..d573b77 100644 --- a/dev-packages/config/package.json +++ b/dev-packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/config", - "version": "2.3.0", + "version": "2.4.0-next", "description": "Meta package that provides Typescript, eslint and prettier configurations and common dev dependencies for GLSP projects", "keywords": [ "eclipse", @@ -24,9 +24,9 @@ } ], "dependencies": { - "@eclipse-glsp/eslint-config": "2.3.0", - "@eclipse-glsp/prettier-config": "2.3.0", - "@eclipse-glsp/ts-config": "2.3.0", + "@eclipse-glsp/eslint-config": "2.4.0-next", + "@eclipse-glsp/prettier-config": "2.4.0-next", + "@eclipse-glsp/ts-config": "2.4.0-next", "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "eslint": "^8.51.0", diff --git a/dev-packages/dev/package.json b/dev-packages/dev/package.json index c9fb1bd..5079198 100644 --- a/dev-packages/dev/package.json +++ b/dev-packages/dev/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/dev", - "version": "2.3.0", + "version": "2.4.0-next", "description": "All-in-one meta package that provides the GLSP development and test configuration packages, as well as the GLSP CLI package", "keywords": [ "eclipse", @@ -24,9 +24,9 @@ } ], "dependencies": { - "@eclipse-glsp/cli": "2.3.0", - "@eclipse-glsp/config": "2.3.0", - "@eclipse-glsp/config-test": "2.3.0" + "@eclipse-glsp/cli": "2.4.0-next", + "@eclipse-glsp/config": "2.4.0-next", + "@eclipse-glsp/config-test": "2.4.0-next" }, "publishConfig": { "access": "public" diff --git a/dev-packages/eslint-config/package.json b/dev-packages/eslint-config/package.json index e965ed0..4973228 100644 --- a/dev-packages/eslint-config/package.json +++ b/dev-packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/eslint-config", - "version": "2.3.0", + "version": "2.4.0-next", "description": "Shared ESLint configuration for GLSP projects", "keywords": [ "eclipse", diff --git a/dev-packages/mocha-config/package.json b/dev-packages/mocha-config/package.json index fa7dcfa..6036036 100644 --- a/dev-packages/mocha-config/package.json +++ b/dev-packages/mocha-config/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/mocha-config", - "version": "2.3.0", + "version": "2.4.0-next", "description": "Shared Mocha test configuration for GLSP projects", "keywords": [ "eclipse", diff --git a/dev-packages/nyc-config/package.json b/dev-packages/nyc-config/package.json index 401aede..d5066d1 100644 --- a/dev-packages/nyc-config/package.json +++ b/dev-packages/nyc-config/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/nyc-config", - "version": "2.3.0", + "version": "2.4.0-next", "description": "Shared nyc configuration for GLSP projects", "keywords": [ "eclipse", diff --git a/dev-packages/prettier-config/package.json b/dev-packages/prettier-config/package.json index ddc5463..e1847c4 100644 --- a/dev-packages/prettier-config/package.json +++ b/dev-packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/prettier-config", - "version": "2.3.0", + "version": "2.4.0-next", "description": "Shared Prettier configuration for GLSP projects", "keywords": [ "eclipse", diff --git a/dev-packages/ts-config/package.json b/dev-packages/ts-config/package.json index 4d8e683..d74e382 100644 --- a/dev-packages/ts-config/package.json +++ b/dev-packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/ts-config", - "version": "2.3.0", + "version": "2.4.0-next", "description": "Shared Typescript configuration for GLSP projects", "keywords": [ "eclipse", diff --git a/lerna.json b/lerna.json index 915609f..f63f636 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.0", + "version": "2.4.0-next", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/package.json b/package.json index fe4628d..619c5a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parent", - "version": "2.3.0-next", + "version": "2.4.0-next", "private": true, "workspaces": [ "dev-packages/*"