Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
# [@asu-design-system/component-forms-v1.0.1](https://github.com/asu/asu-unity-stack/compare/@asu-design-system/component-forms-v1.0.0...@asu-design-system/component-forms-v1.0.1) (2020-07-29)

### Bug Fixes

* **component-forms): added accessible Modal. fix(components-library:** fixed build and refactored Button component for portability ([e473448](e473448))
  • Loading branch information
semantic-release-bot committed Jul 29, 2020
1 parent d9d9791 commit b4eb8d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/component-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asu-design-system/component-forms",
"version": "1.0.0",
"version": "1.0.1",
"description": "ASU Web Standards-compliant Preact forms",
"main": "src/index.js",
"module": "esm/index.js",
Expand All @@ -24,9 +24,7 @@
"storybook": "start-storybook -p 8089 -s ./public",
"build-storybook": "build-storybook -c .storybook -s public -o export"
},
"devDependencies": {

},
"devDependencies": {},
"dependencies": {
"@asu-design-system/components-library": "^1.0.0",
"@asu-design-system/design-tokens": "^1.0.0",
Expand Down

0 comments on commit b4eb8d0

Please sign in to comment.