Skip to content

Commit

Permalink
Merge pull request #144 from statsig-io/releases/v1.31.0
Browse files Browse the repository at this point in the history
[release] v1.31.0 - Update to Use Latest JS SDK
  • Loading branch information
sroyal-statsig authored Oct 31, 2023
2 parents 53efa84 + 3a7d425 commit 3fff7aa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
30 changes: 21 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-react",
"version": "1.30.3",
"version": "1.31.0",
"description": "An SDK for using Statsig Feature Management and Experimentation platform in React clients",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"statsig-js": "^4.40.1"
"statsig-js": "^4.40.2"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/SDKVersion.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '1.30.3'
export const version = '1.31.0'

0 comments on commit 3fff7aa

Please sign in to comment.