Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Oct 18, 2024
1 parent 88367ac commit 461404e
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)


### Features

* add support for xcode 16 arch arg in run ([88367ac](https://github.com/xtreamsrl/react-native-build-hub/commit/88367ac3e99722a2d4f1a26353b4b6d91a342740))





# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.12.0",
"version": "0.13.0",
"npmClient": "pnpm",
"conventionalCommits": true,
"stream": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)


### Features

* add support for xcode 16 arch arg in run ([88367ac](https://github.com/xtreamsrl/react-native-build-hub/commit/88367ac3e99722a2d4f1a26353b4b6d91a342740))





# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-buildhub/cli",
"version": "0.12.0",
"version": "0.13.0",
"description": "React Native CLI that caches native builds and speedup your development and release cycle",
"author": "Luca Micieli",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)

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





# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)

**Note:** Version bump only for package @rn-buildhub/azure-storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-buildhub/azure-storage",
"version": "0.12.0",
"version": "0.13.0",
"description": "Azure Storage implementation for @rn-buildhub/storage-interface",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)

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





# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)

**Note:** Version bump only for package @rn-buildhub/gcp-storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-buildhub/gcp-storage",
"version": "0.12.0",
"version": "0.13.0",
"description": "Google Cloud Storage implementation of @rn-buildhub/storage-interface",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)

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





# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)

**Note:** Version bump only for package @rn-buildhub/storage-interface
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-buildhub/storage-interface",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.12.0...v0.13.0) (2024-10-18)

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





# [0.12.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.11.0...v0.12.0) (2024-10-18)

**Note:** Version bump only for package @rn-buildhub/s3-storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-buildhub/s3-storage",
"version": "0.12.0",
"version": "0.13.0",
"description": "S3 storage for @rn-buildhub/storage-interface",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 461404e

Please sign in to comment.