Skip to content

Commit 334c1a2

Browse files
update version
1 parent 6ab4b0a commit 334c1a2

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-
3.0.0 (May XX, 2024)
1+
3.0.0 (May 17, 2024)
22
- BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself.
33
- Updated @splitsoftware/splitio-browserjs package to version 0.14.0 that includes:
44
- Added support for targeting rules based on semantic versions (https://semver.org/).

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": "2.0.2-rc.1",
3+
"version": "3.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": "2.0.2-rc.1",
3+
"version": "3.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 = '2.0.2-rc.1';
4+
const ANGULAR_SDK_VERSION_NUMBER = '3.0.0';
55
/**
66
* SDK constant for control treatment
77
*/

0 commit comments

Comments
 (0)