Skip to content

Commit 1e2f173

Browse files
[cloud_firestore_platform_interface] Fix CHANGELOG titles. (#1948)
1 parent 4ba7724 commit 1e2f173

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
## [1.1.0]
1+
## 1.1.1
2+
3+
* Fixed formatting in the CHANGELOG.
4+
5+
## 1.1.0
26

37
* Updated `FieldValueFactoryPlatform` to use generics.
48
* `FieldValuePlatform` no longer extends `PlatformInterface`.
59
* `MethodChannelFieldValue` no longer extends `FieldValuePlatform` and supports equality comparison.
610
* Fixed the file name of a test.
711

8-
## [1.0.1]
12+
## 1.0.1
913

1014
* Make the pedantic dev_dependency explicit.
1115

12-
## [1.0.0]
16+
## 1.0.0
1317

1418
* Created Platform Interface

packages/cloud_firestore/cloud_firestore_platform_interface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ See https://flutter.dev/go/platform-interface-breaking-changes for a discussion
2323
on why a less-clean interface is preferable to a breaking change.
2424

2525
[1]: ../cloud_firestore
26-
[2]: lib/cloud_firestore_platform_interface.dart
26+
[2]: lib/cloud_firestore_platform_interface.dart

packages/cloud_firestore/cloud_firestore_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloud_firestore_platform_interface
22
description: A common platform interface for the cloud_firestore plugin.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_platform_interface
55

66
dependencies:

0 commit comments

Comments
 (0)