Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update License Year
name: Update Notice Year

on:
schedule:
Expand All @@ -23,23 +23,23 @@ jobs:
- name: Set Previous Year
run: "echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"

- name: Update LICENSE
- name: Update NOTICE
uses: jacobtomlinson/gha-find-replace@v3
with:
find: ${{ env.PREVIOUS }}
replace: ${{ env.CURRENT }}
include: "**/LICENSE"
include: "NOTICE"
regex: false

- name: Commit files
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git commit -m "Updated License Year" -a
git commit -m "Updated Notice Year" -a

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Update License Year
branch: update-license
title: Update Notice Year
branch: update-notice
4 changes: 4 additions & 0 deletions CONTRIBUTORS-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Run unit tests in Android & iOS packages with `flutter test`.

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

### Linting and other useful checks

Run the static code analyzer (`flutter analyze`) to fix any errors, warnings, lints, or formatting issues.

# Contact

If you have any other questions or need to contact us directly in a private manner send us a note at sdks@split.io
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Harness Feature Management Flutter SDK Copyright 2024-2026 Harness Inc.

This product includes software developed at Harness Inc. (https://harness.io/).

This product includes software originally developed by Split Software, Inc. (https://www.split.io/). Copyright 2022-2024 Split Software, Inc.
2 changes: 1 addition & 1 deletion splitio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1.1.0 (Jan 16, 2026)
- Added Web support via the `splitio_web` package, the Web implementation of `splitio` based on the Split Browser SDK v1.6.0.
- Added Web support via the `splitio_web` package, the Web implementation of `splitio` based on the Split Browser SDK `1.6.0`.

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

Expand Down
5 changes: 4 additions & 1 deletion splitio_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 1.0.1 (January XX, 2026)
- Updated Browser SDK to `1.6.1`.

# 1.0.0 (January 16, 2026)
- Initial release. Web implementation of `splitio` based on Split Browser SDK v1.6.0.
- Initial release. Web implementation of `splitio` based on Split Browser SDK `1.6.0`.

# 1.0.0-rc.1 (January 15, 2026)
2 changes: 1 addition & 1 deletion splitio_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flutter:
pluginClass: SplitioWeb
fileName: splitio_web.dart
assets:
- web/split-browser-1.6.0.full.min.js
- web/split-browser-1.6.1.full.min.js

dependencies:
flutter:
Expand Down
9 changes: 0 additions & 9 deletions splitio_web/web/split-browser-1.6.0.full.min.js

This file was deleted.

9 changes: 9 additions & 0 deletions splitio_web/web/split-browser-1.6.1.full.min.js

Large diffs are not rendered by default.