Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 33251e0

Browse files
authored
Prepare to publish for stable null safety (#362)
1 parent b3da438 commit 33251e0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dart:
88

99
jobs:
1010
include:
11-
- script: pub run --enable-experiment=non-nullable test
12-
- script: pub run --enable-experiment=non-nullable test -p chrome
11+
- script: pub run test
12+
- script: pub run test -p chrome
1313
- dart_task: dartfmt
1414
- dart_task:
15-
dartanalyzer: --enable-experiment=non-nullable --fatal-infos --fatal-warnings .
15+
dartanalyzer: --fatal-infos --fatal-warnings .
1616

1717
# Only building master means that we don't run two builds for each pull request.
1818
branches:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.17.0
2+
3+
* Stable release for null safety.
4+
15
## 0.17.0-nullsafety.2
26

37
* Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: intl
2-
version: 0.17.0-nullsafety.2
2+
version: 0.17.0
33
homepage: https://github.com/dart-lang/intl
44
description: >-
55
Contains code to deal with internationalized/localized messages, date and
@@ -10,8 +10,8 @@ environment:
1010
sdk: '>=2.12.0-0 <3.0.0'
1111

1212
dependencies:
13-
clock: ^1.1.0-nullsafety.1
14-
path: ^1.8.0-nullsafety.1
13+
clock: ^1.1.0
14+
path: ^1.8.0
1515

1616
dev_dependencies:
1717
ffi: any

0 commit comments

Comments
 (0)