Skip to content

Commit 90306a1

Browse files
committed
Change CHANGELOG syntax to match pub.dev styles
1 parent e5d8c76 commit 90306a1

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
1-
## [0.0.9]
1+
# 0.0.9
22

33
- Rename example/README.md to example/EXAMPLE.md
44

5-
## [0.0.8]
5+
# 0.0.8
66

77
- Add example project.
88

9-
## [0.0.7]
9+
# 0.0.7
1010

1111
- Fix message descriptions containing apostrophes to ruin `l10n.dart`.
1212
- Fix dependencies versions conflicts.
1313

14-
## [0.0.6]
14+
# 0.0.6
1515

1616
- Fix `l10n.dart` generator for languages with only country name provided.
1717

18-
## [0.0.5]
18+
# 0.0.5
1919

2020
- Always provide `countryCode` for `Locale`s in `l10n.dart`. Fixes an exception.
2121

22-
## [0.0.4]
22+
# 0.0.4
2323

2424
- Fix error generating `description` argument instead of `desc` in `l10n.dart`.
2525
- Add delegate field to `l10n.dart` generator.
2626
- Add `supportedLocales` to `l10n.dart` generator.
2727

28-
## [0.0.3]
28+
# 0.0.3
2929

3030
- Fix health suggestions.
3131
- Fix NoSuchMethodError when running without pubspec config.
3232

33-
## [0.0.2]
33+
# 0.0.2
3434

3535
- Fix `petitparser` version constraint error on some Flutter branches.
3636

37-
## [0.0.1] - First release
37+
# 0.0.1
3838

39-
This is the first release of arbify package! It still needs tests and testing, but _generally_ should work.
39+
- This is the first release of arbify package! It still needs tests and testing, but _generally_ should work.
4040

41-
## [0.0.0] - Parking package name
41+
# 0.0.0
42+
43+
- Parking package name

0 commit comments

Comments
 (0)