diff --git a/.npmignore b/.npmignore index c08b26d16..f79ea44ef 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,4 @@ tsconfig.json node_modules src +build diff --git a/CHANGELOG.md b/CHANGELOG.md index c01ca5b14..47cc71813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.7](https://github.com/bacali95/flowbite-react/compare/v0.0.6...v0.0.7) (2022-03-12) + + +### Features + +* use react-icons icons library ([236ba62](https://github.com/bacali95/flowbite-react/commit/236ba627fe2da61938cce05b16fc865c76a83e8a)) + ### [0.0.6](https://github.com/bacali95/flowbite-react/compare/v0.0.5...v0.0.6) (2022-03-12) diff --git a/package.json b/package.json index c04ab559a..1e1aa3d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flowbite-react", - "version": "0.0.6", + "version": "0.0.7", "main": "./dist/index.js", "files": [ "dist" @@ -33,7 +33,7 @@ "prepublishOnly": "yarn build-components" }, "dependencies": { - "@popperjs/core": "^2.11.2", + "@popperjs/core": "^2.11.2", "classnames": "^2.3.1", "react-icons": "^4.3.1" },