Skip to content

Commit 4bc3d58

Browse files
committed
v3.10.0
1 parent 708c236 commit 4bc3d58

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wouter-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wouter-preact",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Minimalist-friendly ~1.5KB router for Preact",
55
"type": "module",
66
"keywords": [
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"scripts": {
57-
"prepublishOnly": "copyfiles -f ../wouter/src/index.js ../wouter/src/memory-location.js ../wouter/src/paths.js ../wouter/src/use-browser-location.js ../wouter/src/use-hash-location.js ../wouter/src/use-sync-external-store.js ../wouter/src/use-sync-external-store.native.js src && cp ../../README.md ."
57+
"prepublishOnly": "cp ../wouter/src/index.js ../wouter/src/memory-location.js ../wouter/src/paths.js ../wouter/src/use-browser-location.js ../wouter/src/use-hash-location.js ../wouter/src/use-sync-external-store.js ../wouter/src/use-sync-external-store.native.js src && cp ../../README.md ."
5858
},
5959
"author": "Alexey Taktarov <molefrog@gmail.com>",
6060
"repository": {

packages/wouter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wouter",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Minimalist-friendly ~1.5KB router for React",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)