Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Dec 12, 2023
1 parent 9300c24 commit db18721
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"typesVersions": {
"*": {}
},
"version": "0.15.1"
}
"version": "1.0.0"
}
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": "0.15.1"
"version": "1.0.0"
}
4 changes: 2 additions & 2 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": "0.15.1",
"version": "1.0.0",
"files": [
"dist",
"web"
Expand All @@ -17,7 +17,7 @@
"@types/node": "^20.8.3",
"@vitest/ui": "^1.0.1",
"pridepack": "2.5.1",
"seroval": "0.15.1",
"seroval": "1.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vitest": "^1.0.1"
Expand Down
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": "0.15.1",
"version": "1.0.0",
"files": [
"dist",
"src"
Expand Down

0 comments on commit db18721

Please sign in to comment.