Skip to content

Commit

Permalink
chore(main): release 2.4.4 (#233)
Browse files Browse the repository at this point in the history
* chore(main): release 2.4.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 <[email protected]>
  • Loading branch information
github-actions[bot] and benjitrosch authored Oct 21, 2022
1 parent e637705 commit 256b11f
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.4](https://github.com/daisyui/react-daisyui/compare/v2.4.3...v2.4.4) (2022-10-19)


### Bug Fixes

* children mapping keys in Carousel, CodeMockup and Range ([#231](https://github.com/daisyui/react-daisyui/issues/231)) ([50b25e6](https://github.com/daisyui/react-daisyui/commit/50b25e687ccae19110a425ca6c94b79f6519d02b))


### Miscellaneous

* **Select:** uncontrolled select component ([#238](https://github.com/daisyui/react-daisyui/issues/238)) ([e637705](https://github.com/daisyui/react-daisyui/commit/e63770599dcebea59fa347e139e42bf03b8da17f))

## [2.4.3](https://github.com/daisyui/react-daisyui/compare/v2.4.2...v2.4.3) (2022-10-10)


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.31954e07.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.12794c32.iframe.bundle.js"></script></body></html>
1 change: 1 addition & 0 deletions docs/main.12794c32.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.31954e07.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": "2.4.3",
"version": "2.4.4",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down

0 comments on commit 256b11f

Please sign in to comment.