Skip to content

Commit b40a6cb

Browse files
committed
Release v3.3.2
1 parent 75d5e45 commit b40a6cb

File tree

2 files changed

+36
-12
lines changed

2 files changed

+36
-12
lines changed

packages/wouter-preact/package.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wouter-preact",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Minimalist-friendly ~1.5KB router for Preact",
55
"type": "module",
66
"keywords": [
@@ -12,7 +12,11 @@
1212
"hooks",
1313
"useLocation"
1414
],
15-
"files": ["esm", "types/**/*.d.ts", "types/*.d.ts"],
15+
"files": [
16+
"esm",
17+
"types/**/*.d.ts",
18+
"types/*.d.ts"
19+
],
1620
"main": "esm/index.js",
1721
"exports": {
1822
".": {
@@ -35,10 +39,18 @@
3539
"types": "types/index.d.ts",
3640
"typesVersions": {
3741
">=4.1": {
38-
"types/index.d.ts": ["types/index.d.ts"],
39-
"use-browser-location": ["types/use-browser-location.d.ts"],
40-
"use-hash-location": ["types/use-hash-location.d.ts"],
41-
"memory-location": ["types/memory-location.d.ts"]
42+
"types/index.d.ts": [
43+
"types/index.d.ts"
44+
],
45+
"use-browser-location": [
46+
"types/use-browser-location.d.ts"
47+
],
48+
"use-hash-location": [
49+
"types/use-hash-location.d.ts"
50+
],
51+
"memory-location": [
52+
"types/memory-location.d.ts"
53+
]
4254
}
4355
},
4456
"scripts": {

packages/wouter/package.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wouter",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Minimalist-friendly ~1.5KB router for React",
55
"type": "module",
66
"keywords": [
@@ -12,7 +12,11 @@
1212
"hooks",
1313
"useLocation"
1414
],
15-
"files": ["esm", "types/**/*.d.ts", "types/*.d.ts"],
15+
"files": [
16+
"esm",
17+
"types/**/*.d.ts",
18+
"types/*.d.ts"
19+
],
1620
"main": "esm/index.js",
1721
"exports": {
1822
".": {
@@ -35,10 +39,18 @@
3539
"types": "types/index.d.ts",
3640
"typesVersions": {
3741
">=4.1": {
38-
"types/index.d.ts": ["types/index.d.ts"],
39-
"use-browser-location": ["types/use-browser-location.d.ts"],
40-
"use-hash-location": ["types/use-hash-location.d.ts"],
41-
"memory-location": ["types/memory-location.d.ts"]
42+
"types/index.d.ts": [
43+
"types/index.d.ts"
44+
],
45+
"use-browser-location": [
46+
"types/use-browser-location.d.ts"
47+
],
48+
"use-hash-location": [
49+
"types/use-hash-location.d.ts"
50+
],
51+
"memory-location": [
52+
"types/memory-location.d.ts"
53+
]
4254
}
4355
},
4456
"scripts": {

0 commit comments

Comments
 (0)