Skip to content

Commit c20b1e2

Browse files
committed
chore(release): publish packages
- firebase_dart@1.2.1 - firebase_dart_flutter@1.1.7 - firebase_dart_plus@0.1.0+7
1 parent b76e088 commit c20b1e2

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

packages/firebase_dart/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.1
2+
3+
- **REFACTOR**: support for rxdart ^0.28.0. ([c0be7a10](https://github.com/appsup-dart/firebase_dart/commit/c0be7a10579e26412fea8ecd73a32c378868e002))
4+
- **REFACTOR**: support for js ^0.7.0. ([0f9d57c8](https://github.com/appsup-dart/firebase_dart/commit/0f9d57c80a108a4126fb35bd3734534f3fef539b))
5+
16
## 1.2.0
27

38
- **REFACTOR**: support web_socket_channel ^3.0.0. ([d32a2efb](https://github.com/appsup-dart/firebase_dart/commit/d32a2efb3151d08cf3f7d3ee9e16dcc76a9a295f))

packages/firebase_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_dart
22
description: A port of the Firebase database, auth and storage client to pure Dart code, usable on different platforms
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://github.com/appsup-dart/firebase_dart
55

66
environment:

packages/firebase_dart_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.7
2+
3+
- **DOCS**: fix example for latest flutter version. ([bccdc2a2](https://github.com/appsup-dart/firebase_dart/commit/bccdc2a26e7b8b4a87f36ddc181ca464a23c480a))
4+
15
## 1.1.6
26

37
- Update a dependency to the latest release.

packages/firebase_dart_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_dart_flutter
22
description: A port of the Firebase database, auth and storage client to pure Dart code for use on flutter
3-
version: 1.1.6
3+
version: 1.1.7
44
homepage: https://github.com/appsup-dart/firebase_dart
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
firebase_dart: ^1.2.0
13+
firebase_dart: ^1.2.1
1414
platform_info: ^3.0.0
1515
path_provider: ^2.0.0
1616
hive: ^2.0.0

packages/firebase_dart_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+7
2+
3+
- **REFACTOR**: support for rxdart ^0.28.0. ([19216f3a](https://github.com/appsup-dart/firebase_dart/commit/19216f3ab387a0779c7163443fa1e161b0adbf89))
4+
15
## 0.1.0+6
26

37
- Update a dependency to the latest release.

packages/firebase_dart_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: firebase_dart_plus
22
description: Some additional features for the `firebase_dart` package.
3-
version: 0.1.0+6
3+
version: 0.1.0+7
44
homepage: https://github.com/appsup-dart/firebase_dart
55

66
environment:
77
sdk: '>=2.19.6 <3.0.0'
88

99
dependencies:
10-
firebase_dart: ^1.2.0
10+
firebase_dart: ^1.2.1
1111
sortedmap: ^0.5.3
1212
rxdart: ">=0.27.0 <0.29.0"
1313

0 commit comments

Comments
 (0)