Skip to content

Commit b2fcf06

Browse files
committed
chore: release 0.3.0
1 parent 20031f7 commit b2fcf06

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
# [0.3.0](https://github.com/hadnet/react-native-hold-menu-no-expo/compare/v0.2.3...v0.3.0) (2023-08-10)
4+
5+
6+
### Features
7+
8+
* add menuBgColors prop to HoldMenuProvider for customizable menu dark/light bg colors ([20031f7](https://github.com/hadnet/react-native-hold-menu-no-expo/commit/20031f7183bfe8f97816703c437e292ad3691a0f))
9+
310
* docs: edit install line (5f3fccc)
411
* docs: add base work (6937c1a)
512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadnet/react-native-hold-menu-no-expo",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "A performant, easy to use hold to open context menu for React Native CLI projects powered by Reanimated.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)