Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jan 6, 2024
1 parent d161dfe commit 08e62b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"typesVersions": {
"*": {}
},
"version": "1.0.2"
"version": "1.0.3"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "1.0.2"
"version": "1.0.3"
}
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seroval-plugins",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"files": [
"dist",
"web"
Expand All @@ -17,7 +17,7 @@
"@types/node": "^20.8.3",
"@vitest/ui": "^1.0.1",
"pridepack": "2.5.1",
"seroval": "1.0.2",
"seroval": "1.0.3",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vitest": "^1.0.1"
Expand Down Expand Up @@ -69,4 +69,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion packages/seroval/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seroval",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"files": [
"dist",
"src"
Expand Down

0 comments on commit 08e62b9

Please sign in to comment.