Skip to content

Commit df4bc91

Browse files
prepare rc
1 parent 6af0883 commit df4bc91

3 files changed

Lines changed: 29 additions & 25 deletions

File tree

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.8.3 (May 15, 2023)
2+
- Updated @splitsoftware/splitio package to version 10.22.5 that includes updated terminology on the codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and IntelliSense comments.
3+
- Updated some transitive dependencies for vulnerability fixes.
4+
15
1.8.2 (April 3, 2023)
26
- Updated linter dependencies and rules. The deprecated TSLint package was replaced by ESLint.
37
- Updated some transitive dependencies for vulnerability fixes.

package-lock.json

Lines changed: 23 additions & 23 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.8.2",
3+
"version": "1.8.3-rc.0",
44
"description": "A React library to easily integrate and use Split JS SDK",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -62,7 +62,7 @@
6262
},
6363
"homepage": "https://github.com/splitio/react-client#readme",
6464
"dependencies": {
65-
"@splitsoftware/splitio": "10.22.4",
65+
"@splitsoftware/splitio": "10.22.5-rc.0",
6666
"memoize-one": "^5.1.1",
6767
"shallowequal": "^1.1.0"
6868
},

0 commit comments

Comments
 (0)