Skip to content

Commit 78c7c26

Browse files
[release] 3.28.0 - New Statsig serverless client (#692)
* Bot: Updated File package.json * chore: version synchronized in 26 files by bot --------- Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
1 parent e7c133d commit 78c7c26

File tree

27 files changed

+128
-128
lines changed

27 files changed

+128
-128
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "statsig",
4-
"version": "3.27.0",
4+
"version": "3.28.0",
55
"license": "ISC",
66
"homepage": "https://github.com/statsig-io/js-client-monorepo",
77
"repository": {

packages/angular-bindings/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/angular-bindings",
3-
"version": "3.27.0",
3+
"version": "3.28.0",
44
"license": "ISC",
55
"homepage": "https://github.com/statsig-io/js-client-monorepo",
66
"repository": {
@@ -11,8 +11,8 @@
1111
"dependencies": {},
1212
"peerDependencies": {
1313
"@angular/core": ">=12.0.0",
14-
"@statsig/js-client": "3.27.0",
15-
"@statsig/client-core": "3.27.0",
14+
"@statsig/js-client": "3.28.0",
15+
"@statsig/client-core": "3.28.0",
1616
"rxjs": "^6.0.0 || ^7.0.0"
1717
},
1818
"sideEffects": false

packages/cli-session-replay-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/cli-session-replay-node",
3-
"version": "3.27.0",
3+
"version": "3.28.0",
44
"license": "ISC",
55
"homepage": "https://github.com/statsig-io/js-client-monorepo",
66
"repository": {
@@ -9,7 +9,7 @@
99
"directory": "packages/cli-session-replay-node"
1010
},
1111
"dependencies": {
12-
"@statsig/client-core": "3.27.0",
12+
"@statsig/client-core": "3.28.0",
1313
"intercept-stdout": "^0.1.2"
1414
},
1515
"type": "commonjs",

packages/client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/client-core",
3-
"version": "3.27.0",
3+
"version": "3.28.0",
44
"license": "ISC",
55
"homepage": "https://github.com/statsig-io/js-client-monorepo",
66
"repository": {

packages/client-core/src/StatsigMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const SDK_VERSION = '3.27.0';
1+
export const SDK_VERSION = '3.28.0';
22

33
export type StatsigMetadata = {
44
readonly [key: string]: string | undefined | null;

packages/combo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "statsig-combo",
4-
"version": "3.27.0",
4+
"version": "3.28.0",
55
"license": "ISC",
66
"homepage": "https://github.com/statsig-io/js-client-monorepo",
77
"repository": {
@@ -10,14 +10,14 @@
1010
"directory": "packages/combo"
1111
},
1212
"dependencies": {
13-
"@statsig/client-core": "3.27.0",
14-
"@statsig/js-client": "3.27.0",
15-
"@statsig/js-local-overrides": "3.27.0",
16-
"@statsig/js-on-device-eval-client": "3.27.0",
17-
"@statsig/js-user-persisted-storage": "3.27.0",
18-
"@statsig/react-bindings": "3.27.0",
19-
"@statsig/session-replay": "3.27.0",
20-
"@statsig/web-analytics": "3.27.0",
13+
"@statsig/client-core": "3.28.0",
14+
"@statsig/js-client": "3.28.0",
15+
"@statsig/js-local-overrides": "3.28.0",
16+
"@statsig/js-on-device-eval-client": "3.28.0",
17+
"@statsig/js-user-persisted-storage": "3.28.0",
18+
"@statsig/react-bindings": "3.28.0",
19+
"@statsig/session-replay": "3.28.0",
20+
"@statsig/web-analytics": "3.28.0",
2121
"web-vitals": "5.0.3"
2222
},
2323
"type": "commonjs",

packages/expo-bindings-on-device-eval/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/expo-bindings-on-device-eval",
3-
"version": "3.27.0",
3+
"version": "3.28.0",
44
"license": "ISC",
55
"homepage": "https://github.com/statsig-io/js-client-monorepo",
66
"repository": {
@@ -9,10 +9,10 @@
99
"directory": "packages/expo-bindings-on-device-eval"
1010
},
1111
"dependencies": {
12-
"@statsig/client-core": "3.27.0",
13-
"@statsig/js-on-device-eval-client": "3.27.0",
14-
"@statsig/react-bindings-on-device-eval": "3.27.0",
15-
"@statsig/react-native-core": "3.27.0"
12+
"@statsig/client-core": "3.28.0",
13+
"@statsig/js-on-device-eval-client": "3.28.0",
14+
"@statsig/react-bindings-on-device-eval": "3.28.0",
15+
"@statsig/react-native-core": "3.28.0"
1616
},
1717
"peerDependencies": {
1818
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"

packages/expo-bindings/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/expo-bindings",
3-
"version": "3.27.0",
3+
"version": "3.28.0",
44
"license": "ISC",
55
"homepage": "https://github.com/statsig-io/js-client-monorepo",
66
"repository": {
@@ -9,10 +9,10 @@
99
"directory": "packages/expo-bindings"
1010
},
1111
"dependencies": {
12-
"@statsig/client-core": "3.27.0",
13-
"@statsig/js-client": "3.27.0",
14-
"@statsig/react-bindings": "3.27.0",
15-
"@statsig/react-native-core": "3.27.0"
12+
"@statsig/client-core": "3.28.0",
13+
"@statsig/js-client": "3.28.0",
14+
"@statsig/react-bindings": "3.28.0",
15+
"@statsig/react-native-core": "3.28.0"
1616
},
1717
"peerDependencies": {
1818
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",

packages/js-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/js-client",
3-
"version": "3.27.0",
3+
"version": "3.28.0",
44
"license": "ISC",
55
"homepage": "https://github.com/statsig-io/js-client-monorepo",
66
"repository": {
@@ -9,7 +9,7 @@
99
"directory": "packages/js-client"
1010
},
1111
"dependencies": {
12-
"@statsig/client-core": "3.27.0"
12+
"@statsig/client-core": "3.28.0"
1313
},
1414
"jsdelivr": "./build/statsig-js-client.min.js",
1515
"type": "commonjs",

packages/js-local-overrides/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/js-local-overrides",
3-
"version": "3.27.0",
3+
"version": "3.28.0",
44
"license": "ISC",
55
"homepage": "https://github.com/statsig-io/js-client-monorepo",
66
"repository": {
@@ -9,7 +9,7 @@
99
"directory": "packages/js-local-overrides"
1010
},
1111
"dependencies": {
12-
"@statsig/client-core": "3.27.0"
12+
"@statsig/client-core": "3.28.0"
1313
},
1414
"type": "commonjs",
1515
"main": "./src/index.js",

0 commit comments

Comments
 (0)