diff --git a/CHANGELOG.md b/CHANGELOG.md index cc901be1..630f21fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.0.0-rc.7](https://github.com/smallcase/react-native-smallcase-gateway/compare/v6.0.0-rc.6...v6.0.0-rc.7) (2025-07-09) + +## [6.0.0-rc.6](https://github.com/smallcase/react-native-smallcase-gateway/compare/v6.0.0-rc.5...v6.0.0-rc.6) (2025-07-09) + +## [6.0.0-rc.5](https://github.com/smallcase/react-native-smallcase-gateway/compare/v6.0.0-rc.4...v6.0.0-rc.5) (2025-07-09) + +## [6.0.0-rc.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2025-07-09) + +## [6.0.0-rc.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v6.0.0-rc.0...v6.0.0-rc.2) (2025-07-09) + +## [6.0.0-rc.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v6.0.0-rc.0...v6.0.0-rc.1) (2025-07-09) + +## [6.0.0-rc.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v5.1.0-rc.3...v6.0.0-rc.0) (2025-07-09) + + +### Features + +* **release:** add 'release:major:rc' script for prerelease management ([5602fa6](https://github.com/smallcase/react-native-smallcase-gateway/commit/5602fa62bf7f0e24d27353b2b93ebdfaea11466d)) + ## [5.1.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v5.1.0-rc.3...v5.1.0) (2025-07-07) ### [5.0.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v5.0.0...v5.0.1) (2025-05-05) diff --git a/package-lock.json b/package-lock.json index a56750b1..0462e150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-smallcase-gateway", - "version": "5.1.0", + "version": "6.0.0-rc.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-smallcase-gateway", - "version": "5.1.0", + "version": "6.0.0-rc.7", "license": "MIT", "dependencies": { "standard-version": "^9.5.0" diff --git a/package.json b/package.json index ad07d795..8427e137 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "5.1.0", + "version": "6.0.0-rc.7", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ @@ -32,7 +32,8 @@ "commit": "yarn cz", "release:minor": "standard-version --release-as minor", "release:patch": "standard-version --release-as patch", - "release:major": "standard-version --release-as major" + "release:major": "standard-version --release-as major", + "release:major:rc": "standard-version --release-as major --prerelease rc" }, "keywords": [ "react-native", diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index cb469644..7385b36a 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -33,6 +33,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '4.3.0' - s.dependency 'SCLoans', '4.0.0' + s.dependency 'SCGateway', '5.0.0-rc.4' + s.dependency 'SCLoans', '5.0.0-rc.4' end