Skip to content

Commit 8637c57

Browse files
committed
v0.7.1
1 parent 9eee550 commit 8637c57

File tree

12 files changed

+63
-6
lines changed

12 files changed

+63
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* update builds management to cover iphoneos builds ([9eee550](https://github.com/xtreamsrl/react-native-build-hub/commit/9eee550672df3c33d3e72505a5696c602f7ac19d))
12+
13+
14+
15+
16+
617
# 0.7.0 (2023-11-12)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"npmClient": "pnpm",
55
"conventionalCommits": true,
66
"stream": true,

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* update builds management to cover iphoneos builds ([9eee550](https://github.com/xtreamsrl/react-native-build-hub/commit/9eee550672df3c33d3e72505a5696c602f7ac19d))
12+
13+
14+
15+
16+
617
# 0.7.0 (2023-11-12)
718

819

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "React Native CLI that caches native builds and speedup your development and release cycle",
55
"author": "Luca Micieli",
66
"bin": {

packages/storage-azure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13)
7+
8+
**Note:** Version bump only for package @rn-buildhub/azure-storage
9+
10+
11+
12+
13+
614
# 0.7.0 (2023-11-12)
715

816

packages/storage-azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/azure-storage",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Azure Storage implementation for @rn-buildhub/storage-interface",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/storage-gcp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13)
7+
8+
**Note:** Version bump only for package @rn-buildhub/gcp-storage
9+
10+
11+
12+
13+
614
# 0.7.0 (2023-11-12)
715

816

packages/storage-gcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/gcp-storage",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Google Cloud Storage implementation of @rn-buildhub/storage-interface",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/storage-interface/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* update builds management to cover iphoneos builds ([9eee550](https://github.com/xtreamsrl/react-native-build-hub/commit/9eee550672df3c33d3e72505a5696c602f7ac19d))
12+
13+
14+
15+
16+
617
# 0.7.0 (2023-11-12)
718

819

packages/storage-interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rn-buildhub/storage-interface",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)