Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jul 14, 2024
1 parent 2ad35e9 commit 1746c7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.8"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "1.0.8",
"version": "1.1.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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": "1.0.8",
"version": "1.1.0",
"files": [
"dist",
"web"
Expand All @@ -17,7 +17,7 @@
"@types/node": "^20.14.10",
"@vitest/ui": "^2.0.2",
"pridepack": "2.6.1",
"seroval": "1.0.8",
"seroval": "1.1.0",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
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": "1.0.8",
"version": "1.1.0",
"files": [
"dist",
"src"
Expand Down

0 comments on commit 1746c7b

Please sign in to comment.