Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Jan 13, 2021
1 parent 8f5f8c1 commit 1b4145d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-alpha.2"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/typera-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typera-common",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "TYPEd Route Assistant - Common",
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/typera-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typera-express",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "TYPEd Route Assistant - for Express",
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
Expand Down Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"@types/express": ">=4.0.0",
"express": ">=4.0.0",
"typera-common": "^2.0.0-alpha.2"
"typera-common": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/typera-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typera-koa",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "TYPEd Route Assistant - for Koa",
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
Expand Down Expand Up @@ -32,6 +32,6 @@
"@types/koa__router": ">=8.0.0",
"koa": ">=2.0.0",
"koa-bodyparser": ">=4.0.0",
"typera-common": "^2.0.0-alpha.2"
"typera-common": "^2.0.0"
}
}
6 changes: 3 additions & 3 deletions typing-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "typing-tests",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"scripts": {
"test": "ts-node run-typing-tests.ts"
},
"dependencies": {
"typera-express": "^2.0.0-alpha.2",
"typera-koa": "^2.0.0-alpha.2"
"typera-express": "^2.0.0",
"typera-koa": "^2.0.0"
}
}

0 comments on commit 1b4145d

Please sign in to comment.