Skip to content

Commit

Permalink
chore(release): 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bacali95 committed Mar 12, 2022
1 parent 236ba62 commit 6039dad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
tsconfig.json
node_modules
src
build
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-react",
"version": "0.0.6",
"version": "0.0.7",
"main": "./dist/index.js",
"files": [
"dist"
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 6039dad

Please sign in to comment.