Skip to content

Commit 6e0ee5f

Browse files
Merge pull request #817 from preactjs/changeset-release/main
Version Packages
2 parents de17a7a + 007933a commit 6e0ee5f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# preact-iso
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`c963fbe`](https://github.com/preactjs/wmr/commit/c963fbec5cac7d45a65ffa9cd05d937e56fc5aa6) [#586](https://github.com/preactjs/wmr/pull/586) Thanks [@developit](https://github.com/developit)! - Pass route paramters as props when no prop exists with that name.
8+
9+
* [`095ddde`](https://github.com/preactjs/wmr/commit/095dddefbb5b56d0a897716513977a99f38665bf) [#824](https://github.com/preactjs/wmr/pull/824) Thanks [@developit](https://github.com/developit)! - - Bugfix for Router: "splat" parameters (`/:x*` and `/:y*`) should be passed in the `params` prop instead of directly on props
10+
311
## 2.0.3
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-iso",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Isomorphic utilities for Preact",
55
"main": "./index.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)