From ed52f495fddb416f6cd6764b65ea1c5cc0f0f65c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Nov 2022 20:50:57 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## @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)) --- packages/react-router/CHANGELOG.md | 7 +++++++ packages/react-router/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",