Skip to content

Commit

Permalink
Update versions to v0.1.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMeierSE authored Dec 20, 2024
1 parent aa9b7d5 commit 6de3df7
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/lox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typir-example-lox",
"displayName": "lox",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"description": "",
"author": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"commander": "~12.1.0",
"langium": "~3.3.0",
"typir-langium": "~0.0.2",
"typir-langium": "~0.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/ox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typir-example-ox",
"displayName": "ox",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"description": "",
"author": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"commander": "~12.1.0",
"langium": "~3.3.0",
"typir-langium": "~0.0.2",
"typir-langium": "~0.1.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
},
Expand Down
30 changes: 23 additions & 7 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/typir-langium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typir-langium",
"version": "0.0.2",
"version": "0.1.0",
"description": "Typir binding for Langium",
"homepage": "https://typir.org",
"author": {
Expand Down Expand Up @@ -49,6 +49,6 @@
"bugs": "https://github.com/TypeFox/typir/issues",
"dependencies": {
"langium": "~3.3.0",
"typir": "~0.0.2"
"typir": "~0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/typir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typir",
"version": "0.0.2",
"version": "0.1.0",
"description": "General purpose type checking library",
"homepage": "https://typir.org",
"author": {
Expand Down

0 comments on commit 6de3df7

Please sign in to comment.