Skip to content

Commit

Permalink
chore(deploy): Release (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
willybrauner and github-actions[bot] authored Oct 13, 2024
1 parent 90935b1 commit 48911a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/sour-beans-lie.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/low-router-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wbe/low-router-preact

## 0.8.0

### Minor Changes

- 90935b1: Patch missing route props on \_props copy

reference to #56

In case the route didn't had a specific props object, `_props` was `undefined`, and last `route.props` of the same route was registered in `route._props` object. To avoid this behavior, we set an empty object on `props.route` if no props exist on the initial route object.

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/low-router-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wbe/low-router-preact",
"author": "Willy Brauner",
"license": "MIT",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 48911a8

Please sign in to comment.