Skip to content

Commit

Permalink
switched package version declarations to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMeierSE committed Dec 20, 2024
1 parent aa9b7d5 commit 63c51ee
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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
86 changes: 82 additions & 4 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/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
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 63c51ee

Please sign in to comment.