Skip to content

Commit

Permalink
chore(release): 3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.8.0](v3.7.0...v3.8.0) (2020-05-19)

### Features

* Add destructiveColor option ([#171](#171)) ([5549e36](5549e36))
* Improvements to Android accessibility ([#168](#168)) ([b605fb8](b605fb8))
  • Loading branch information
semantic-release-bot committed May 19, 2020
1 parent 5549e36 commit d0cf2b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# [3.8.0](https://github.com/expo/react-native-action-sheet/compare/v3.7.0...v3.8.0) (2020-05-19)


### Features

* Add destructiveColor option ([#171](https://github.com/expo/react-native-action-sheet/issues/171)) ([5549e36](https://github.com/expo/react-native-action-sheet/commit/5549e36a92d8afcc0ce2bf6a601e83209b5ce080))
* Improvements to Android accessibility ([#168](https://github.com/expo/react-native-action-sheet/issues/168)) ([b605fb8](https://github.com/expo/react-native-action-sheet/commit/b605fb8a3b6421c244f7f18d934bb5ea0753d461))

# [3.7.0](https://github.com/expo/react-native-action-sheet/compare/v3.6.0...v3.7.0) (2020-05-06)


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": "@expo/react-native-action-sheet",
"version": "3.7.0",
"version": "3.8.0",
"description": "A cross-platform ActionSheet for React Native",
"react-native": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit d0cf2b8

Please sign in to comment.