Skip to content

Commit e990c34

Browse files
committed
Add changelogs
1 parent bdf4633 commit e990c34

File tree

19 files changed

+43
-8
lines changed

19 files changed

+43
-8
lines changed

pkgs/characters/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.1-wip
2+
3+
* Run `dart format` with the new style.
4+
15
## 1.4.0
26

37
* Updated to use Unicode 16.0.0.

pkgs/characters/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: characters
2-
version: 1.4.0
2+
version: 1.4.1-wip
33
description: >-
44
String replacement with operations that are Unicode/grapheme cluster aware.
55
repository: https://github.com/dart-lang/core/tree/main/pkgs/characters

pkgs/collection/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
iterator to avoid extra lookups.
1010
- Add `PriorityQueue.of` constructor and optimize adding many elements.
1111
- Address diagnostics from `strict_top_level_inference`.
12+
- Run `dart format` with the new style.
1213

1314
## 1.19.1
1415

pkgs/convert/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.3-wip
2+
3+
- Run `dart format` with the new style.
4+
15
## 3.1.2
26

37
- Require Dart 3.4

pkgs/convert/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: convert
2-
version: 3.1.2
2+
version: 3.1.3-wip
33
description: >-
44
Utilities for converting between data representations.
55
Provides a number of Sink, Codec, Decoder, and Encoder types.

pkgs/crypto/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.7-wip
2+
3+
* Run `dart format` with the new style.
4+
15
## 3.0.6
26

37
* Move to `dart-lang/core` monorepo.

pkgs/crypto/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crypto
2-
version: 3.0.6
2+
version: 3.0.7-wip
33
description: Implementations of SHA, MD5, and HMAC cryptographic functions.
44
repository: https://github.com/dart-lang/core/tree/main/pkgs/crypto
55
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acrypto

pkgs/fixnum/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Change `IntX` such that it implements `Comparable<IntX>`. This makes it
44
possible for `IntX` (and in turn `Int64` and `Int32`) be used with methods
55
like `sortedBy` in the platform libraries.
6+
* Run `dart format` with the new style.
67

78
## 1.1.1
89

pkgs/lints/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.1-wip
2+
3+
- Run `dart format` with the new style.
4+
15
## 6.0.0
26

37
- `core`:

pkgs/lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lints
2-
version: 6.0.0
2+
version: 6.0.1-wip
33
description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.

0 commit comments

Comments
 (0)