diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 86e2329..3677c7e 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,3 +1,10 @@ +## @robo-wizard/react-router [1.0.2](https://github.com/HipsterBrown/robo-wizard/compare/@robo-wizard/react-router@1.0.1...@robo-wizard/react-router@1.0.2) (2022-11-29) + + +### Bug Fixes + +* **react-router:** group index redirect route with steps config ([#33](https://github.com/HipsterBrown/robo-wizard/issues/33)) ([29073ce](https://github.com/HipsterBrown/robo-wizard/commit/29073ce47b4bcdd762a85222178fa492fc6c7ff6)) + ## @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) diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 87d3295..053912f 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@robo-wizard/react-router", - "version": "1.0.1", + "version": "1.0.2", "description": "RoboWizard components and hooks for react-router", "main": "./dist/robo-wizard_react-router.umd.js", "module": "./dist/robo-wizard_react-router.es.js",