Skip to content

Commit

Permalink
chore: publish 0.0.1-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig committed Mar 18, 2024
1 parent 63dafc3 commit 9402411
Show file tree
Hide file tree
Showing 17 changed files with 7,923 additions and 2,765 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"license": "MIT",
"scripts": {
"lint": "nx run-many --parallel=4 --target=lint",
Expand Down
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": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"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 @@
const SDK_VERSION = '0.0.1-beta.12';
const SDK_VERSION = '0.0.1-beta.13';

export type StatsigMetadata = {
readonly [key: string]: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion packages/combination-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "combination-tests",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/expo-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@statsig/expo-bindings",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12",
"@statsig/react-bindings": "0.0.1-beta.12"
"@statsig/client-core": "0.0.1-beta.13",
"@statsig/react-bindings": "0.0.1-beta.13"
},
"peerDependencies": {
"react-native": "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": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12"
"@statsig/client-core": "0.0.1-beta.13"
},
"jsdelivr": "./build/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": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12"
"@statsig/client-core": "0.0.1-beta.13"
},
"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": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12",
"@statsig/sha256": "0.0.1-beta.12"
"@statsig/client-core": "0.0.1-beta.13",
"@statsig/sha256": "0.0.1-beta.13"
},
"jsdelivr": "./build/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": "0.0.1",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12"
"@statsig/client-core": "0.0.1-beta.13"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-user-persisted-storage/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"publish": {
"command": "node tools/scripts/publish.mjs js-user-persisted-storage {args.ver} {args.tag}",
"command": "ts-node ./tools/scripts/publish.ts js-user-persisted-storage",
"dependsOn": ["build"]
},
"lint": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@statsig/react-bindings",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12"
"@statsig/client-core": "0.0.1-beta.13"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/react-bindings/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "react-jsx"
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json",
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json",
},
],
}
"path": "./tsconfig.spec.json"
}
]
}
6 changes: 3 additions & 3 deletions packages/react-native-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@statsig/react-native-bindings",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12",
"@statsig/react-bindings": "0.0.1-beta.12"
"@statsig/client-core": "0.0.1-beta.13",
"@statsig/react-bindings": "0.0.1-beta.13"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
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": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {},
"devDependencies": {
"js-sha256": "0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "statsig-test-helpers",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"dependencies": {
"@statsig/client-core": "0.0.1-beta.12",
"@statsig/client-core": "0.0.1-beta.13",
"@jest/globals": "29.7.0"
},
"type": "commonjs",
Expand Down
Loading

0 comments on commit 9402411

Please sign in to comment.