Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Aug 9, 2024
1 parent bf8f361 commit 945ced3
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.11.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.2...v0.11.0) (2024-08-09)


### Features

* add ios destination platform enrichment to work with rosetta ([bf8f361](https://github.com/xtreamsrl/react-native-build-hub/commit/bf8f361857f8d943bbb19e5af1e2611e578210da))





## [0.10.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.1...v0.10.2) (2024-05-08)

**Note:** Version bump only for package @rn-buildhub/workspace
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.10.2",
"version": "0.11.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.11.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.2...v0.11.0) (2024-08-09)


### Features

* add ios destination platform enrichment to work with rosetta ([bf8f361](https://github.com/xtreamsrl/react-native-build-hub/commit/bf8f361857f8d943bbb19e5af1e2611e578210da))





## [0.10.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.1...v0.10.2) (2024-05-08)

**Note:** Version bump only for package @rn-buildhub/cli
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.10.2",
"version": "0.11.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.11.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.2...v0.11.0) (2024-08-09)

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





# [0.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20)

**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.10.0",
"version": "0.11.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.11.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.2...v0.11.0) (2024-08-09)

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





# [0.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20)

**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.10.0",
"version": "0.11.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.11.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.2...v0.11.0) (2024-08-09)

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





# [0.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20)

**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.10.0",
"version": "0.11.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.11.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.2...v0.11.0) (2024-08-09)

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





# [0.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20)

**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.10.0",
"version": "0.11.0",
"description": "S3 storage for @rn-buildhub/storage-interface",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 945ced3

Please sign in to comment.