Skip to content

Commit

Permalink
Update Langium to 3.1.0 (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Jun 20, 2024
1 parent 9ac42d9 commit eeb0707
Show file tree
Hide file tree
Showing 32 changed files with 102 additions and 68 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
npm run publish:latest --provenance --workspace=langium-statemachine-dsl
- name: Publish VSCode Extension
shell: bash
# Add this line to the publishing once we have a valid VSCE token available again
# vsce publish -i langium-vscode-$PACKAGE_VERSION.vsix -p ${{ secrets.VSCE_TOKEN }}
run: |
npm install -g @vscode/vsce ovsx
cd packages/langium-vscode
PACKAGE_VERSION=`npm pkg get version --workspaces=false | tr -d \"`
vsce package
vsce publish -i langium-vscode-$PACKAGE_VERSION.vsix -p ${{ secrets.VSCE_TOKEN }}
ovsx publish langium-vscode-$PACKAGE_VERSION.vsix -p ${{ secrets.OVSX_TOKEN }}
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.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)
* [v2.0.0](https://github.com/eclipse-langium/langium/milestone/9?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.0.0",
"version": "3.1.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.0.0",
"langium": "~3.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.3"
"langium-cli": "~3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.0",
"version": "3.1.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.0.0",
"langium": "~3.1.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.3"
"langium-cli": "~3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.0",
"version": "3.1.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.0.0",
"langium": "~3.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.3"
"langium-cli": "~3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.0",
"version": "3.1.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.0.0",
"langium": "~3.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
"devDependencies": {
"langium-cli": "~3.0.3"
"langium-cli": "~3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.3.
* This file was generated by langium-cli 3.1.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.0.0",
"version": "3.1.0",
"description": "Yeoman generator for Langium - the language engineering tool",
"homepage": "https://langium.org",
"engines": {
Expand Down
Loading

0 comments on commit eeb0707

Please sign in to comment.