Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Dec 22, 2023
1 parent a7f0777 commit 69ffcdf
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.0...v0.10.1) (2023-12-22)


### Bug Fixes

* add base terminal guessing function to launch metro ([a7f0777](https://github.com/xtreamsrl/react-native-build-hub/commit/a7f0777fedc991eff4d2179ac41510068ad32e19))
* update for new rn 73 ([87fbf80](https://github.com/xtreamsrl/react-native-build-hub/commit/87fbf8059d3762d1b7d1b2424dcb3204e65ca7fc))
* update metro manager path ([94e0b89](https://github.com/xtreamsrl/react-native-build-hub/commit/94e0b8990c184fccfb6ac4a87544fc70998347f4))





# [0.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.10.0",
"version": "0.10.1",
"npmClient": "pnpm",
"conventionalCommits": true,
"stream": true,
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.0...v0.10.1) (2023-12-22)


### Bug Fixes

* add base terminal guessing function to launch metro ([a7f0777](https://github.com/xtreamsrl/react-native-build-hub/commit/a7f0777fedc991eff4d2179ac41510068ad32e19))
* update for new rn 73 ([87fbf80](https://github.com/xtreamsrl/react-native-build-hub/commit/87fbf8059d3762d1b7d1b2424dcb3204e65ca7fc))
* update metro manager path ([94e0b89](https://github.com/xtreamsrl/react-native-build-hub/commit/94e0b8990c184fccfb6ac4a87544fc70998347f4))





# [0.10.0](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.9.0...v0.10.0) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-buildhub/cli",
"version": "0.10.0",
"version": "0.10.1",
"description": "React Native CLI that caches native builds and speedup your development and release cycle",
"author": "Luca Micieli",
"bin": {
Expand Down

0 comments on commit 69ffcdf

Please sign in to comment.