diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cbff0..53133c9 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.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) + + +### Features + +* support ios 17 launch ([ad89da9](https://github.com/xtreamsrl/react-native-build-hub/commit/ad89da993b4f64b43dc3bb603d0eb9be3633fdb5)) + + + + + ## [0.7.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.1...v0.7.2) (2023-11-13) diff --git a/lerna.json b/lerna.json index a2b018b..48b24a7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.7.2", + "version": "0.8.0", "npmClient": "pnpm", "conventionalCommits": true, "stream": true, diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8bf6856..0c5a854 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.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) + + +### Features + +* support ios 17 launch ([ad89da9](https://github.com/xtreamsrl/react-native-build-hub/commit/ad89da993b4f64b43dc3bb603d0eb9be3633fdb5)) + + + + + ## [0.7.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.1...v0.7.2) (2023-11-13) diff --git a/packages/cli/package.json b/packages/cli/package.json index df441bd..509f8e5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/cli", - "version": "0.7.2", + "version": "0.8.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 2aa06d8..71193ff 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.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) + +**Note:** Version bump only for package @rn-buildhub/azure-storage + + + + + ## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13) **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 cc1b771..c006fbc 100644 --- a/packages/storage-azure/package.json +++ b/packages/storage-azure/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/azure-storage", - "version": "0.7.1", + "version": "0.8.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 a10edb0..22b4ed8 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.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) + +**Note:** Version bump only for package @rn-buildhub/gcp-storage + + + + + ## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13) **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 87df1c7..d0d4e0d 100644 --- a/packages/storage-gcp/package.json +++ b/packages/storage-gcp/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/gcp-storage", - "version": "0.7.1", + "version": "0.8.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 1175268..9705bc2 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.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) + +**Note:** Version bump only for package @rn-buildhub/storage-interface + + + + + ## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13) diff --git a/packages/storage-interface/package.json b/packages/storage-interface/package.json index 1abf666..f76f640 100644 --- a/packages/storage-interface/package.json +++ b/packages/storage-interface/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/storage-interface", - "version": "0.7.1", + "version": "0.8.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 decd446..9db8070 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.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) + +**Note:** Version bump only for package @rn-buildhub/s3-storage + + + + + ## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13) **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 fad3cf2..d0bf17d 100644 --- a/packages/storage-s3/package.json +++ b/packages/storage-s3/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/s3-storage", - "version": "0.7.1", + "version": "0.8.0", "description": "S3 storage for @rn-buildhub/storage-interface", "main": "dist/index.js", "module": "dist/index.js",