Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Nov 18, 2023
1 parent ad89da9 commit 265ec09
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.7.2",
"version": "0.8.0",
"npmClient": "pnpm",
"conventionalCommits": true,
"stream": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-azure/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-gcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/storage-interface/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-s3/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 265ec09

Please sign in to comment.