Skip to content

Commit f27d273

Browse files
Merge branch 'development' into FME-12349-fallback-treatments_baseline
2 parents 1db9d7b + 3795dfc commit f27d273

File tree

8 files changed

+30
-18
lines changed

8 files changed

+30
-18
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update License Year
1+
name: Update Notice Year
22

33
on:
44
schedule:
@@ -23,23 +23,23 @@ jobs:
2323
- name: Set Previous Year
2424
run: "echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
2525

26-
- name: Update LICENSE
26+
- name: Update NOTICE
2727
uses: jacobtomlinson/gha-find-replace@v3
2828
with:
2929
find: ${{ env.PREVIOUS }}
3030
replace: ${{ env.CURRENT }}
31-
include: "**/LICENSE"
31+
include: "NOTICE"
3232
regex: false
3333

3434
- name: Commit files
3535
run: |
3636
git config user.name 'github-actions[bot]'
3737
git config user.email 'github-actions[bot]@users.noreply.github.com'
38-
git commit -m "Updated License Year" -a
38+
git commit -m "Updated Notice Year" -a
3939
4040
- name: Create Pull Request
4141
uses: peter-evans/create-pull-request@v5
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
44-
title: Update License Year
45-
branch: update-license
44+
title: Update Notice Year
45+
branch: update-notice

CONTRIBUTORS-GUIDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Run unit tests in Android & iOS packages with `flutter test`.
2626

2727
Run unit tests in Web package with `flutter test --platform chrome`.
2828

29+
### Linting and other useful checks
30+
31+
Run the static code analyzer (`flutter analyze`) to fix any errors, warnings, lints, or formatting issues.
32+
2933
# Contact
3034

3135
If you have any other questions or need to contact us directly in a private manner send us a note at sdks@split.io

NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Harness Feature Management Flutter SDK Copyright 2024-2026 Harness Inc.
2+
3+
This product includes software developed at Harness Inc. (https://harness.io/).
4+
5+
This product includes software originally developed by Split Software, Inc. (https://www.split.io/). Copyright 2022-2024 Split Software, Inc.

splitio/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 1.1.0 (Jan 16, 2026)
2-
- Added Web support via the `splitio_web` package, the Web implementation of `splitio` based on the Split Browser SDK v1.6.0.
2+
- Added Web support via the `splitio_web` package, the Web implementation of `splitio` based on the Split Browser SDK `1.6.0`.
33

44
# 1.1.0-rc.1 (Jan 15, 2026)
55

splitio_web/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# 1.0.1 (January XX, 2026)
2+
- Updated Browser SDK to `1.6.1`.
3+
14
# 1.0.0 (January 16, 2026)
2-
- Initial release. Web implementation of `splitio` based on Split Browser SDK v1.6.0.
5+
- Initial release. Web implementation of `splitio` based on Split Browser SDK `1.6.0`.
36

47
# 1.0.0-rc.1 (January 15, 2026)

splitio_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flutter:
1515
pluginClass: SplitioWeb
1616
fileName: splitio_web.dart
1717
assets:
18-
- web/split-browser-1.6.0.full.min.js
18+
- web/split-browser-1.6.1.full.min.js
1919

2020
dependencies:
2121
flutter:

splitio_web/web/split-browser-1.6.0.full.min.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

splitio_web/web/split-browser-1.6.1.full.min.js

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

0 commit comments

Comments
 (0)