Skip to content

Commit

Permalink
3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
molefrog committed Nov 21, 2023
1 parent 5847699 commit 137a900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/wouter-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wouter-preact",
"version": "2.11.0",
"version": "3.0.0-rc.1",
"description": "Minimalist-friendly ~1.5KB router for Preact",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"types": "types/index.d.ts",
"typesVersions": {
"*": {
">=4.1": {
"types/index.d.ts": [
"types/index.d.ts"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/wouter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wouter",
"version": "3.0.0-dev.1",
"version": "3.0.0-rc.1",
"description": "Minimalist-friendly ~1.5KB router for React",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 137a900

Please sign in to comment.