Skip to content

Commit

Permalink
Update versions to 2.0.0 (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Aug 17, 2023
1 parent 3a2d866 commit 55723f2
Show file tree
Hide file tree
Showing 27 changed files with 95 additions and 85 deletions.
10 changes: 5 additions & 5 deletions examples/arithmetics/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-arithmetics-dsl",
"displayName": "Arithmetics DSL",
"version": "1.2.1",
"version": "2.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -69,23 +69,23 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/arithmetics"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
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 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

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

Expand Down
10 changes: 5 additions & 5 deletions examples/domainmodel/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-domainmodel-dsl",
"displayName": "Domain Model DSL",
"version": "1.2.0",
"version": "2.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -60,24 +60,24 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/domainmodel"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
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 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

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

Expand Down
16 changes: 13 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": "1.2.0",
"version": "2.0.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -71,16 +71,26 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/requirements"
},
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
}
}
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 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

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

Expand Down
10 changes: 5 additions & 5 deletions examples/statemachine/package.json
@@ -1,7 +1,7 @@
{
"name": "langium-statemachine-dsl",
"displayName": "State Machine DSL",
"version": "1.2.0",
"version": "2.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -59,22 +59,22 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/statemachine"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
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 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

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

Expand Down

0 comments on commit 55723f2

Please sign in to comment.