diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e27fa..e1ea47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +## [3.0.11](https://github.com/Workiva/w_module/compare/3.0.9...3.0.11) + +_February 24, 2026_ + +- **Maintenance:** Set SDK constraint to '>=2.19.0 <4.0.0' + +## [3.0.10](https://github.com/Workiva/w_module/compare/3.0.9...3.0.10) + +_February 22, 2026_ + +- **Bug Fix:** Fixed issues identified from the prior release. +- **Maintenance:** Updated GHA workflows and dependency constraints, and rolled + React 18 to tests and example apps. + +## [3.0.9](https://github.com/Workiva/w_module/compare/3.0.8...3.0.9) + +_March 18, 2025_ + +- **Improvement:** Log a warning and skip unloading a child module if it takes + too long to unload. + +## [3.0.8](https://github.com/Workiva/w_module/compare/3.0.7...3.0.8) + +_December 6, 2024_ + +- **Improvement:** Updated `onResume` typing. +- **Maintenance:** Applied CI/dependency modernization (GHA OSS/workflows, + mocktail migration, analysis options v2, and SDK/dependency bound updates). + +## [3.0.7](https://github.com/Workiva/w_module/compare/3.0.6...3.0.7) + +_March 29, 2024_ + +- **Improvement:** Updated `over_react` dependencies to consume the null-safe + version. + ## [3.0.6](https://github.com/Workiva/w_module/compare/3.0.5...3.0.6) _March 4, 2024_ diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 6a51aae..f5901f7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/Workiva/w_module publish_to: none environment: - sdk: ">=2.11.0 <3.0.0" + sdk: ">=2.19.0 <4.0.0" dev_dependencies: build_runner: ^2.1.2 diff --git a/pubspec.yaml b/pubspec.yaml index 5107e98..7d32d6e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Base module classes with a well defined lifecycle for modular Dart homepage: https://github.com/Workiva/w_module environment: - sdk: '>=2.19.0 <3.0.0' + sdk: '>=2.19.0 <4.0.0' dependencies: logging: ^1.0.0