Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Mar 3, 2021
1 parent ce2e099 commit 415dde1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## [v0.0.5](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.3...v0.0.5)
## [v0.0.6](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.5...v0.0.6)

#### Improvements

- chore: update example app ([18c5db2](https://github.com/enesozturk/react-native-hold-menu-dev/commit/18c5db23e95387280e4dca5318b86b133ebcbbc8)).
- chore: update menu list props and comps ([61212ef](https://github.com/enesozturk/react-native-hold-menu-dev/commit/61212efb9e530a1def7537881a0d22ad1ee8142e)).
- chore: add seperator field and confs for menu item ([ce2e099](https://github.com/enesozturk/react-native-hold-menu-dev/commit/ce2e099c20eb8400cd66bad557d9ca666d4aab16)).

#### Fixes

- fix: current and prev list comparisons of menu lists ([5956827](https://github.com/enesozturk/react-native-hold-menu/commit/59568273058830930c672c7e6e5659998867b965))

#### Documentations

- docs: update menu list examples ([979d151](https://github.com/enesozturk/react-native-hold-menu/commit/979d151147a5bd9de58ff694a85cd05ed68a700f))

## [v0.0.5](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.3...v0.0.5) - 2021-02-26

#### Improvements

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-native-hold-menu",
"version": "0.0.5",
"version": "0.0.6",
"description": "A performant, easy to use hold to open context menu for React Native powered by Reanimated.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 415dde1

Please sign in to comment.