diff --git a/examples/lox/package.json b/examples/lox/package.json index 1792455..e092403 100644 --- a/examples/lox/package.json +++ b/examples/lox/package.json @@ -1,7 +1,7 @@ { "name": "typir-example-lox", "displayName": "lox", - "version": "0.1.1", + "version": "0.1.2", "private": true, "description": "", "author": { @@ -30,7 +30,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.1.1", + "typir-langium": "~0.1.2", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, diff --git a/examples/ox/package.json b/examples/ox/package.json index 93cf4a0..c95c16a 100644 --- a/examples/ox/package.json +++ b/examples/ox/package.json @@ -1,7 +1,7 @@ { "name": "typir-example-ox", "displayName": "ox", - "version": "0.1.1", + "version": "0.1.2", "private": true, "description": "", "author": { @@ -30,7 +30,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.1.1", + "typir-langium": "~0.1.2", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, diff --git a/package-lock.json b/package-lock.json index 7bbcb53..c6a6d19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,12 +36,12 @@ }, "examples/lox": { "name": "typir-example-lox", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.1.1", + "typir-langium": "~0.1.2", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, @@ -82,12 +82,12 @@ }, "examples/ox": { "name": "typir-example-ox", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.1.1", + "typir-langium": "~0.1.2", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, @@ -4085,18 +4085,18 @@ } }, "packages/typir": { - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "engines": { "node": ">= 18.0.0" } }, "packages/typir-langium": { - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "langium": "~3.3.0", - "typir": "~0.1.1" + "typir": "~0.1.2" }, "engines": { "node": ">= 18.0.0" diff --git a/packages/typir-langium/package.json b/packages/typir-langium/package.json index a76435b..9a6ae7a 100644 --- a/packages/typir-langium/package.json +++ b/packages/typir-langium/package.json @@ -1,6 +1,6 @@ { "name": "typir-langium", - "version": "0.1.1", + "version": "0.1.2", "description": "Typir binding for Langium", "homepage": "https://typir.org", "author": { @@ -49,6 +49,6 @@ "bugs": "https://github.com/TypeFox/typir/issues", "dependencies": { "langium": "~3.3.0", - "typir": "~0.1.1" + "typir": "~0.1.2" } } diff --git a/packages/typir/package.json b/packages/typir/package.json index 22b1161..756b4b0 100644 --- a/packages/typir/package.json +++ b/packages/typir/package.json @@ -1,6 +1,6 @@ { "name": "typir", - "version": "0.1.1", + "version": "0.1.2", "description": "General purpose type checking library", "homepage": "https://typir.org", "author": {