Skip to content

Commit

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

* docs: update storybook for release-v1.0.1

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

### [1.0.1](https://www.github.com/daisyui/react-daisyui/compare/v1.0.0...v1.0.1) (2022-03-12)


### Bug Fixes

* added border by default to textarea story for visbility ([2a47d83](https://www.github.com/daisyui/react-daisyui/commit/2a47d833bd70290651ff4de0c313686e3e026561))


### Miscellaneous

* removed unneeded styles import in index ([6e6156c](https://www.github.com/daisyui/react-daisyui/commit/6e6156cd628cf2d927ee5c418fe983ad94c5e114))

## 1.0.0 (2022-03-12)


Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

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","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.fce714ab.iframe.bundle.js"></script><script src="vendors~main.bb0c588d.iframe.bundle.js"></script><script src="main.7d8f58f4.iframe.bundle.js"></script></body></html>
window['STORIES'] = [{"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.fce714ab.iframe.bundle.js"></script><script src="vendors~main.bb0c588d.iframe.bundle.js"></script><script src="main.99fbe13b.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-daisyui",
"version": "1.0.0",
"version": "1.0.1",
"description": "react-daisyui - DaisyUI components built with React 🌼",
"author": "daisyui",
"license": "MIT",
Expand Down

0 comments on commit d9dc134

Please sign in to comment.