Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
# [@asu-design-system/components-library-v1.0.4](https://github.com/asu/asu-unity-stack/compare/@asu-design-system/components-library-v1.0.3...@asu-design-system/components-library-v1.0.4) (2020-07-29)

### Bug Fixes

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

},
"devDependencies": {},
"dependencies": {
"@asu-design-system/design-tokens": "^1.0.0-beta",
"emotion": "^10.0.27",
Expand Down

0 comments on commit d9d9791

Please sign in to comment.