Skip to content

Commit fc46dfe

Browse files
committed
Update to 1.3.0
1 parent 17456f9 commit fc46dfe

File tree

12 files changed

+85
-85
lines changed

12 files changed

+85
-85
lines changed

examples/arithmetics/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "langium-arithmetics-dsl",
33
"displayName": "Arithmetics DSL",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"description": "Example language built with Langium",
66
"homepage": "https://langium.org",
77
"engines": {
@@ -71,23 +71,23 @@
7171
"dependencies": {
7272
"chalk": "~4.1.2",
7373
"commander": "~10.0.0",
74-
"langium": "~1.2.0",
74+
"langium": "~1.3.0",
7575
"vscode-languageclient": "~8.0.2",
7676
"vscode-languageserver": "~8.0.2"
7777
},
7878
"devDependencies": {
79-
"langium-cli": "~1.2.0"
79+
"langium-cli": "~1.3.0"
8080
},
8181
"volta": {
8282
"node": "16.19.0",
8383
"npm": "8.19.3"
8484
},
8585
"repository": {
8686
"type": "git",
87-
"url": "https://github.com/langium/langium",
87+
"url": "https://github.com/eclipse-langium/langium",
8888
"directory": "examples/arithmetics"
8989
},
90-
"bugs": "https://github.com/langium/langium/issues",
90+
"bugs": "https://github.com/eclipse-langium/langium/issues",
9191
"author": {
9292
"name": "TypeFox",
9393
"url": "https://www.typefox.io"

examples/domainmodel/package.json

+5-5
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": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Example language built with Langium",
66
"homepage": "https://langium.org",
77
"engines": {
@@ -61,24 +61,24 @@
6161
"dependencies": {
6262
"chalk": "~4.1.2",
6363
"commander": "~10.0.0",
64-
"langium": "~1.2.0",
64+
"langium": "~1.3.0",
6565
"lodash": "~4.17.21",
6666
"vscode-languageclient": "~8.0.2",
6767
"vscode-languageserver": "~8.0.2"
6868
},
6969
"devDependencies": {
70-
"langium-cli": "~1.2.0"
70+
"langium-cli": "~1.3.0"
7171
},
7272
"volta": {
7373
"node": "16.19.0",
7474
"npm": "8.19.3"
7575
},
7676
"repository": {
7777
"type": "git",
78-
"url": "https://github.com/langium/langium",
78+
"url": "https://github.com/eclipse-langium/langium",
7979
"directory": "examples/domainmodel"
8080
},
81-
"bugs": "https://github.com/langium/langium/issues",
81+
"bugs": "https://github.com/eclipse-langium/langium/issues",
8282
"author": {
8383
"name": "TypeFox",
8484
"url": "https://www.typefox.io"

examples/requirements/package.json

+3-3
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": "1.2.0",
5+
"version": "1.3.0",
66
"engines": {
77
"vscode": "^1.67.0"
88
},
@@ -72,13 +72,13 @@
7272
"dependencies": {
7373
"chalk": "~4.1.2",
7474
"commander": "~10.0.0",
75-
"langium": "~1.2.0",
75+
"langium": "~1.3.0",
7676
"lodash": "~4.17.21",
7777
"vscode-languageclient": "~8.0.2",
7878
"vscode-languageserver": "~8.0.2"
7979
},
8080
"devDependencies": {
81-
"langium-cli": "~1.2.0"
81+
"langium-cli": "~1.3.0"
8282
},
8383
"volta": {
8484
"node": "16.19.0",

examples/statemachine/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "langium-statemachine-dsl",
33
"displayName": "State Machine DSL",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Example language built with Langium",
66
"homepage": "https://langium.org",
77
"engines": {
@@ -61,24 +61,24 @@
6161
"dependencies": {
6262
"chalk": "~4.1.2",
6363
"commander": "~10.0.0",
64-
"langium": "~1.2.0",
64+
"langium": "~1.3.0",
6565
"lodash": "^4.17.21",
6666
"vscode-languageclient": "~8.0.2",
6767
"vscode-languageserver": "~8.0.2"
6868
},
6969
"devDependencies": {
70-
"langium-cli": "~1.2.0"
70+
"langium-cli": "~1.3.0"
7171
},
7272
"volta": {
7373
"node": "16.19.0",
7474
"npm": "8.19.3"
7575
},
7676
"repository": {
7777
"type": "git",
78-
"url": "https://github.com/langium/langium",
78+
"url": "https://github.com/eclipse-langium/langium",
7979
"directory": "examples/statemachine"
8080
},
81-
"bugs": "https://github.com/langium/langium/issues",
81+
"bugs": "https://github.com/eclipse-langium/langium/issues",
8282
"author": {
8383
"name": "TypeFox",
8484
"url": "https://www.typefox.io"

0 commit comments

Comments
 (0)