From 88d5010ebcb2781c7509ed4a78632caff30500a6 Mon Sep 17 00:00:00 2001 From: Luca Micieli Date: Wed, 6 Dec 2023 08:49:27 +0100 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- packages/storage-azure/CHANGELOG.md | 8 ++++++++ packages/storage-azure/package.json | 2 +- packages/storage-gcp/CHANGELOG.md | 8 ++++++++ packages/storage-gcp/package.json | 2 +- packages/storage-interface/CHANGELOG.md | 8 ++++++++ packages/storage-interface/package.json | 2 +- packages/storage-s3/CHANGELOG.md | 8 ++++++++ packages/storage-s3/package.json | 2 +- 12 files changed, 60 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53133c9..9daa587 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.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) + + +### Features + +* support ios configuration ([e683cd5](https://github.com/xtreamsrl/react-native-build-hub/commit/e683cd5e51330d475db2e68ab62623c10c87d93c)) + + + + + # [0.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) diff --git a/lerna.json b/lerna.json index 48b24a7..387d2d7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.8.0", + "version": "0.9.0", "npmClient": "pnpm", "conventionalCommits": true, "stream": true, diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0c5a854..239adee 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.9.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.8.0...v0.9.0) (2023-12-06) + + +### Features + +* support ios configuration ([e683cd5](https://github.com/xtreamsrl/react-native-build-hub/commit/e683cd5e51330d475db2e68ab62623c10c87d93c)) + + + + + # [0.8.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.2...v0.8.0) (2023-11-18) diff --git a/packages/cli/package.json b/packages/cli/package.json index 509f8e5..f79908e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/cli", - "version": "0.8.0", + "version": "0.9.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 71193ff..95eec77 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.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 + + + + + # [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 diff --git a/packages/storage-azure/package.json b/packages/storage-azure/package.json index c006fbc..1b64140 100644 --- a/packages/storage-azure/package.json +++ b/packages/storage-azure/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/azure-storage", - "version": "0.8.0", + "version": "0.9.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 22b4ed8..46fd3ed 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.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 + + + + + # [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 diff --git a/packages/storage-gcp/package.json b/packages/storage-gcp/package.json index d0d4e0d..a02b3fa 100644 --- a/packages/storage-gcp/package.json +++ b/packages/storage-gcp/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/gcp-storage", - "version": "0.8.0", + "version": "0.9.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 9705bc2..d8bc1b4 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.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 + + + + + # [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 diff --git a/packages/storage-interface/package.json b/packages/storage-interface/package.json index f76f640..a740eb3 100644 --- a/packages/storage-interface/package.json +++ b/packages/storage-interface/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/storage-interface", - "version": "0.8.0", + "version": "0.9.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 9db8070..81307f3 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.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 + + + + + # [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 diff --git a/packages/storage-s3/package.json b/packages/storage-s3/package.json index d0bf17d..fede2db 100644 --- a/packages/storage-s3/package.json +++ b/packages/storage-s3/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/s3-storage", - "version": "0.8.0", + "version": "0.9.0", "description": "S3 storage for @rn-buildhub/storage-interface", "main": "dist/index.js", "module": "dist/index.js",