Skip to content

Commit

Permalink
chore(main): release 2.0.4 (#130)
Browse files Browse the repository at this point in the history
* chore(main): release 2.0.4

* docs: update storybook for latest release

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 Jun 23, 2022
1 parent fdc05e2 commit 77eaccc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [2.0.4](https://github.com/daisyui/react-daisyui/compare/v2.0.3...v2.0.4) (2022-06-23)


### Miscellaneous

* **ButtonGroup:** added vertical prop ([#135](https://github.com/daisyui/react-daisyui/issues/135)) ([fdc05e2](https://github.com/daisyui/react-daisyui/commit/fdc05e2dd6f32e2afcd267f0128df94f6e1ef532))
* **Drawer:** add onClickOverlay and add storybook of drawer ([#125](https://github.com/daisyui/react-daisyui/issues/125)) ([6a266bf](https://github.com/daisyui/react-daisyui/commit/6a266bfb7489e67bb342453ac3b9b9df052b1ee7))
* update daisyui to 2.17.0 ([#134](https://github.com/daisyui/react-daisyui/issues/134)) ([682a2ed](https://github.com/daisyui/react-daisyui/commit/682a2edb8ab107cbca517d1fad05031306db67cc))

## [2.0.3](https://github.com/daisyui/react-daisyui/compare/v2.0.2...v2.0.3) (2022-06-10)


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.037e4e20.iframe.bundle.js"></script><script src="main.3eccb037.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.037e4e20.iframe.bundle.js"></script><script src="main.3961b3d8.iframe.bundle.js"></script></body></html>

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": "2.0.3",
"version": "2.0.4",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down

0 comments on commit 77eaccc

Please sign in to comment.