Skip to content

Commit

Permalink
chore: release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Mar 3, 2021
1 parent 0391747 commit 50a5e5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Changelog

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

#### 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
- chore: update playground example ([928c5c8](https://github.com/enesozturk/react-native-hold-menu-dev/commit/928c5c82b76740a8741fc8eae625e7c613d7ca9c)).
- chore: enable icon rendering with seperator item ([c4c386b](https://github.com/enesozturk/react-native-hold-menu/commit/c4c386b1d728916bca0798193b89f0871d1aa080).
- chore: consider font scale for menu item text ([c17327d](https://github.com/enesozturk/react-native-hold-menu-dev/commit/c17327d51e22efa42f8ac702afc93e6213064d0c)).
- chore: update background color configs for platforms ([0391747](https://github.com/enesozturk/react-native-hold-menu-dev/commit/03917471aba6a3339ebdd5de74b44cccdb97e38e)).

- fix: current and prev list comparisons of menu lists ([5956827](https://github.com/enesozturk/react-native-hold-menu/commit/59568273058830930c672c7e6e5659998867b965))
## [v0.0.6](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.5...v0.0.6) - 2021-03-03

#### Documentations
#### Improvements

- docs: update menu list examples ([979d151](https://github.com/enesozturk/react-native-hold-menu/commit/979d151147a5bd9de58ff694a85cd05ed68a700f))
- 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)).

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

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.6",
"version": "0.0.7",
"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 50a5e5d

Please sign in to comment.