Skip to content

Commit

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

* docs: update storybook for release-v1.7.1

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 authored Mar 18, 2022
1 parent acf034b commit d3fb747
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Bug Fixes

* moved docs folder to .storybook ([#64](https://www.github.com/daisyui/react-daisyui/issues/64)) ([fd61e96](https://www.github.com/daisyui/react-daisyui/commit/fd61e96a7280c3df92e77ee9caf7510f50696f70))
* temporary fix for button component ([#65](https://www.github.com/daisyui/react-daisyui/issues/65)) ([acf034b](https://www.github.com/daisyui/react-daisyui/commit/acf034bf82a1b12d5ebabd42165d67d640994cbe))


### Miscellaneous

* enable import alias ([#62](https://www.github.com/daisyui/react-daisyui/issues/62)) ([d0ba0fb](https://www.github.com/daisyui/react-daisyui/commit/d0ba0fb526b3b4e523021dbef561483b28ae1806))

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


Expand Down
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@



window['STORIES'] = [{"titlePrefix":"","directory":"./src/docs/pages","files":"Welcome.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src\\/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.d889eade.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.1cc438e2.iframe.bundle.js"></script></body></html>
1 change: 1 addition & 0 deletions docs/main.1cc438e2.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.d889eade.iframe.bundle.js

This file was deleted.

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-daisyui",
"version": "1.7.0",
"version": "1.7.1",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down

0 comments on commit d3fb747

Please sign in to comment.