Skip to content

Commit

Permalink
chore(release): 4.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.3](v4.2.2...v4.2.3) (2024-05-05)

### Bug Fixes

* **MenuItem:** Fixed icon position ([642d596](642d596))
  • Loading branch information
semantic-release-bot committed May 5, 2024
1 parent 9a1fbc4 commit 5f61114
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.2.3](https://github.com/BlueBaseJS/plugin-react-native-paper/compare/v4.2.2...v4.2.3) (2024-05-05)

### Bug Fixes

- **MenuItem:** Fixed icon position ([642d596](https://github.com/BlueBaseJS/plugin-react-native-paper/commit/642d596450d58d460837775b634fa28579615094))

## [4.2.2](https://github.com/BlueBaseJS/plugin-react-native-paper/compare/v4.2.1...v4.2.2) (2024-05-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bluebase/plugin-react-native-paper",
"description": "React Native Paper comes to BlueBase!",
"author": "BlueEast Team <code@blueeast.com>",
"version": "4.2.2",
"version": "4.2.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
export const VERSION = '4.2.2';
export const VERSION_NUMBER = 402002000;
export const VERSION = '4.2.3';
export const VERSION_NUMBER = 402003000;

0 comments on commit 5f61114

Please sign in to comment.