Skip to content

Commit f5f33a5

Browse files
Release version v4.0.0
1 parent 07e1b74 commit f5f33a5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.0.0 (Jul XX, 2025)
1+
4.0.0 (Jul 30, 2025)
22
- BREAKING CHANGE:
33
- Updated the minimum Angular version to match Angular's support up to date. Dropped support for Angular versions below 18.0.0. Updated the minimum supported Angular version to 18.0.0.
44
- Renamed some TypeScript definitions in the `SplitIO` namespace to avoid conflicts with other Split packages: `IBrowserSettings`, `ISDK`, and `IClient` were renamed to `IClientSideSettings`, `IBrowserSDK`, and `IBrowserClient` respectively.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "3.0.1-rc.0",
3+
"version": "4.0.0",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"scripts": {
66
"ng": "ng",

projects/splitio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "3.0.1-rc.0",
3+
"version": "4.0.0",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"repository": {
66
"type": "git",

projects/splitio/src/lib/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Angular utilities version number
33
*/
4-
const ANGULAR_SDK_VERSION_NUMBER = '3.0.1-rc.0';
4+
const ANGULAR_SDK_VERSION_NUMBER = '4.0.0';
55
/**
66
* SDK constant for control treatment
77
*/

0 commit comments

Comments
 (0)