Skip to content
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ We maintain separate change logs for the individual packages:

## Closed Issues and PRs

* [v4.1.0](https://github.com/eclipse-langium/langium/milestone/18?closed=1)
* [v4.0.0](https://github.com/eclipse-langium/langium/milestone/15?closed=1)
* [v3.5.0](https://github.com/eclipse-langium/langium/milestone/17?closed=1)
* [v3.4.0](https://github.com/eclipse-langium/langium/milestone/16?closed=1)
Expand Down
6 changes: 3 additions & 3 deletions examples/arithmetics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "langium-arithmetics-dsl",
"displayName": "Arithmetics DSL",
"version": "4.0.0",
"version": "4.1.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -68,12 +68,12 @@
"dependencies": {
"chalk": "~5.4.1",
"commander": "~14.0.0",
"langium": "~4.0.0",
"langium": "~4.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~4.0.0"
"langium-cli": "~4.1.0"
},
"volta": {
"node": "20.19.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/arithmetics/src/language-server/generated/ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 4.0.0.
* This file was generated by langium-cli 4.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
50 changes: 25 additions & 25 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/generator-langium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-langium",
"version": "4.0.0",
"version": "4.1.0",
"description": "Yeoman generator for Langium - the language engineering tool",
"homepage": "https://langium.org",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"langium:watch": "langium generate --watch"
},
"dependencies": {
"langium": "~4.0.0"
"langium": "~4.1.0"
},
"devDependencies": {
"langium-cli": "~4.0.0"
"langium-cli": "~4.1.0"
},
"volta": {
"node": "20.19.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"langium:watch": "langium generate --watch"
},
"dependencies": {
"langium": "~3.5.0"
"langium": "~4.1.0"
},
"devDependencies": {
"langium-cli": "~3.5.0"
"langium-cli": "~4.1.0"
},
"volta": {
"node": "20.19.2",
Expand Down
Loading
Loading