Skip to content

Commit

Permalink
chore(release): 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
moh3n9595 committed Jan 4, 2023
1 parent 332d916 commit c6bd46f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.10](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.9...v0.0.10) (2023-01-04)


### Features

* add arrow component ([207a0eb](https://github.com/moh3n9595/react-beacon-hint/commit/207a0eba3ff252c2f8217780829da294a57370b5))
* add floatingStyle prop in floating component ([48bfb10](https://github.com/moh3n9595/react-beacon-hint/commit/48bfb10024565bc3afb9f28ed5b19d4af487d811))
* add new floating component ([ed02977](https://github.com/moh3n9595/react-beacon-hint/commit/ed02977b1c109ad6b99b7572a6d9272fc1834877))
* add popover component ([b028679](https://github.com/moh3n9595/react-beacon-hint/commit/b028679f0cb8d2daefb53d784d1c3819410999b9))
* add style + className props to beacons ([2984ed5](https://github.com/moh3n9595/react-beacon-hint/commit/2984ed5a23160bb4c55965a7c610db45f55a2837))


### Bug Fixes

* boost code factor score ([8b557d6](https://github.com/moh3n9595/react-beacon-hint/commit/8b557d64347d9864f2e0194074900a73a4e7b8fa))
* decrease bundle size and remove extra deps ([332d916](https://github.com/moh3n9595/react-beacon-hint/commit/332d916babd87684e96e1e0c63259123608d3ecb))

### [0.0.9](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.8...v0.0.9) (2023-01-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-beacon-hint",
"version": "0.0.9",
"version": "0.0.10",
"description": "User Onboarding Component for React",
"main": "./lib/react-beacon-hint.umd.js",
"module": "./lib/react-beacon-hint.es.js",
Expand Down

0 comments on commit c6bd46f

Please sign in to comment.