Skip to content

Commit 162e6e4

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2020-09-18) ### Bug Fixes * **resolveRouteOptions:** Fixed wrong treatment of options prop ([bd212f4](bd212f4)) * Fixed wrong navigator selection for bottom-navigation ([fb27767](fb27767))
1 parent bd212f4 commit 162e6e4

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.1](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.4.0...v1.4.1) (2020-09-18)
2+
3+
### Bug Fixes
4+
5+
- **resolveRouteOptions:** Fixed wrong treatment of options prop ([bd212f4](https://github.com/BlueBaseJS/plugin-react-navigation/commit/bd212f4dc643f18c92db982462ff22074e041186))
6+
- Fixed wrong navigator selection for bottom-navigation ([fb27767](https://github.com/BlueBaseJS/plugin-react-navigation/commit/fb27767739180b638459215d0e0e552430aec0b7))
7+
18
# [1.4.0](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v1.3.0...v1.4.0) (2020-08-04)
29

310
### Features

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.4.0",
5+
"version": "1.4.1",
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.4.0';
3-
export const VERSION_NUMBER = 104000000;
2+
export const VERSION = '1.4.1';
3+
export const VERSION_NUMBER = 104001000;

0 commit comments

Comments
 (0)