Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# @robo-wizard/react [1.1.0](https://github.com/HipsterBrown/robo-wizard/compare/@robo-wizard/[email protected]...@robo-wizard/[email protected]) (2022-12-20)

### Features

* **react:** create Wizard, Step components ([#34](#34)) ([fd13b0e](fd13b0e))
  • Loading branch information
semantic-release-bot committed Dec 20, 2022
1 parent fd13b0e commit 87852df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @robo-wizard/react [1.1.0](https://github.com/HipsterBrown/robo-wizard/compare/@robo-wizard/[email protected]...@robo-wizard/[email protected]) (2022-12-20)


### Features

* **react:** create Wizard, Step components ([#34](https://github.com/HipsterBrown/robo-wizard/issues/34)) ([fd13b0e](https://github.com/HipsterBrown/robo-wizard/commit/fd13b0e690c48db378ab3ed1a41fba1d77bc54a7))
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robo-wizard/react",
"version": "1.0.0",
"version": "1.1.0",
"description": "RoboWizard components and hooks for React",
"main": "./dist/robo-wizard_react.umd.js",
"module": "./dist/robo-wizard_react.es.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"directory": "packages/react"
},
"dependencies": {
"robo-wizard": "^1.1.0"
"robo-wizard": "1.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down

0 comments on commit 87852df

Please sign in to comment.