Skip to content

Commit

Permalink
v1.0.3 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Nov 22, 2024
1 parent 785d3d2 commit 28d60a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Fix double rendering issue on initial page load
- Nothing (yet)!

## [1.0.3] - 2024-11-21

### Fixed

- Fix behavior where the page would be rendered twice on initial load

## [1.0.2] - 2024-10-24

Expand Down Expand Up @@ -104,7 +110,8 @@ Using the following categories, list your changes in this order:
- Rename `configure` to `create_router`.
- Rename from `idom-router` to `reactpy-router`.

[Unreleased]: https://github.com/reactive-python/reactpy-router/compare/1.0.2...HEAD
[Unreleased]: https://github.com/reactive-python/reactpy-router/compare/1.0.3...HEAD
[1.0.3]: https://github.com/reactive-python/reactpy-router/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/reactive-python/reactpy-router/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/reactive-python/reactpy-router/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/reactive-python/reactpy-router/compare/0.1.1...1.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/reactpy_router/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2"
__version__ = "1.0.3"


from reactpy_router.components import link, navigate, route
Expand Down

0 comments on commit 28d60a2

Please sign in to comment.