Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jun 24, 2021
1 parent 70cbfb6 commit 2c74947
Show file tree
Hide file tree
Showing 25 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions examples/arithmetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"copygrammar": "copyfiles -f ./src/language-server/generated/grammar.json ./out/language-server/generated"
},
"dependencies": {
"langium": "0.0.0",
"langium": "0.1.0",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0"
},
Expand All @@ -55,7 +55,7 @@
"@typescript-eslint/parser": "^4.14.1",
"copyfiles": "^2.4.1",
"eslint": "^7.19.0",
"langium-cli": "0.0.0",
"langium-cli": "0.1.0",
"typescript": "^4.1.3"
}
}
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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions examples/domainmodel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"copygrammar": "copyfiles -f ./src/language-server/generated/grammar.json ./out/language-server/generated"
},
"dependencies": {
"langium": "0.0.0",
"langium": "0.1.0",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0"
},
Expand All @@ -56,7 +56,7 @@
"@typescript-eslint/parser": "^4.14.1",
"copyfiles": "^2.4.1",
"eslint": "^7.19.0",
"langium-cli": "0.0.0",
"langium-cli": "0.1.0",
"typescript": "^4.1.3"
}
}
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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions examples/statemachine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"copygrammar": "copyfiles -f ./src/language-server/generated/grammar.json ./out/language-server/generated"
},
"dependencies": {
"langium": "0.0.0",
"langium": "0.1.0",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0"
},
Expand All @@ -55,7 +55,7 @@
"@typescript-eslint/parser": "^4.14.1",
"copyfiles": "^2.4.1",
"eslint": "^7.19.0",
"langium-cli": "0.0.0",
"langium-cli": "0.1.0",
"typescript": "^4.1.3"
}
}
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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.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 0.0.0.
* This file was generated by langium-cli 0.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/generator-langium/langium-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"langium:generate": "langium generate"
},
"dependencies": {
"langium": "0.0.0",
"langium": "^0.1.0",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0"
},
Expand All @@ -54,7 +54,7 @@
"@typescript-eslint/parser": "^4.14.1",
"copy-webpack-plugin": "^9.0.0",
"eslint": "^7.19.0",
"langium-cli": "0.0.0",
"langium-cli": "^0.1.0",
"source-map-loader": "^3.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.1.3",
Expand Down
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": "0.0.0",
"version": "0.1.0",
"description": "Yeoman generator for Langium - the language engineering tool",
"keywords": [
"yeoman-generator",
Expand Down
4 changes: 2 additions & 2 deletions packages/langium-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langium-cli",
"version": "0.0.0",
"version": "0.1.0",
"description": "CLI for Langium - the language engineering tool",
"keywords": [
"cli",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"commander": "^7.2.0",
"fs-extra": "^9.1.0",
"langium": "0.0.0",
"langium": "0.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/langium-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "langium-vscode",
"publisher": "langium",
"version": "0.0.0",
"version": "0.1.0",
"displayName": "Langium",
"description": "VS Code extension for Langium",
"categories": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint": "eslint src --ext ts"
},
"dependencies": {
"langium": "0.0.0",
"langium": "0.1.0",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/langium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langium",
"version": "0.0.0",
"version": "0.1.0",
"description": "A language engineering tool for the Language Server Protocol",
"keywords": [
"language",
Expand Down
2 changes: 1 addition & 1 deletion packages/langium/src/grammar/generated/ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 0.0.0.
* This file was generated by langium-cli 0.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion packages/langium/src/grammar/generated/grammar-access.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 0.0.0.
* This file was generated by langium-cli 0.1.0.
* 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 0.0.0.
* This file was generated by langium-cli 0.1.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

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

Expand Down

0 comments on commit 2c74947

Please sign in to comment.