diff --git a/CHANGELOG.md b/CHANGELOG.md index d58fd2e..90fb5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the "flutter-intl" extension will be documented in this f The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.8.8 - Unreleased + +- Update `intl` dependency to support `v0.20.x` +- Update `archive` dependency to support `v4.x.x` + ## 2.8.7 - 2023-12-25 - Update `intl` dependency diff --git a/pubspec.yaml b/pubspec.yaml index fd5b50c..7aecc68 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: intl_utils description: intl_utils is a dart library that generates Dart localization code from ARB file. Generated code relies on Intl library. -version: 2.8.7 +version: 2.8.8 homepage: https://github.com/localizely/intl_utils environment: @@ -8,11 +8,11 @@ environment: dependencies: analyzer: ^6.0.0 - archive: ^3.0.0 + archive: ">=3.0.0 <5.0.0" args: ^2.0.0 dart_style: ^2.0.0 http: ">=0.13.0 <2.0.0" - intl: ">=0.17.0 <0.20.0" + intl: ">=0.17.0 <0.21.0" path: ^1.8.0 petitparser: ">=4.0.0 <7.0.0" yaml: ^3.0.0