Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Prepare to publish for stable null safety
  • Loading branch information
natebosch committed Feb 3, 2021
commit 1143ce455ac9c5d25a2cba4b83523337fc4c8bb8
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.17.0

* Stable release for null safety.

## 0.17.0-nullsafety.2

* Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: intl
version: 0.17.0-nullsafety.2
version: 0.17.0
homepage: https://github.com/dart-lang/intl
description: >-
Contains code to deal with internationalized/localized messages, date and
Expand All @@ -10,8 +10,8 @@ environment:
sdk: '>=2.12.0-0 <3.0.0'

dependencies:
clock: ^1.1.0-nullsafety.1
path: ^1.8.0-nullsafety.1
clock: ^1.1.0
path: ^1.8.0

dev_dependencies:
ffi: any
Expand Down