Skip to content

Commit

Permalink
chore: release 1.7.2 (#67)
Browse files Browse the repository at this point in the history
* chore: release 1.7.2

* docs: update storybook for release-v1.7.2

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: benjitrosch <benjitrosch@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and benjitrosch committed Mar 21, 2022
1 parent 0868ea2 commit cb43948
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

### [1.7.2](https://www.github.com/daisyui/react-daisyui/compare/v1.7.1...v1.7.2) (2022-03-21)


### Bug Fixes

* added storybook to tailwind content and cleaned up imports ([77f213e](https://www.github.com/daisyui/react-daisyui/commit/77f213efc1ed92e67cde696c418629908863401d))


### Miscellaneous

* added aria labels ([#68](https://www.github.com/daisyui/react-daisyui/issues/68)) ([63dc716](https://www.github.com/daisyui/react-daisyui/commit/63dc716dd2d27f2203dcd54246254c9dbe8c884d))
* complete rewrite of button component ([#66](https://www.github.com/daisyui/react-daisyui/issues/66)) ([7751360](https://www.github.com/daisyui/react-daisyui/commit/77513609a29c4d9e8dc8f21a32f8e9edcf55361e))
* use alias imports for types ([#70](https://www.github.com/daisyui/react-daisyui/issues/70)) ([0868ea2](https://www.github.com/daisyui/react-daisyui/commit/0868ea2b78525471bf56718a56dcedb53c8290c6))

### [1.7.1](https://www.github.com/daisyui/react-daisyui/compare/v1.7.0...v1.7.1) (2022-03-18)


Expand Down
2 changes: 1 addition & 1 deletion docs/iframe.html
Expand Up @@ -347,4 +347,4 @@



window['STORIES'] = [{"titlePrefix":"","directory":"./.storybook/docs/pages","files":"Welcome.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:\\.storybook\\/docs\\/pages\\/Welcome\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.538aee93.iframe.bundle.js"></script><script src="vendors~main.cb79b85f.iframe.bundle.js"></script><script src="main.1cc438e2.iframe.bundle.js"></script></body></html>
window['STORIES'] = [{"titlePrefix":"","directory":"./.storybook/docs/pages","files":"Welcome.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:\\.storybook\\/docs\\/pages\\/Welcome\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.538aee93.iframe.bundle.js"></script><script src="vendors~main.cb79b85f.iframe.bundle.js"></script><script src="main.5f1ce799.iframe.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.1cc438e2.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.5f1ce799.iframe.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-daisyui",
"version": "1.7.1",
"version": "1.7.2",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down

0 comments on commit cb43948

Please sign in to comment.