diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca62ab9..9f9e226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ on: pull_request: branches: - main + pull_request_target: + branches: - development push: branches: diff --git a/CHANGES.txt b/CHANGES.txt index d101c93..08978ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 0.7.1 (October XX, 2023) + - Added support for MacOS and TvOS platforms (Related to issue https://github.com/splitio/react-native-client/issues/63). - Added `defaultTreatment` property to the `SplitView` object returned by the `split` and `splits` methods of the SDK manager (Related to issue https://github.com/splitio/javascript-commons/issues/225). - Updated @splitsoftware/splitio-commons package to version 1.10.0 that includes vulnerability fixes, and adds the `defaultTreatment` property to the `SplitView` object. - Updated react-native dependency to version 0.72.6 for vulnerability fixes and validation. diff --git a/RNSplit.podspec b/RNSplit.podspec index 2024ced..c7541d8 100644 --- a/RNSplit.podspec +++ b/RNSplit.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = package["author"] s.license = package["license"] s.homepage = package["homepage"] - s.platform = :ios, "9.0" + s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.11" } s.source = { :git => "https://github.com/splitio/react-native-client.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.dependency "React" diff --git a/package-lock.json b/package-lock.json index 4a5d661..36ac879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@splitsoftware/splitio-react-native", - "version": "0.7.0", + "version": "0.7.1-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@splitsoftware/splitio-react-native", - "version": "0.7.0", + "version": "0.7.1-rc.1", "license": "Apache-2.0", "dependencies": { "@splitsoftware/splitio-commons": "1.10.0" diff --git a/package.json b/package.json index d8b7411..790500c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-react-native", - "version": "0.7.0", + "version": "0.7.1-rc.1", "description": "Split SDK for React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", diff --git a/src/settings/defaults.ts b/src/settings/defaults.ts index 48a1131..67aaeda 100644 --- a/src/settings/defaults.ts +++ b/src/settings/defaults.ts @@ -1,7 +1,7 @@ import { ConsentStatus } from '@splitsoftware/splitio-commons/src/types'; import { CONSENT_GRANTED } from '@splitsoftware/splitio-commons/src/utils/constants'; -const packageVersion = '0.7.0'; +const packageVersion = '0.7.1-rc.1'; export const defaults = { startup: {