Skip to content

Commit 1902e5f

Browse files
committed
chore: publish
- [email protected]
1 parent 3846426 commit 1902e5f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/create-react-native-library/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.31.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.31.0) (2023-07-12)
7+
8+
### Bug Fixes
9+
10+
* don't use deprecated package field in AndroidManifest on AGP >= 7.3 ([#420](https://github.com/callstack/react-native-builder-bob/issues/420)) ([3846426](https://github.com/callstack/react-native-builder-bob/commit/38464263682b50e6953cd968db2135fb961fd083)) - by @satya164
11+
12+
### Features
13+
14+
* bump node version to 18 ([#418](https://github.com/callstack/react-native-builder-bob/issues/418)) ([7fa4a76](https://github.com/callstack/react-native-builder-bob/commit/7fa4a763a742962db2861dee8be90053b5376270)) - by @atlj
15+
616
## [0.30.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.1) (2023-07-04)
717

818
### Bug Fixes

packages/create-react-native-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.30.1",
3+
"version": "0.31.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)