From 9134698dc4e41d475b1b022bb6ef07f9cd092eae Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Fri, 3 Nov 2023 18:44:33 -0300 Subject: [PATCH] prepare stable version release --- CHANGES.txt | 4 ++-- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- src/settings/defaults.ts | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 232cfcc..4674125 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -0.8.0 (November XX, 2023) +0.8.0 (November 3, 2023) - Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation): - Added new variations of the get treatment methods to support evaluating flags in given flag set/s. - getTreatmentsByFlagSet and getTreatmentsByFlagSets @@ -7,7 +7,7 @@ - Updated the SDK manager methods to expose flag sets on flag views. - 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). - Added support for MacOS and TvOS platforms (Related to issue https://github.com/splitio/react-native-client/issues/63). - - Updated @splitsoftware/splitio-commons package to version 1.10.0 that includes vulnerability fixes, and adds the `defaultTreatment` property to the `SplitView` object. + - Updated @splitsoftware/splitio-commons package to version 1.11.0 that includes vulnerability fixes, support for Flag Sets, and adds the `defaultTreatment` property to the `SplitView` object. - Updated react-native dependency to version 0.72.6 for vulnerability fixes and validation. 0.7.0 (August 31, 2023) diff --git a/package-lock.json b/package-lock.json index 0e12f2f..cb4e676 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@splitsoftware/splitio-react-native", - "version": "0.7.1-rc.2", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@splitsoftware/splitio-react-native", - "version": "0.7.1-rc.2", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { - "@splitsoftware/splitio-commons": "1.10.1-rc.0" + "@splitsoftware/splitio-commons": "1.11.0" }, "devDependencies": { "@react-native-community/eslint-config": "^2.0.0", @@ -4901,9 +4901,9 @@ } }, "node_modules/@splitsoftware/splitio-commons": { - "version": "1.10.1-rc.0", - "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-1.10.1-rc.0.tgz", - "integrity": "sha512-bot9NEg0u/suJ4gSqIWfkiRLhTc3NL6Veq1GQiD5J+dh0x/STUwUfV3pnJ+cUuPPclC1teJxAqxMdmyFKSx+NA==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-1.11.0.tgz", + "integrity": "sha512-JxXltOwFrTSDgvuM4MTzrNzxYEX2YSaNLNM/STtehLNRC20O7rYgUrEWT3xcvVOgGMwouyFOpGpNL94TthN2Aw==", "dependencies": { "tslib": "^2.3.1" }, @@ -21257,9 +21257,9 @@ } }, "@splitsoftware/splitio-commons": { - "version": "1.10.1-rc.0", - "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-1.10.1-rc.0.tgz", - "integrity": "sha512-bot9NEg0u/suJ4gSqIWfkiRLhTc3NL6Veq1GQiD5J+dh0x/STUwUfV3pnJ+cUuPPclC1teJxAqxMdmyFKSx+NA==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-1.11.0.tgz", + "integrity": "sha512-JxXltOwFrTSDgvuM4MTzrNzxYEX2YSaNLNM/STtehLNRC20O7rYgUrEWT3xcvVOgGMwouyFOpGpNL94TthN2Aw==", "requires": { "tslib": "^2.3.1" }, diff --git a/package.json b/package.json index 7d408e1..729e2c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-react-native", - "version": "0.7.1-rc.2", + "version": "0.8.0", "description": "Split SDK for React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", @@ -60,7 +60,7 @@ }, "homepage": "https://github.com/splitio/react-native-client#readme", "dependencies": { - "@splitsoftware/splitio-commons": "1.10.1-rc.0" + "@splitsoftware/splitio-commons": "1.11.0" }, "devDependencies": { "@react-native-community/eslint-config": "^2.0.0", diff --git a/src/settings/defaults.ts b/src/settings/defaults.ts index e2f24e3..b5fa959 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.1-rc.2'; +const packageVersion = '0.8.0'; export const defaults = { startup: {