Skip to content

Commit 824706a

Browse files
v0.2.1
1 parent 0f4168f commit 824706a

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

CHANGELOG.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# Change Log
22

3+
## 0.2.1 (Apr 17, 2017)
4+
5+
## Patches
6+
7+
- Set an id to container view in ReactActivity [(#93)](https://github.com/airbnb/native-navigation/pull/93)
8+
39
## 0.2.0 (Apr 17, 2017)
410

511
## New Features
612

7-
- Cleanup warnings, implement some tab/tabbar props [(#74)](https://github.com/airbnb/native-navigation/pull/91)
8-
9-
- Translucent fragments [(#69)](https://github.com/airbnb/native-navigation/pull/91)
13+
- Cleanup warnings, implement some tab/tabbar props [(#74)](https://github.com/airbnb/native-navigation/pull/74)
1014

11-
- Translucent fragments [(#69)](https://github.com/airbnb/native-navigation/pull/91)
15+
- Translucent fragments [(#69)](https://github.com/airbnb/native-navigation/pull/69)
1216

13-
- Use the same container for all Fragments [(#50)](https://github.com/airbnb/native-navigation/pull/91)
17+
- Use the same container for all Fragments [(#50)](https://github.com/airbnb/native-navigation/pull/50)
1418

15-
- Encapsulate a back stack in a data class [(#47)](https://github.com/airbnb/native-navigation/pull/91)
19+
- Encapsulate a back stack in a data class [(#47)](https://github.com/airbnb/native-navigation/pull/47)
1620

1721

1822
## Patches
@@ -21,13 +25,13 @@
2125

2226
- Use correct event prefix on android [(#89)](https://github.com/airbnb/native-navigation/pull/89)
2327

24-
- Use gradle provided RN instead of specific version [(#88)](https://github.com/airbnb/native-navigation/pull/91)
28+
- Use gradle provided RN instead of specific version [(#88)](https://github.com/airbnb/native-navigation/pull/88)
2529

26-
- Updated the ColorStateList for Tab Bars containing less then 4 tabs [(#71)](https://github.com/airbnb/native-navigation/pull/91)
30+
- Updated the ColorStateList for Tab Bars containing less then 4 tabs [(#71)](https://github.com/airbnb/native-navigation/pull/71)
2731

28-
- De-register onReactContextInitialized listener after first run [(#58)](https://github.com/airbnb/native-navigation/pull/91)
32+
- De-register onReactContextInitialized listener after first run [(#58)](https://github.com/airbnb/native-navigation/pull/58)
2933

30-
- Remove clown town dispatch asyncs [(#39)](https://github.com/airbnb/native-navigation/pull/91)
34+
- Remove clown town dispatch asyncs [(#39)](https://github.com/airbnb/native-navigation/pull/39)
3135

3236

3337
## 0.1.0 (Mar 13, 2017)

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-navigation",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Native Navigation for React Native",
55
"main": "index.js",
66
"scripts": {
@@ -15,8 +15,6 @@
1515
"build:ios": "bundle install --binstubs ./examples/ios && bundle exec pod install --project-directory=./example/ios/",
1616
"build:android": "./gradlew :native-navigation:assembleDebug",
1717
"ci": "npm run lint",
18-
"prepublish": "npm run build",
19-
"postpublish": "npm run publish:pod && npm run publish:maven",
2018
"publish:pod": "exit 0",
2119
"publish:maven": "exit 0",
2220
"publish:mavenold": "cd lib/android/ && ./gradlew clean check uploadArchives && cd -",

0 commit comments

Comments
 (0)