Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 64bfff4

Browse files
committed
Go back to v2.2.0 + make blank lines in changelog consistent
1 parent ff93da8 commit 64bfff4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 2.2.1
1+
## 2.2.0
2+
23
- Fix inconsistent line endings when inserting maps into a document using `\r\n`.
34
([#65](https://github.com/dart-lang/yaml_edit/issues/65))
45

5-
## 2.2.0
66
- `AliasError` is changed to `AliasException` and exposed in the public API.
77

88
All node-mutating methods on `YamlEditor`, i.e. `update()`, `appendToList()`,
@@ -17,6 +17,7 @@
1717
- Require Dart 2.19
1818

1919
## 2.1.0
20+
2021
- **Breaking** `wrapAsYamlNode(value, collectionStyle, scalarStyle)` will apply
2122
`collectionStyle` and `scalarStyle` recursively when wrapping a children of
2223
`Map` and `List`.
@@ -30,18 +31,22 @@
3031
([#23](https://github.com/dart-lang/yaml_edit/issues/23))
3132

3233
## 2.0.3
34+
3335
- Updated the value of the pubspec `repository` field.
3436

3537
## 2.0.2
38+
3639
- Fix trailing whitespace after adding new key with block-value to map
3740
([#15](https://github.com/dart-lang/yaml_edit/issues/15)).
3841
- Updated `repository` and other meta-data in `pubspec.yaml`.
3942

4043
## 2.0.1
44+
4145
- License changed to BSD, as this package is now maintained by the Dart team.
4246
- Fixed minor lints.
4347

4448
## 2.0.0
49+
4550
- Migrated to null-safety.
4651
- API will no-longer return `null` in-place of a `YamlNode`, instead a
4752
`YamlNode` with `YamlNode.value == null` should be used. These are easily

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yaml_edit
2-
version: 2.2.1
2+
version: 2.2.0
33
description: A library for YAML manipulation with comment and whitespace preservation.
44
repository: https://github.com/dart-lang/yaml_edit
55
issue_tracker: https://github.com/dart-lang/yaml_edit/issues

0 commit comments

Comments
 (0)