Skip to content

Commit

Permalink
chore: publish version 3.4.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig authored Oct 30, 2024
1 parent 9bff965 commit 38d8475
Show file tree
Hide file tree
Showing 22 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "statsig",
"version": "3.3.0",
"version": "3.4.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "@statsig/angular-bindings",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {},
"peerDependencies": {
"@angular/core": "^17.1.0",
"@statsig/client-core": "3.3.0"
"@statsig/client-core": "3.4.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statsig/client-core",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-core/src/StatsigMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SDK_VERSION = '3.3.0';
export const SDK_VERSION = '3.4.0';

export type StatsigMetadata = {
readonly [key: string]: string | undefined;
Expand Down
18 changes: 9 additions & 9 deletions packages/combo/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"name": "statsig-combo",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-client": "3.3.0",
"@statsig/js-local-overrides": "3.3.0",
"@statsig/js-on-device-eval-client": "3.3.0",
"@statsig/js-user-persisted-storage": "3.3.0",
"@statsig/session-replay": "3.3.0",
"@statsig/web-analytics": "3.3.0",
"@statsig/react-bindings": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-client": "3.4.0",
"@statsig/js-local-overrides": "3.4.0",
"@statsig/js-on-device-eval-client": "3.4.0",
"@statsig/js-user-persisted-storage": "3.4.0",
"@statsig/session-replay": "3.4.0",
"@statsig/web-analytics": "3.4.0",
"@statsig/react-bindings": "3.4.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/expo-bindings-on-device-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@statsig/expo-bindings-on-device-eval",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-on-device-eval-client": "3.3.0",
"@statsig/react-bindings-on-device-eval": "3.3.0",
"@statsig/react-native-core": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-on-device-eval-client": "3.4.0",
"@statsig/react-bindings-on-device-eval": "3.4.0",
"@statsig/react-native-core": "3.4.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/expo-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@statsig/expo-bindings",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-client": "3.3.0",
"@statsig/react-bindings": "3.3.0",
"@statsig/react-native-core": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-client": "3.4.0",
"@statsig/react-bindings": "3.4.0",
"@statsig/react-native-core": "3.4.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@statsig/js-client",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0"
"@statsig/client-core": "3.4.0"
},
"jsdelivr": "./build/statsig-js-client.min.js",
"type": "commonjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/js-local-overrides/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@statsig/js-local-overrides",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0"
"@statsig/client-core": "3.4.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/js-on-device-eval-client/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@statsig/js-on-device-eval-client",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/sha256": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/sha256": "3.4.0"
},
"jsdelivr": "./build/statsig-js-on-device-eval-client.min.js",
"type": "commonjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/js-user-persisted-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@statsig/js-user-persisted-storage",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0"
"@statsig/client-core": "3.4.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-bindings-on-device-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@statsig/react-bindings-on-device-eval",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-on-device-eval-client": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-on-device-eval-client": "3.4.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@statsig/react-bindings",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-client": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-client": "3.4.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/react-native-bindings-on-device-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@statsig/react-native-bindings-on-device-eval",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-on-device-eval-client": "3.3.0",
"@statsig/react-bindings-on-device-eval": "3.3.0",
"@statsig/react-native-core": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-on-device-eval-client": "3.4.0",
"@statsig/react-bindings-on-device-eval": "3.4.0",
"@statsig/react-native-core": "3.4.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/react-native-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@statsig/react-native-bindings",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-client": "3.3.0",
"@statsig/react-bindings": "3.3.0",
"@statsig/react-native-core": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-client": "3.4.0",
"@statsig/react-bindings": "3.4.0",
"@statsig/react-native-core": "3.4.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@statsig/react-native-core",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0"
"@statsig/client-core": "3.4.0"
},
"peerDependencies": {
"react-native": "0.*",
Expand Down
4 changes: 2 additions & 2 deletions packages/session-replay/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@statsig/session-replay",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"rrweb": "2.0.0-alpha.12",
"@statsig/client-core": "3.3.0"
"@statsig/client-core": "3.4.0"
},
"devDependencies": {
"@rrweb/types": "2.0.0-alpha.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/sha256/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statsig/sha256",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {},
"devDependencies": {
"js-sha256": "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sidecar",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "statsig-test-helpers",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@jest/globals": "29.7.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/web-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@statsig/web-analytics",
"version": "3.3.0",
"version": "3.4.0",
"dependencies": {
"@statsig/client-core": "3.3.0",
"@statsig/js-client": "3.3.0"
"@statsig/client-core": "3.4.0",
"@statsig/js-client": "3.4.0"
},
"jsdelivr": "./build/statsig-web-analytics.min.js",
"type": "commonjs",
Expand Down
Loading

0 comments on commit 38d8475

Please sign in to comment.