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
3 changes: 2 additions & 1 deletion pkgs/intl4x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.0.0-alpha.2-wip
## 1.0.0-alpha.2

- Add `locale.dart` entrypoint exposing only `Locale`.
- Update ICU4X to `2.2.0-dev.3`.

## 1.0.0-alpha.1

Expand Down
4 changes: 2 additions & 2 deletions pkgs/intl4x/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: intl4x
description: >-
A lightweight modular library for internationalization (i18n) functionality.
version: 1.0.0-alpha.2-wip
version: 1.0.0-alpha.2
repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl4x
issue_tracker: https://github.com/dart-lang/i18n/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aintl4x

Expand All @@ -21,7 +21,7 @@ environment:

dependencies:
collection: ^1.19.1
icu4x: ^2.2.0-dev.2
icu4x: ^2.2.0-dev.3
timezone: ^0.11.0

dev_dependencies:
Expand Down
Loading