We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5132ef9 commit 119a499Copy full SHA for 119a499
2 files changed
pkgs/yaml_edit/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.3.0
+## 2.2.4
2
3
- Removes comments associated with a node when `remove` is called.
4
- `v2.2.3` and earlier.
@@ -38,7 +38,7 @@
38
- next
39
```
40
41
- - `v2.3.0` and later (same string as above)
+ - `v2.2.4` and later (same string as above)
42
43
```yaml
44
# After edit:
pkgs/yaml_edit/pubspec.yaml
@@ -1,5 +1,5 @@
name: yaml_edit
-version: 2.2.3
+version: 2.2.4
description: >-
A library for YAML manipulation with comment and whitespace preservation.
5
repository: https://github.com/dart-lang/tools/tree/main/pkgs/yaml_edit
0 commit comments