Skip to content

Commit 21e9965

Browse files
chore(release): 4.0.3 [skip ci]
## [4.0.3](v4.0.2...v4.0.3) (2022-08-30) ### Bug Fixes * **Divider:** Improved styles ([fb0aece](fb0aece))
1 parent 28df5d2 commit 21e9965

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.3](https://github.com/BlueBaseJS/plugin-react-native-paper/compare/v4.0.2...v4.0.3) (2022-08-30)
2+
3+
### Bug Fixes
4+
5+
- **Divider:** Improved styles ([fb0aece](https://github.com/BlueBaseJS/plugin-react-native-paper/commit/fb0aece))
6+
17
## [4.0.2](https://github.com/BlueBaseJS/plugin-react-native-paper/compare/v4.0.1...v4.0.2) (2022-08-30)
28

39
### Bug Fixes

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": "4.0.2",
5+
"version": "4.0.3",
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 = '4.0.2';
3-
export const VERSION_NUMBER = 400002000;
2+
export const VERSION = '4.0.3';
3+
export const VERSION_NUMBER = 400003000;

0 commit comments

Comments
 (0)