Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZamoraEmmanuel committed May 17, 2024
1 parent 6ab4b0a commit 334c1a2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.0.0 (May XX, 2024)
3.0.0 (May 17, 2024)
- 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.
- Updated @splitsoftware/splitio-browserjs package to version 0.14.0 that includes:
- Added support for targeting rules based on semantic versions (https://semver.org/).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-angular",
"version": "2.0.2-rc.1",
"version": "3.0.0",
"description": "Split Angular utilities to simplify Split SDK browser client usage",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/splitio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-angular",
"version": "2.0.2-rc.1",
"version": "3.0.0",
"description": "Split Angular utilities to simplify Split SDK browser client usage",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/splitio/src/lib/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Angular utilities version number
*/
const ANGULAR_SDK_VERSION_NUMBER = '2.0.2-rc.1';
const ANGULAR_SDK_VERSION_NUMBER = '3.0.0';
/**
* SDK constant for control treatment
*/
Expand Down

0 comments on commit 334c1a2

Please sign in to comment.