Skip to content

Commit

Permalink
Update to v3.2.0 (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Sep 6, 2024
1 parent 9a1c021 commit b2a6fe9
Show file tree
Hide file tree
Showing 31 changed files with 94 additions and 68 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ We maintain separate change logs for the individual packages:

## Closed Issues and PRs

* [v3.2.0](https://github.com/eclipse-langium/langium/milestone/13?closed=1)
* [v3.1.0](https://github.com/eclipse-langium/langium/milestone/12?closed=1)
* [v3.0.0](https://github.com/eclipse-langium/langium/milestone/11?closed=1)
* [v2.1.0](https://github.com/eclipse-langium/langium/milestone/10?closed=1)
Expand Down
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": "3.1.0",
"version": "3.2.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -69,12 +69,12 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~3.1.0",
"langium": "~3.2.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.1.0"
"langium-cli": "~3.2.0"
},
"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.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.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": "3.1.0",
"version": "3.2.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -60,13 +60,13 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~3.1.0",
"langium": "~3.2.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.1.0"
"langium-cli": "~3.2.0"
},
"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.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.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": "3.1.0",
"version": "3.2.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -71,12 +71,12 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~3.1.0",
"langium": "~3.2.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.1.0"
"langium-cli": "~3.2.0"
},
"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.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.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": "3.1.0",
"version": "3.2.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -59,12 +59,12 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"langium": "~3.1.0",
"langium": "~3.2.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.1.0"
"langium-cli": "~3.2.0"
},
"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.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.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 3.1.0.
* This file was generated by langium-cli 3.2.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
50 changes: 25 additions & 25 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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-langium",
"version": "3.1.0",
"version": "3.2.0",
"description": "Yeoman generator for Langium - the language engineering tool",
"homepage": "https://langium.org",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-langium/templates/core/.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"langium:watch": "langium generate --watch"
},
"dependencies": {
"langium": "~3.1.2"
"langium": "~3.2.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "~7.3.1",
"@typescript-eslint/eslint-plugin": "~7.3.1",
"eslint": "~8.57.0",
"langium-cli": "~3.1.0",
"langium-cli": "~3.2.0",
"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.2.0 (Sep. 2024)

Fixed an `undefined` error on certain regexes in the monarch generator ([#1594](https://github.com/eclipse-langium/langium/pull/1594)).

## v3.1.0 (Jun. 2024)

Fixed string escaping for generated code ([#1537](https://github.com/eclipse-langium/langium/pull/1537), [#1514](https://github.com/eclipse-langium/langium/pull/1514)).
Expand Down
Loading

0 comments on commit b2a6fe9

Please sign in to comment.