File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.1.0] ( https://github.com/BlueBaseJS/plugin-react-native-paper/compare/v3.0.0...v3.1.0 ) (2020-08-07)
2
+
3
+ ### Features
4
+
5
+ - ** TablePagination:** Implemented as per spec ([ 9ae4935] ( https://github.com/BlueBaseJS/plugin-react-native-paper/commit/9ae4935 ) )
6
+
1
7
# [ 3.0.0] ( https://github.com/BlueBaseJS/plugin-react-native-paper/compare/v2.4.0...v3.0.0 ) (2020-08-04)
2
8
3
9
### chore
Original file line number Diff line number Diff line change 2
2
"name" : " @bluebase/plugin-react-native-paper" ,
3
3
"description" : " React Native Paper comes to BlueBase!" ,
4
4
"author" : " BlueEast Team <code@blueeast.com>" ,
5
- "version" : " 3.0 .0" ,
5
+ "version" : " 3.1 .0" ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
8
8
"module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
- export const VERSION = '3.0 .0' ;
3
- export const VERSION_NUMBER = 300000000 ;
2
+ export const VERSION = '3.1 .0' ;
3
+ export const VERSION_NUMBER = 301000000 ;
You can’t perform that action at this time.
0 commit comments