Skip to content

Commit 6d48dfb

Browse files
chore(release): 3.0.0-alpha.2 [skip ci]
# [3.0.0-alpha.2](v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-09-13) ### Bug Fixes * Fixed nested route paths ([f27d9e0](f27d9e0)) * Fixed nested route paths ([898e1ae](898e1ae)) ### Features * Linking prop is customizable via configs ([08dbe76](08dbe76))
1 parent 69ee045 commit 6d48dfb

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [3.0.0-alpha.2](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-09-13)
2+
3+
### Bug Fixes
4+
5+
* Fixed nested route paths ([f27d9e0](https://github.com/BlueBaseJS/plugin-react-navigation/commit/f27d9e088ba2342392a7f306fae3aaf105aa86f8))
6+
* Fixed nested route paths ([898e1ae](https://github.com/BlueBaseJS/plugin-react-navigation/commit/898e1aebb33c552362d2f90a2d9882155eb82f79))
7+
8+
### Features
9+
10+
* Linking prop is customizable via configs ([08dbe76](https://github.com/BlueBaseJS/plugin-react-navigation/commit/08dbe76062ca6e32755a215e862ba2f0bb5e0923))
11+
112
# [3.0.0-alpha.1](https://github.com/BlueBaseJS/plugin-react-navigation/compare/v2.0.0...v3.0.0-alpha.1) (2022-04-30)
213

314
### 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": "3.0.0-alpha.1",
5+
"version": "3.0.0-alpha.2",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"module": "dist/index.js",

src/version.ts

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

0 commit comments

Comments
 (0)