Skip to content

Commit 0f42377

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2020-07-25) ### Bug Fixes * Fix Navigator unmounting on theme change ([b239a83](b239a83)) ### Features * **package:** Updated packages ([855f368](855f368))
1 parent 0d04227 commit 0f42377

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.2.0](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.1.0...v1.2.0) (2020-07-25)
2+
3+
### Bug Fixes
4+
5+
- Fix Navigator unmounting on theme change ([b239a83](https://github.com/BlueBaseJS/plugin-react-navigation/commit/b239a83aa4f1e383667a8c6d4b9f05fffd19d9f6))
6+
7+
### Features
8+
9+
- **package:** Updated packages ([855f368](https://github.com/BlueBaseJS/plugin-react-navigation/commit/855f368bff770df5dc70003e18f602f4b02772cd))
10+
111
# [1.1.0](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.0.2...v1.1.0) (2020-02-10)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bluebase/plugin-react-navigation",
33
"description": "Use React Navigation in BlueBase apps!",
44
"author": "BlueEast Team <code@blueeast.com>",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"module": "dist/index.js",

src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2-
export const VERSION = '1.1.0';
3-
export const VERSION_NUMBER = 101000000;
2+
export const VERSION = '1.2.0';
3+
export const VERSION_NUMBER = 102000000;

0 commit comments

Comments
 (0)