From 83b19b63ba8a626185024190fa3d95b516e836a8 Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Mon, 17 Jan 2022 16:12:20 -0300 Subject: [PATCH 1/3] release v1.1.1 --- CHANGES.txt | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b6952027..d7f107b1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +1.1.1 (XXX) + - Added support to SDK clients on browser to optionally bind attributes to the client, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag. + 1.1.0 (January 11, 2022) - Added support for the SDK to run in "consumer" and "partial consumer" modes, with a pluggable implementation of it's internal storage, enabling customers to implement this caching with any storage technology of choice and connect it to the SDK instance to be used instead of its default in-memory storage. diff --git a/package-lock.json b/package-lock.json index 0b72381e..216370a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.0", + "version": "1.1.1-rc.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc09153e..030c18d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.0", + "version": "1.1.1-rc.0", "description": "Split Javascript SDK common components", "main": "cjs/index.js", "module": "esm/index.js", From f1d33da59133e8332fa69e66812b3071683f461a Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Wed, 19 Jan 2022 13:43:17 -0300 Subject: [PATCH 2/3] prepare release v1.1.1 --- CHANGES.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d7f107b1..f7a51e8a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -1.1.1 (XXX) +1.1.1 (January 19, 2022) - Added support to SDK clients on browser to optionally bind attributes to the client, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag. 1.1.0 (January 11, 2022) diff --git a/package-lock.json b/package-lock.json index 216370a0..4bcf3753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.1-rc.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 030c18d6..84bc19c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.1-rc.0", + "version": "1.1.1", "description": "Split Javascript SDK common components", "main": "cjs/index.js", "module": "esm/index.js", From d68dd168491b5dfe31e296f6692bf7528376625b Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Wed, 19 Jan 2022 16:18:35 -0300 Subject: [PATCH 3/3] fix version to 1.2.0 --- CHANGES.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f7a51e8a..892a6b9d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -1.1.1 (January 19, 2022) +1.2.0 (January 19, 2022) - Added support to SDK clients on browser to optionally bind attributes to the client, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag. 1.1.0 (January 11, 2022) diff --git a/package-lock.json b/package-lock.json index 4bcf3753..7be002a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84bc19c1..9310f51f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.1", + "version": "1.2.0", "description": "Split Javascript SDK common components", "main": "cjs/index.js", "module": "esm/index.js",