Skip to content

Commit 4279024

Browse files
Merge pull request #107 from splitio/update_js_commons
Update JS-commons dependency
2 parents a769ca8 + dc4ec28 commit 4279024

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.7.1 (July 25, 2022)
2+
- Bugfixing - Updated @splitsoftware/splitio-commons dependency to include new features and updates.
3+
14
1.7.0 (July 25, 2022)
25
- Updated @splitsoftware/splitio dependency to version 10.21.1, which includes:
36
- Added `autoRequire` configuration option to the Google Analytics to Split integration, which takes care of requiring the splitTracker plugin on trackers dynamically created by Google tag managers (See https://help.split.io/hc/en-us/articles/360040838752#set-up-with-gtm-and-gtag.js).

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-react",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A React library to easily integrate and use Split JS SDK",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -61,7 +61,7 @@
6161
},
6262
"homepage": "https://github.com/splitio/react-client#readme",
6363
"dependencies": {
64-
"@splitsoftware/splitio-commons": "1.5.0",
64+
"@splitsoftware/splitio-commons": "1.6.1",
6565
"@types/google.analytics": "0.0.40",
6666
"@types/ioredis": "^4.28.0",
6767
"memoize-one": "^5.1.1",

0 commit comments

Comments
 (0)