Skip to content

Commit 11f9c5a

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2020-08-07) ### Features * **TablePagination:** Implemented as per spec ([9ae4935](9ae4935))
1 parent a70b4ad commit 11f9c5a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
# [3.0.0](https://github.com/BlueBaseJS/plugin-react-native-paper/compare/v2.4.0...v3.0.0) (2020-08-04)
28

39
### chore

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-native-paper",
33
"description": "React Native Paper comes to BlueBase!",
44
"author": "BlueEast Team <code@blueeast.com>",
5-
"version": "3.0.0",
5+
"version": "3.1.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 = '3.0.0';
3-
export const VERSION_NUMBER = 300000000;
2+
export const VERSION = '3.1.0';
3+
export const VERSION_NUMBER = 301000000;

0 commit comments

Comments
 (0)