Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a32bcdf

Browse files
committed
Release 1.0.2
1 parent 4c3ef36 commit a32bcdf

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
node_modules/
99
npm-debug.log
1010
yarn-error.log
11-
1211

1312
# Xcode
1413
#
@@ -29,7 +28,7 @@ DerivedData
2928
*.ipa
3029
*.xcuserstate
3130
project.xcworkspace
32-
31+
3332

3433
# Android/IntelliJ
3534
#
@@ -43,4 +42,6 @@ local.properties
4342
buck-out/
4443
\.buckd/
4544
*.keystore
46-
45+
46+
47+
.env

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jsconfig.json
2323
.opensource
2424
.circleci
2525
.eslintignore
26+
.env
2627
codecov.yml
2728

2829
# Example

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.2 (2019-03-13)
2+
3+
### Fixes
4+
5+
* Fix missing react peer dependency
6+
17
# 1.0.1 (2019-03-13)
28

39
### Features

0 commit comments

Comments
 (0)