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

Commit b3da438

Browse files
kevmoojakemac53
andauthored
Prep release for beta (#338)
PiperOrigin-RevId: 340722774 Co-authored-by: jakemac <[email protected]>
1 parent 48675cf commit b3da438

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.17.0-nullsafety.2
2+
3+
* Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.
4+
15
## 0.17.0-nullsafety.1
26

37
* Allow prereleases of the 2.12 Dart SDK.

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: intl
2-
version: 0.17.0-nullsafety.1
2+
version: 0.17.0-nullsafety.2
33
homepage: https://github.com/dart-lang/intl
44
description: >-
55
Contains code to deal with internationalized/localized messages, date and
66
number formatting and parsing, bi-directional text, and other
77
internationalization issues.
88
99
environment:
10-
# This must remain a tight constraint until nnbd is stable
11-
sdk: '>=2.11.0-180.0.dev <2.12.0'
10+
sdk: '>=2.12.0-0 <3.0.0'
1211

1312
dependencies:
1413
clock: ^1.1.0-nullsafety.1

0 commit comments

Comments
 (0)