Skip to content

Commit

Permalink
Merge pull request #8 from statsig-io/uppub
Browse files Browse the repository at this point in the history
v1.22.0 - performance fixes, context updates
  • Loading branch information
tore-statsig authored Feb 9, 2023
2 parents 6c10fa0 + 086739f commit 49f8ac6
Show file tree
Hide file tree
Showing 10 changed files with 385 additions and 82 deletions.
142 changes: 92 additions & 50 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-react",
"version": "1.21.1",
"version": "1.22.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 All @@ -27,7 +27,8 @@
"homepage": "https://github.com/statsig-io/react-sdk#readme",
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.0.2",
"@types/node": "^16.7.9",
"@types/react": "^17.0.9",
Expand Down
Loading

0 comments on commit 49f8ac6

Please sign in to comment.