Skip to content

Commit

Permalink
Incremented CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotes committed Apr 11, 2024
1 parent 4482eb5 commit 76b4e69
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/arithmetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.1"
"langium-cli": "~3.0.2"
},
"volta": {
"node": "18.19.1",
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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/domainmodel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.1"
"langium-cli": "~3.0.2"
},
"volta": {
"node": "18.19.1",
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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/requirements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.1"
"langium-cli": "~3.0.2"
},
"volta": {
"node": "18.19.1",
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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion examples/statemachine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.1"
"langium-cli": "~3.0.2"
},
"volta": {
"node": "18.19.1",
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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* 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 3.0.1.
* This file was generated by langium-cli 3.0.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
12 changes: 6 additions & 6 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/templates/core/.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/parser": "~7.3.1",
"@typescript-eslint/eslint-plugin": "~7.3.1",
"eslint": "~8.57.0",
"langium-cli": "~3.0.1",
"langium-cli": "~3.0.2",
"typescript": "~5.1.6"
},
"volta": {
Expand Down
4 changes: 4 additions & 0 deletions packages/langium-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log of `langium-cli`

## v3.0.2 (Apr. 2024)

Exported the textmate syntax highlighting under `langium-cli/textmate`. This allows us to import the highlightiing for the Langium playground.

## v3.0.1 (Feb. 2024)

Fixed a minor issue related to generated code for projects that don't use the `langium/lsp` import ([#1393](https://github.com/eclipse-langium/langium/pull/1393)).
Expand Down
2 changes: 1 addition & 1 deletion packages/langium-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langium-cli",
"version": "3.0.1",
"version": "3.0.2",
"description": "CLI for Langium - the language engineering tool",
"homepage": "https://langium.org",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/langium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"vscode-uri": "~3.0.8"
},
"devDependencies": {
"langium-cli": "~3.0.1"
"langium-cli": "~3.0.2"
},
"volta": {
"node": "18.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/langium/src/grammar/generated/grammar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 3.0.1.
* This file was generated by langium-cli 3.0.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion packages/langium/src/grammar/generated/module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 3.0.1.
* This file was generated by langium-cli 3.0.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion packages/langium/src/languages/generated/ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 3.0.1.
* This file was generated by langium-cli 3.0.2.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down

0 comments on commit 76b4e69

Please sign in to comment.