Skip to content

Commit ff2efe3

Browse files
Prepare release of v0.2 (#66)
1 parent 1cfba04 commit ff2efe3

File tree

6 files changed

+34
-18
lines changed

6 files changed

+34
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We roughly follow the ideas of [semantic versioning](https://semver.org/).
44
Note that the versions "0.x.0" probably will include breaking changes.
55

66

7-
## v0.2.0 (2025-03-??)
7+
## v0.2.0 (2025-03-31)
88

99
### New features
1010

examples/lox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typir-example-lox",
33
"displayName": "lox",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"private": true,
66
"description": "",
77
"author": {
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"commander": "~12.1.0",
3232
"langium": "~3.4.0",
33-
"typir-langium": "~0.1.2",
33+
"typir-langium": "~0.2.0",
3434
"vscode-languageclient": "~9.0.1",
3535
"vscode-languageserver": "~9.0.1"
3636
},

examples/ox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typir-example-ox",
33
"displayName": "ox",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"private": true,
66
"description": "",
77
"author": {
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"commander": "~12.1.0",
3232
"langium": "~3.4.0",
33-
"typir-langium": "~0.1.2",
33+
"typir-langium": "~0.2.0",
3434
"vscode-languageclient": "~9.0.1",
3535
"vscode-languageserver": "~9.0.1"
3636
},

package-lock.json

Lines changed: 26 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/typir-langium/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typir-langium",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Typir binding for Langium",
55
"homepage": "https://typir.org",
66
"author": {
@@ -50,6 +50,6 @@
5050
"bugs": "https://github.com/TypeFox/typir/issues",
5151
"dependencies": {
5252
"langium": "~3.4.0",
53-
"typir": "~0.1.2"
53+
"typir": "~0.2.0"
5454
}
5555
}

packages/typir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typir",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "General purpose type checking library",
55
"homepage": "https://typir.org",
66
"author": {

0 commit comments

Comments
 (0)