Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## @robo-wizard/react-router [1.0.1](https://github.com/HipsterBrown/robo-wizard/compare/@robo-wizard/react-router@1.0.0...@robo-wizard/react-router@1.0.1) (2022-11-29)

### Bug Fixes

* wrap routed steps in Fragment to avoid keyed children warning ([#29](#29)) ([d0f6f77](d0f6f77))
  • Loading branch information
semantic-release-bot committed Nov 29, 2022
1 parent 59dc14a commit d06dd15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @robo-wizard/react-router [1.0.1](https://github.com/HipsterBrown/robo-wizard/compare/@robo-wizard/react-router@1.0.0...@robo-wizard/react-router@1.0.1) (2022-11-29)


### Bug Fixes

* wrap routed steps in Fragment to avoid keyed children warning ([#29](https://github.com/HipsterBrown/robo-wizard/issues/29)) ([d0f6f77](https://github.com/HipsterBrown/robo-wizard/commit/d0f6f77a0276d57ff9692ece3fa602dd749d20b3))

# @robo-wizard/react-router 1.0.0 (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robo-wizard/react-router",
"version": "1.0.0",
"version": "1.0.1",
"description": "RoboWizard components and hooks for react-router",
"main": "./dist/robo-wizard_react-router.umd.js",
"module": "./dist/robo-wizard_react-router.es.js",
Expand Down

0 comments on commit d06dd15

Please sign in to comment.