Skip to content

Commit 0691c04

Browse files
committed
1 parent 49a5777 commit 0691c04

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.5.4) (2025-03-27)
7+
8+
**Note:** Version bump only for package docs
9+
610
## [0.5.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.5.3) (2025-03-27)
711

812
### Bug Fixes

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.48.8](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.48.8) (2025-03-27)
7+
8+
### Bug Fixes
9+
10+
- align @types/react version between example and root project ([49a5777](https://github.com/callstack/react-native-builder-bob/commit/49a57771ce0ffb98a2a00b8a79c077c826bc66fc)), closes [#782](https://github.com/callstack/react-native-builder-bob/issues/782) - by @satya164
11+
612
## [0.48.7](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.48.7) (2025-03-27)
713

814
### 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.48.7",
3+
"version": "0.48.8",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)