From c6bd46f58e509b056d45fb2b277b1287c4f97a4f Mon Sep 17 00:00:00 2001 From: Mohsen Date: Thu, 5 Jan 2023 00:41:16 +0330 Subject: [PATCH] chore(release): 0.0.10 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8b0fd..bf9abed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 219982c..6df9e2b 100644 --- a/package.json +++ b/package.json @@ -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",