Skip to content

Commit 674ccc1

Browse files
committed
chore: publish
- docs@0.6.11 - create-react-native-library@0.56.0
1 parent c14e26c commit 674ccc1

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.6.11](https://github.com/callstack/react-native-builder-bob/compare/docs@0.6.10...docs@0.6.11) (2025-12-10)
7+
8+
**Note:** Version bump only for package docs
9+
610
## [0.6.10](https://github.com/callstack/react-native-builder-bob/compare/docs@0.6.9...docs@0.6.10) (2025-11-24)
711

812
**Note:** Version bump only for package docs

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.56.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.55.3...create-react-native-library@0.56.0) (2025-12-10)
7+
8+
### Bug Fixes
9+
10+
- fix broken nitro view template ([4c80678](https://github.com/callstack/react-native-builder-bob/commit/4c806787f0e8890cd965103dc9234bb5c6ca093e)) - by @satya164
11+
- fix configuring turborepo ([191f3a5](https://github.com/callstack/react-native-builder-bob/commit/191f3a56f3cf11e84b0ba5c1fa240c413975b127)) - by @satya164
12+
13+
### Features
14+
15+
- bump react native to 0.83 ([#916](https://github.com/callstack/react-native-builder-bob/issues/916)) ([c14e26c](https://github.com/callstack/react-native-builder-bob/commit/c14e26c57eb4bb958d03f0d934118b2676e88e13)) - by @satya164
16+
617
## [0.55.3](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.55.2...create-react-native-library@0.55.3) (2025-12-10)
718

819
### Bug Fixes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.55.3",
3+
"version": "0.56.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)