Skip to content

Commit b9564af

Browse files
rc
1 parent 9a00f97 commit b9564af

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/javascript_browser_client_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pipeline:
9999
AWS_DEFAULT_REGION: us-east-1
100100
when:
101101
stageStatus: Success
102-
condition: <+trigger.event> == "PUSH" && <+trigger.branch> == "development"
102+
condition: <+trigger.event> == "PR" && <+trigger.branch> == "FME-17145"
103103
- step:
104104
type: Run
105105
name: upload prod assets to CDN

package-lock.json

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

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-browserjs",
3-
"version": "1.7.1",
3+
"version": "1.7.1-rc.0",
44
"description": "Split SDK for JavaScript on Browser",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

src/settings/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type SplitIO from '@splitsoftware/splitio-commons/types/splitio';
22
import { LogLevels, isLogLevelString } from '@splitsoftware/splitio-commons/src/logger/index';
33
import { CONSENT_GRANTED } from '@splitsoftware/splitio-commons/src/utils/constants';
44

5-
const packageVersion = '1.7.1';
5+
const packageVersion = '1.7.1-rc.0';
66

77
/**
88
* In browser, the default debug level, can be set via the `localStorage.splitio_debug` item.

0 commit comments

Comments
 (0)