Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Mar 14, 2021
1 parent b38dc62 commit f7ba9e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2.1"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion packages/typera-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typera-express",
"version": "2.2.1",
"version": "2.3.0",
"description": "TYPEd Route Assistant - for Express",
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/typera-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typera-koa",
"version": "2.2.1",
"version": "2.3.0",
"description": "TYPEd Route Assistant - for Koa",
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
Expand Down
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.2.1",
"version": "2.3.0",
"scripts": {
"test": "ts-node run-typing-tests.ts"
},
"dependencies": {
"typera-express": "^2.2.1",
"typera-koa": "^2.2.1"
"typera-express": "^2.3.0",
"typera-koa": "^2.3.0"
}
}

0 comments on commit f7ba9e0

Please sign in to comment.