Skip to content

Commit 6ab4b0a

Browse files
bump splitio-browser version
1 parent 855a9e6 commit 6ab4b0a

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "2.0.2-rc.0",
3+
"version": "2.0.2-rc.1",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"scripts": {
66
"ng": "ng",
@@ -52,7 +52,7 @@
5252
"@angular-eslint/eslint-plugin-template": "16.3.1",
5353
"@angular-eslint/schematics": "16.3.1",
5454
"@angular-eslint/template-parser": "16.3.1",
55-
"@splitsoftware/splitio-browserjs": "0.13.1",
55+
"@splitsoftware/splitio-browserjs": "0.14.0",
5656
"@types/jest": "^29.0.0",
5757
"@typescript-eslint/eslint-plugin": "^5.59.2",
5858
"@typescript-eslint/parser": "^5.59.2",

projects/splitio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "2.0.2-rc.0",
3+
"version": "2.0.2-rc.1",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"repository": {
66
"type": "git",

projects/splitio/src/lib/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Angular utilities version number
33
*/
4-
const ANGULAR_SDK_VERSION_NUMBER = '2.0.2-rc.0';
4+
const ANGULAR_SDK_VERSION_NUMBER = '2.0.2-rc.1';
55
/**
66
* SDK constant for control treatment
77
*/

0 commit comments

Comments
 (0)