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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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:
sdk: ">=3.1.0 <4.0.0"

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
Expand Down