From ed0d9100ef978a0f9d6c1e56b368bc227242516f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:04:53 +0000 Subject: [PATCH] chore: release 2.0.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be52037..79d25bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [2.0.1](https://www.github.com/daisyui/react-daisyui/compare/v2.0.0...v2.0.1) (2022-04-25) + + +### Bug Fixes + +* **Input:** removed hardcoded "text" in type prop ([#102](https://www.github.com/daisyui/react-daisyui/issues/102)) ([7e6b53b](https://www.github.com/daisyui/react-daisyui/commit/7e6b53b2e43783f62ea7856e5c9bc74aef4e73bb)) +* re-added esm output from microbundle ([#106](https://www.github.com/daisyui/react-daisyui/issues/106)) ([1bcd5a0](https://www.github.com/daisyui/react-daisyui/commit/1bcd5a01c4d0552c6299cb86ccec9c1191a361fd)) + ## [2.0.0](https://www.github.com/daisyui/react-daisyui/compare/v1.7.6...v2.0.0) (2022-04-18) diff --git a/package-lock.json b/package-lock.json index 1070327b..5e271ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-daisyui", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-daisyui", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index 4f0d791c..b79c04c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-daisyui", - "version": "2.0.0", + "version": "2.0.1", "description": "react-daisyui - DaisyUI components built with React 🌼", "author": "daisyui", "license": "MIT",