Skip to content

Commit 19d922d

Browse files
committed
v0.7.2
1 parent 890b4a9 commit 19d922d

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.1...v0.7.2) (2023-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* update ios platform detection ([890b4a9](https://github.com/xtreamsrl/react-native-build-hub/commit/890b4a9393d06fcf6af47b4b876d68e741249257))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13)
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.1",
3+
"version": "0.7.2",
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.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.1...v0.7.2) (2023-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* update ios platform detection ([890b4a9](https://github.com/xtreamsrl/react-native-build-hub/commit/890b4a9393d06fcf6af47b4b876d68e741249257))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.7.0...v0.7.1) (2023-11-13)
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.1",
3+
"version": "0.7.2",
44
"description": "React Native CLI that caches native builds and speedup your development and release cycle",
55
"author": "Luca Micieli",
66
"bin": {

0 commit comments

Comments
 (0)