diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daa587..d999a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20) + + +### Features + +* allow run to be executed without project ([42b31a2](https://github.com/xtreamsrl/react-native-build-hub/commit/42b31a24c16bd0d119f20c89332c31749d98b8ec)) + + + + + # [0.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) diff --git a/lerna.json b/lerna.json index 387d2d7..de71726 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.9.0", + "version": "0.10.0", "npmClient": "pnpm", "conventionalCommits": true, "stream": true, diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 239adee..105b9e6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20) + + +### Features + +* allow run to be executed without project ([42b31a2](https://github.com/xtreamsrl/react-native-build-hub/commit/42b31a24c16bd0d119f20c89332c31749d98b8ec)) + + + + + # [0.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) diff --git a/packages/cli/package.json b/packages/cli/package.json index f79908e..d94c77e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/cli", - "version": "0.9.0", + "version": "0.10.0", "description": "React Native CLI that caches native builds and speedup your development and release cycle", "author": "Luca Micieli", "bin": { diff --git a/packages/storage-azure/CHANGELOG.md b/packages/storage-azure/CHANGELOG.md index 95eec77..c192238 100644 --- a/packages/storage-azure/CHANGELOG.md +++ b/packages/storage-azure/CHANGELOG.md @@ -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.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 + + + + + # [0.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) **Note:** Version bump only for package @rn-buildhub/azure-storage diff --git a/packages/storage-azure/package.json b/packages/storage-azure/package.json index 1b64140..97a45cd 100644 --- a/packages/storage-azure/package.json +++ b/packages/storage-azure/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/azure-storage", - "version": "0.9.0", + "version": "0.10.0", "description": "Azure Storage implementation for @rn-buildhub/storage-interface", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/storage-gcp/CHANGELOG.md b/packages/storage-gcp/CHANGELOG.md index 46fd3ed..efdbc98 100644 --- a/packages/storage-gcp/CHANGELOG.md +++ b/packages/storage-gcp/CHANGELOG.md @@ -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.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 + + + + + # [0.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) **Note:** Version bump only for package @rn-buildhub/gcp-storage diff --git a/packages/storage-gcp/package.json b/packages/storage-gcp/package.json index a02b3fa..698aa45 100644 --- a/packages/storage-gcp/package.json +++ b/packages/storage-gcp/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/gcp-storage", - "version": "0.9.0", + "version": "0.10.0", "description": "Google Cloud Storage implementation of @rn-buildhub/storage-interface", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/storage-interface/CHANGELOG.md b/packages/storage-interface/CHANGELOG.md index d8bc1b4..ace011d 100644 --- a/packages/storage-interface/CHANGELOG.md +++ b/packages/storage-interface/CHANGELOG.md @@ -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.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 + + + + + # [0.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) **Note:** Version bump only for package @rn-buildhub/storage-interface diff --git a/packages/storage-interface/package.json b/packages/storage-interface/package.json index a740eb3..36bba71 100644 --- a/packages/storage-interface/package.json +++ b/packages/storage-interface/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/storage-interface", - "version": "0.9.0", + "version": "0.10.0", "description": "", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/storage-s3/CHANGELOG.md b/packages/storage-s3/CHANGELOG.md index 81307f3..d45f31f 100644 --- a/packages/storage-s3/CHANGELOG.md +++ b/packages/storage-s3/CHANGELOG.md @@ -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.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 + + + + + # [0.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) **Note:** Version bump only for package @rn-buildhub/s3-storage diff --git a/packages/storage-s3/package.json b/packages/storage-s3/package.json index fede2db..c23580b 100644 --- a/packages/storage-s3/package.json +++ b/packages/storage-s3/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/s3-storage", - "version": "0.9.0", + "version": "0.10.0", "description": "S3 storage for @rn-buildhub/storage-interface", "main": "dist/index.js", "module": "dist/index.js",