Skip to content

Commit

Permalink
Publish version 1.2.0 (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored May 2, 2023
1 parent 34b5d3b commit f53884a
Show file tree
Hide file tree
Showing 31 changed files with 121 additions and 73 deletions.
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": "1.1.0",
"version": "1.2.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -71,12 +71,12 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.1.0",
"langium": "~1.2.0",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.1.0"
"langium-cli": "~1.2.0"
},
"volta": {
"node": "16.19.0",
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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.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": "1.1.0",
"version": "1.2.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -60,13 +60,13 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.1.0",
"langium": "~1.2.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.1.0"
"langium-cli": "~1.2.0"
},
"volta": {
"node": "16.19.0",
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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.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": "1.1.0",
"version": "1.2.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -72,13 +72,13 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.1.0",
"langium": "~1.2.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.1.0"
"langium-cli": "~1.2.0"
},
"volta": {
"node": "16.19.0",
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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.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": "1.1.0",
"version": "1.2.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -61,13 +61,13 @@
"dependencies": {
"chalk": "~4.1.2",
"commander": "~10.0.0",
"langium": "~1.1.0",
"langium": "~1.2.0",
"lodash": "^4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.1.0"
"langium-cli": "~1.2.0"
},
"volta": {
"node": "16.19.0",
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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.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 1.1.0.
* This file was generated by langium-cli 1.2.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Loading

0 comments on commit f53884a

Please sign in to comment.