Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-B-06 committed Aug 30, 2020
1 parent e6195c3 commit 7d84a78
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.2 (2020-08-30)


### Features

* :alien: Added assets to example project ([2dc6d1e](https://github.com/timelessco/react-native-reanimated-switch/commit/2dc6d1e38548e898886addfceb1bf021d5f73811))
* :fire: Updated Example Project ([6a0e016](https://github.com/timelessco/react-native-reanimated-switch/commit/6a0e016dd9119364c22cc6190125e4073af299c3))
* :pencil: Added README.md ([73dbddc](https://github.com/timelessco/react-native-reanimated-switch/commit/73dbddcc30b27214f476985c80a8875330d05849))
* :pencil: Updated README.md ([5a71e1f](https://github.com/timelessco/react-native-reanimated-switch/commit/5a71e1f622402fa12474dd002943e41c8ddffc97))
* :sparkles: Added Example app to try Switch Component ([d2a563c](https://github.com/timelessco/react-native-reanimated-switch/commit/d2a563c6199fc2628a46c2954494141c16858182))
* :tada: Initial release v0.0.1 ([6d5b557](https://github.com/timelessco/react-native-reanimated-switch/commit/6d5b557486b68aad0d358c6d90381953a3c9b562))
* :zap: Added memoized callback and value prop to switch component ([50153a5](https://github.com/timelessco/react-native-reanimated-switch/commit/50153a5841faf9d32eaa623669b0b913976ef85c))


### Bug Fixes

* :bug: Added isRequired for value prop ([06338fc](https://github.com/timelessco/react-native-reanimated-switch/commit/06338fcb53d281e4ca8de8ff3bcbd1934d2362e7))
* :lock: updated peer dependencies ([044565b](https://github.com/timelessco/react-native-reanimated-switch/commit/044565b9b13a3535e9b7607674e6b274a80a2aa0))

### 0.0.1 (2020-08-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-reanimated-switch",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple reanimated switch for iOS and Android",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7d84a78

Please sign in to comment.