Skip to content

Commit

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

* docs: update storybook for latest release

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: benjitrosch <[email protected]>
  • Loading branch information
github-actions[bot] and benjitrosch authored Oct 31, 2022
1 parent e2e6b10 commit fe1d14d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.4.5](https://github.com/daisyui/react-daisyui/compare/v2.4.4...v2.4.5) (2022-10-31)


### Bug Fixes

* **Tooltip:** positions string interpolation broken ([#235](https://github.com/daisyui/react-daisyui/issues/235)) ([e2e6b10](https://github.com/daisyui/react-daisyui/commit/e2e6b10727a88198b46d2ba7fcec155022594ea4))


### Miscellaneous

* **Rating:** uncontrolled rating ([#241](https://github.com/daisyui/react-daisyui/issues/241)) ([96070ac](https://github.com/daisyui/react-daisyui/commit/96070acb7c5f14a73a75defbdaeaa1600c827b0f))

## [2.4.4](https://github.com/daisyui/react-daisyui/compare/v2.4.3...v2.4.4) (2022-10-19)


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":"./.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.12794c32.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.69ec27a5.iframe.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.12794c32.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.69ec27a5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-daisyui",
"version": "2.4.4",
"version": "2.4.5",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down

0 comments on commit fe1d14d

Please sign in to comment.