Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Aug 7, 2021
1 parent d40397c commit 81003d2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
50 changes: 30 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,62 @@
# Changelog

## [v0.1.0](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.8...v0.1.0)
## [v0.1.1](https://github.com/enesozturk/react-native-hold-menu/compare/v0.1.0...v0.1.1)

#### Fixes

([#39](https://github.com/enesozturk/react-native-hold-menu/issues/39)):

- Fix spread operator usage
- Refactor Menu Item component
- Optional icon component

## [v0.1.0](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.8...v0.1.0) - 2021-05-15

#### Features

- feat: Add Tap and Double Tap Support ([fd1ad65](https://github.com/enesozturk/react-native-hold-menu-dev/commit/fd1ad653cad4f1f3a212eedda5a4d87f54077510)).
- feat: Add Tap and Double Tap Support ([fd1ad65](https://github.com/enesozturk/react-native-hold-menu/commit/fd1ad653cad4f1f3a212eedda5a4d87f54077510)).

#### Improvements

- chore: replace react-native-haptic-feedback with expo-haptics ([5fcc0b2](https://github.com/enesozturk/react-native-hold-menu-dev/commit/5fcc0b2b144b9ea93debafe05f80a244b91d1c99)).
- chore: replace react-native-haptic-feedback with expo-haptics ([5fcc0b2](https://github.com/enesozturk/react-native-hold-menu/commit/5fcc0b2b144b9ea93debafe05f80a244b91d1c99)).

#### Fixes

- fix: disable calling animations again when they are already active ([e1848dc](https://github.com/enesozturk/react-native-hold-menu-dev/commit/e1848dca63f46c5ed50685a78471e043c9aba2c3)).
- fix: disable calling animations again when they are already active ([e1848dc](https://github.com/enesozturk/react-native-hold-menu/commit/e1848dca63f46c5ed50685a78471e043c9aba2c3)).

## [v0.0.8](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.7...v0.0.8) - 2021-03-05
## [v0.0.8](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.7...v0.0.8) - 2021-03-05

#### Improvements

- chore: update destructive text colors ([715e70f](https://github.com/enesozturk/react-native-hold-menu-dev/commit/715e70f9bb86cf74146029cb5f41c81d321663d9)).
- chore: update destructive text colors ([715e70f](https://github.com/enesozturk/react-native-hold-menu/commit/715e70f9bb86cf74146029cb5f41c81d321663d9)).

#### Documentations

- docs: update website with example usages and readme ([03da41a](https://github.com/enesozturk/react-native-hold-menu-dev/commit/03da41abd2958c791b933d3e45a0380dcb5b5131)).
- docs: update footer and docs ([39c53bb](https://github.com/enesozturk/react-native-hold-menu-dev/commit/39c53bb59718184b383f303aa4be1abe749a905e)).
- docs: update website with example usages and readme ([03da41a](https://github.com/enesozturk/react-native-hold-menu/commit/03da41abd2958c791b933d3e45a0380dcb5b5131)).
- docs: update footer and docs ([39c53bb](https://github.com/enesozturk/react-native-hold-menu/commit/39c53bb59718184b383f303aa4be1abe749a905e)).

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

#### Improvements

- chore: update playground example ([928c5c8](https://github.com/enesozturk/react-native-hold-menu-dev/commit/928c5c82b76740a8741fc8eae625e7c613d7ca9c)).
- chore: release v0.0.7 ([50a5e5d](https://github.com/enesozturk/react-native-hold-menu-dev/commit/50a5e5d37d960be1de36d47db3edba98c674ad87)).
- chore: consider font scale for menu item text ([c17327d](https://github.com/enesozturk/react-native-hold-menu-dev/commit/c17327d51e22efa42f8ac702afc93e6213064d0c)).
- chore: update playground example ([928c5c8](https://github.com/enesozturk/react-native-hold-menu/commit/928c5c82b76740a8741fc8eae625e7c613d7ca9c)).
- chore: release v0.0.7 ([50a5e5d](https://github.com/enesozturk/react-native-hold-menu/commit/50a5e5d37d960be1de36d47db3edba98c674ad87)).
- chore: consider font scale for menu item text ([c17327d](https://github.com/enesozturk/react-native-hold-menu/commit/c17327d51e22efa42f8ac702afc93e6213064d0c)).

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

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

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

#### Improvements

- chore: update type names and exports ([a1bfe66](https://github.com/enesozturk/react-native-hold-menu-dev/commit/a1bfe66aced64e0498598c00f305e989fc0e0062)).
- chore: update changelog templates ([f3eac2e](https://github.com/enesozturk/react-native-hold-menu-dev/commit/f3eac2e8b5d380d2119ed77803f815969978f2eb)).
- chore: downgrade gesture handler to 1.8 ([0f67e72](https://github.com/enesozturk/react-native-hold-menu-dev/commit/0f67e72311ea176ce68ef9e013fa07434593e145)).
- chore: update type names and exports ([a1bfe66](https://github.com/enesozturk/react-native-hold-menu/commit/a1bfe66aced64e0498598c00f305e989fc0e0062)).
- chore: update changelog templates ([f3eac2e](https://github.com/enesozturk/react-native-hold-menu/commit/f3eac2e8b5d380d2119ed77803f815969978f2eb)).
- chore: downgrade gesture handler to 1.8 ([0f67e72](https://github.com/enesozturk/react-native-hold-menu/commit/0f67e72311ea176ce68ef9e013fa07434593e145)).

## v0.0.3 - 2021-02-25
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.1.0",
"version": "0.1.1",
"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

2 comments on commit 81003d2

@llr101
Copy link
Contributor

@llr101 llr101 commented on 81003d2 Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry to bother you, but can you update npm? Thank you very much !!!!!

@enesozturk
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahahh @booyeu, I am doing this all second time. thanks for letting me know 🙌🏽

Please sign in to comment.