Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 3.3.0 #1753

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0](https://github.com/eclipse-langium/langium/milestone/14?closed=1)
* [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)
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.2.0",
"version": "3.3.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.2.0",
"langium": "~3.3.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.2.0"
"langium-cli": "~3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0",
"version": "3.3.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.2.0",
"langium": "~3.3.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.2.0"
"langium-cli": "~3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0",
"version": "3.3.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.2.0",
"langium": "~3.3.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.2.0"
"langium-cli": "~3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0",
"version": "3.3.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.2.0",
"langium": "~3.3.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.2.0"
"langium-cli": "~3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0.
* This file was generated by langium-cli 3.3.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.2.0",
"version": "3.3.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 @@ -16,14 +16,14 @@
"langium:watch": "langium generate --watch"
},
"dependencies": {
"langium": "~3.2.0"
"langium": "~3.3.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.2.0",
"langium-cli": "~3.3.0",
"typescript": "~5.1.6"
},
"volta": {
Expand Down
Loading
Loading