Skip to content

Commit 461404e

Browse files
committed
v0.13.0
1 parent 88367ac commit 461404e

File tree

12 files changed

+60
-6
lines changed

12 files changed

+60
-6
lines changed

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.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)
7+
8+
9+
### Features
10+
11+
* add support for xcode 16 arch arg in run ([88367ac](https://github.com/xtreamsrl/react-native-build-hub/commit/88367ac3e99722a2d4f1a26353b4b6d91a342740))
12+
13+
14+
15+
16+
617
# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"npmClient": "pnpm",
55
"conventionalCommits": true,
66
"stream": true,

packages/cli/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.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)
7+
8+
9+
### Features
10+
11+
* add support for xcode 16 arch arg in run ([88367ac](https://github.com/xtreamsrl/react-native-build-hub/commit/88367ac3e99722a2d4f1a26353b4b6d91a342740))
12+
13+
14+
15+
16+
617
# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)
718

819

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/cli",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "React Native CLI that caches native builds and speedup your development and release cycle",
55
"author": "Luca Micieli",
66
"bin": {

packages/storage-azure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)
7+
8+
**Note:** Version bump only for package @rn-buildhub/azure-storage
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)
715

816
**Note:** Version bump only for package @rn-buildhub/azure-storage

packages/storage-azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/azure-storage",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Azure Storage implementation for @rn-buildhub/storage-interface",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/storage-gcp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)
7+
8+
**Note:** Version bump only for package @rn-buildhub/gcp-storage
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)
715

816
**Note:** Version bump only for package @rn-buildhub/gcp-storage

packages/storage-gcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/gcp-storage",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Google Cloud Storage implementation of @rn-buildhub/storage-interface",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/storage-interface/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)
7+
8+
**Note:** Version bump only for package @rn-buildhub/storage-interface
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)
715

816
**Note:** Version bump only for package @rn-buildhub/storage-interface

packages/storage-interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/storage-interface",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)