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 prep #1376

Merged
merged 3 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/cli",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "CLI Tooling & scripts for GLSP components",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -50,7 +50,7 @@
"shelljs": "^0.8.5"
},
"devDependencies": {
"@eclipse-glsp/config": "2.2.0-next",
"@eclipse-glsp/config": "2.3.0-next",
"@types/glob": "^8.1.0",
"@types/node-fetch": "^2.6.6",
"@types/readline-sync": "^1.4.5",
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/config-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/config-test",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "Meta package that provides Mocha and nyc configurations for GLSP projects",
"keywords": [
"eclipse",
Expand All @@ -25,8 +25,8 @@
}
],
"dependencies": {
"@eclipse-glsp/mocha-config": "2.2.0-next",
"@eclipse-glsp/nyc-config": "2.2.0-next",
"@eclipse-glsp/mocha-config": "2.3.0-next",
"@eclipse-glsp/nyc-config": "2.3.0-next",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.7",
"@types/mocha": "^10.0.2",
Expand Down
8 changes: 4 additions & 4 deletions dev-packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/config",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "Meta package that provides Typescript, eslint and prettier configurations and common dev dependencies for GLSP projects",
"keywords": [
"eclipse",
Expand All @@ -24,9 +24,9 @@
}
],
"dependencies": {
"@eclipse-glsp/eslint-config": "2.2.0-next",
"@eclipse-glsp/prettier-config": "2.2.0-next",
"@eclipse-glsp/ts-config": "2.2.0-next",
"@eclipse-glsp/eslint-config": "2.3.0-next",
"@eclipse-glsp/prettier-config": "2.3.0-next",
"@eclipse-glsp/ts-config": "2.3.0-next",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
Expand Down
8 changes: 4 additions & 4 deletions dev-packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/dev",
"version": "2.2.0-next",
"version": "2.3.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",
Expand All @@ -24,9 +24,9 @@
}
],
"dependencies": {
"@eclipse-glsp/cli": "2.2.0-next",
"@eclipse-glsp/config": "2.2.0-next",
"@eclipse-glsp/config-test": "2.2.0-next"
"@eclipse-glsp/cli": "2.3.0-next",
"@eclipse-glsp/config": "2.3.0-next",
"@eclipse-glsp/config-test": "2.3.0-next"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/eslint-config",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "Shared ESLint configuration for GLSP projects",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/mocha-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/mocha-config",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "Shared Mocha test configuration for GLSP projects",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/nyc-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/nyc-config",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "Shared nyc configuration for GLSP projects",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/prettier-config",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "Shared Prettier configuration for GLSP projects",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/ts-config",
"version": "2.2.0-next",
"version": "2.3.0-next",
"description": "Shared Typescript configuration for GLSP projects",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.0-next",
"version": "2.3.0-next",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "2.2.0-next",
"version": "2.3.0-next",
"private": true,
"workspaces": [
"dev-packages/*"
Expand All @@ -16,9 +16,9 @@
"lint:ci": "yarn lint -o eslint.xml -f checkstyle",
"lint:fix": "yarn lint --fix",
"prepare": "yarn build",
"publish:latest": "lerna publish from-git --no-git-reset --no-git-tag-version --no-verify-access --no-push",
"publish:next": "lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes",
"publish:prepare": "lerna version --ignore-scripts --yes --no-push",
"publish:latest": "lerna publish from-git --no-verify-access --no-push",
"publish:next": "lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-tag-version --no-push --ignore-scripts --yes",
"publish:prepare": "lerna version --ignore-scripts --yes --no-push --exact",
"start:cli": " yarn --cwd dev-packages/cli start",
"watch": "tsc -b -w --preserveWatchOutput"
},
Expand Down
Loading