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 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
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dart:

jobs:
include:
- script: pub run --enable-experiment=non-nullable test
- script: pub run --enable-experiment=non-nullable test -p chrome
- script: pub run test
- script: pub run test -p chrome
- dart_task: dartfmt
- dart_task:
dartanalyzer: --enable-experiment=non-nullable --fatal-infos --fatal-warnings .
dartanalyzer: --fatal-infos --fatal-warnings .

# Only building master means that we don't run two builds for each pull request.
branches:
Expand Down
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