File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments