Skip to content

Commit

Permalink
Prepare 2.1.0 release (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Nov 2, 2023
1 parent c2cd5c8 commit db63283
Show file tree
Hide file tree
Showing 33 changed files with 116 additions and 81 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@ We maintain separate change logs for the individual packages:

## Closed Issues and PRs

* [v2.1.0](https://github.com/eclipse-langium/langium/milestone/10?closed=1)
* [v2.0.0](https://github.com/eclipse-langium/langium/milestone/9?closed=1)
* [v1.3.0](https://github.com/eclipse-langium/langium/milestone/7?closed=1)
* [v1.2.0](https://github.com/eclipse-langium/langium/milestone/8?closed=1)
Expand Down
22 changes: 11 additions & 11 deletions examples/arithmetics/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-arithmetics-dsl",
"displayName": "Arithmetics DSL",
"version": "2.0.0",
"version": "2.1.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -49,14 +49,14 @@
"type": "module",
"main": "./out/extension.cjs",
"exports": {
".": {
"types": "./out/extension.d.ts",
"default": "./out/extension.js"
},
"./api": {
"types": "./out/language-server/generated/ast.d.ts",
"default": "./out/language-server/generated/ast.js"
}
".": {
"types": "./out/extension.d.ts",
"default": "./out/extension.js"
},
"./api": {
"types": "./out/language-server/generated/ast.d.ts",
"default": "./out/language-server/generated/ast.js"
}
},
"scripts": {
"build": "node esbuild.mjs",
Expand All @@ -69,12 +69,12 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~2.0.0",
"langium": "~2.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~2.0.0"
"langium-cli": "~2.1.0"
},
"volta": {
"node": "18.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/arithmetics/src/language-server/generated/ast.ts
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
6 changes: 3 additions & 3 deletions examples/domainmodel/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-domainmodel-dsl",
"displayName": "Domain Model DSL",
"version": "2.0.0",
"version": "2.1.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -60,13 +60,13 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~2.0.0",
"langium": "~2.1.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~2.0.0"
"langium-cli": "~2.1.0"
},
"volta": {
"node": "18.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/domainmodel/src/language-server/generated/ast.ts
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
6 changes: 3 additions & 3 deletions examples/requirements/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "langium-requirements-dsl",
"displayName": "Requirements DSL",
"description": "A demo showing how to combine two DSLs",
"version": "2.0.0",
"version": "2.1.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -71,12 +71,12 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~2.0.0",
"langium": "~2.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~2.0.0"
"langium-cli": "~2.1.0"
},
"volta": {
"node": "18.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements/src/language-server/generated/ast.ts
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
6 changes: 3 additions & 3 deletions examples/statemachine/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-statemachine-dsl",
"displayName": "State Machine DSL",
"version": "2.0.0",
"version": "2.1.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -59,12 +59,12 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~2.0.0",
"langium": "~2.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~2.0.0"
"langium-cli": "~2.1.0"
},
"volta": {
"node": "18.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/statemachine/src/language-server/generated/ast.ts
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 2.0.1.
* This file was generated by langium-cli 2.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down

0 comments on commit db63283

Please sign in to comment.