Skip to content

Commit 5ce8d6b

Browse files
authored
Update versions and changelog for version 4.0 of Langium (#1988)
1 parent 4136f7d commit 5ce8d6b

File tree

36 files changed

+237
-97
lines changed

36 files changed

+237
-97
lines changed

examples/arithmetics/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "langium-arithmetics-dsl",
33
"displayName": "Arithmetics DSL",
4-
"version": "3.5.0",
4+
"version": "4.0.0",
55
"description": "Example language built with Langium",
66
"homepage": "https://langium.org",
77
"engines": {
@@ -68,20 +68,20 @@
6868
"dependencies": {
6969
"chalk": "~5.4.1",
7070
"commander": "~14.0.0",
71-
"langium": "~3.5.0",
71+
"langium": "~4.0.0",
7272
"vscode-languageclient": "~9.0.1",
7373
"vscode-languageserver": "~9.0.1"
7474
},
7575
"devDependencies": {
76-
"langium-cli": "~3.5.0"
76+
"langium-cli": "~4.0.0"
7777
},
7878
"volta": {
79-
"node": "20.19.2",
80-
"npm": "10.8.2"
79+
"node": "20.19.2",
80+
"npm": "10.8.2"
8181
},
8282
"repository": {
8383
"type": "git",
84-
"url": "https://github.com/eclipse-langium/langium",
84+
"url": "git+https://github.com/eclipse-langium/langium.git",
8585
"directory": "examples/arithmetics"
8686
},
8787
"bugs": "https://github.com/eclipse-langium/langium/issues",

examples/arithmetics/src/language-server/generated/ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* This file was generated by langium-cli 3.5.0.
2+
* This file was generated by langium-cli 4.0.0.
33
* DO NOT EDIT MANUALLY!
44
******************************************************************************/
55

examples/arithmetics/src/language-server/generated/grammar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* This file was generated by langium-cli 3.5.0.
2+
* This file was generated by langium-cli 4.0.0.
33
* DO NOT EDIT MANUALLY!
44
******************************************************************************/
55

examples/arithmetics/src/language-server/generated/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* This file was generated by langium-cli 3.5.0.
2+
* This file was generated by langium-cli 4.0.0.
33
* DO NOT EDIT MANUALLY!
44
******************************************************************************/
55

examples/domainmodel/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "langium-domainmodel-dsl",
33
"displayName": "Domain Model DSL",
4-
"version": "3.5.0",
4+
"version": "4.0.0",
55
"description": "Example language built with Langium",
66
"homepage": "https://langium.org",
77
"engines": {
@@ -59,21 +59,21 @@
5959
"dependencies": {
6060
"chalk": "~5.4.1",
6161
"commander": "~14.0.0",
62-
"langium": "~3.5.0",
62+
"langium": "~4.0.0",
6363
"lodash": "~4.17.21",
6464
"vscode-languageclient": "~9.0.1",
6565
"vscode-languageserver": "~9.0.1"
6666
},
6767
"devDependencies": {
68-
"langium-cli": "~3.5.0"
68+
"langium-cli": "~4.0.0"
6969
},
7070
"volta": {
71-
"node": "20.19.2",
72-
"npm": "10.8.2"
71+
"node": "20.19.2",
72+
"npm": "10.8.2"
7373
},
7474
"repository": {
7575
"type": "git",
76-
"url": "https://github.com/eclipse-langium/langium",
76+
"url": "git+https://github.com/eclipse-langium/langium.git",
7777
"directory": "examples/domainmodel"
7878
},
7979
"bugs": "https://github.com/eclipse-langium/langium/issues",

examples/domainmodel/src/language-server/generated/ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* This file was generated by langium-cli 3.5.0.
2+
* This file was generated by langium-cli 4.0.0.
33
* DO NOT EDIT MANUALLY!
44
******************************************************************************/
55

examples/domainmodel/src/language-server/generated/grammar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* This file was generated by langium-cli 3.5.0.
2+
* This file was generated by langium-cli 4.0.0.
33
* DO NOT EDIT MANUALLY!
44
******************************************************************************/
55

examples/domainmodel/src/language-server/generated/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* This file was generated by langium-cli 3.5.0.
2+
* This file was generated by langium-cli 4.0.0.
33
* DO NOT EDIT MANUALLY!
44
******************************************************************************/
55

examples/requirements/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "langium-requirements-dsl",
33
"displayName": "Requirements DSL",
44
"description": "A demo showing how to combine two DSLs",
5-
"version": "3.5.0",
5+
"version": "4.0.0",
66
"engines": {
77
"vscode": "^1.67.0"
88
},
@@ -70,20 +70,20 @@
7070
"dependencies": {
7171
"chalk": "~5.4.1",
7272
"commander": "~14.0.0",
73-
"langium": "~3.5.0",
73+
"langium": "~4.0.0",
7474
"vscode-languageclient": "~9.0.1",
7575
"vscode-languageserver": "~9.0.1"
7676
},
7777
"devDependencies": {
78-
"langium-cli": "~3.5.0"
78+
"langium-cli": "~4.0.0"
7979
},
8080
"volta": {
81-
"node": "20.19.2",
82-
"npm": "10.8.2"
81+
"node": "20.19.2",
82+
"npm": "10.8.2"
8383
},
8484
"repository": {
8585
"type": "git",
86-
"url": "https://github.com/eclipse-langium/langium",
86+
"url": "git+https://github.com/eclipse-langium/langium.git",
8787
"directory": "examples/requirements"
8888
},
8989
"bugs": "https://github.com/eclipse-langium/langium/issues",

examples/requirements/src/language-server/generated/ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* This file was generated by langium-cli 3.5.0.
2+
* This file was generated by langium-cli 4.0.0.
33
* DO NOT EDIT MANUALLY!
44
******************************************************************************/
55

0 commit comments

Comments
 (0)