Skip to content

Commit 105c572

Browse files
committed
chore(release): publish packages
- firebase_dart@1.4.3 - firebase_dart_plus@0.1.0+20 - firebase_dart_flutter@1.2.3
1 parent 3dd432c commit 105c572

File tree

7 files changed

+49
-5
lines changed

7 files changed

+49
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-07-01
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`firebase_dart` - `v1.4.3`](#firebase_dart---v143)
19+
- [`firebase_dart_plus` - `v0.1.0+20`](#firebase_dart_plus---v01020)
20+
- [`firebase_dart_flutter` - `v1.2.3`](#firebase_dart_flutter---v123)
21+
22+
Packages with dependency updates only:
23+
24+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
25+
26+
- `firebase_dart_plus` - `v0.1.0+20`
27+
- `firebase_dart_flutter` - `v1.2.3`
28+
29+
---
30+
31+
#### `firebase_dart` - `v1.4.3`
32+
33+
- **FIX**(database): error `Invalid argument(s): Mapping for ... exists` (in bimap.dart). ([a8893eb4](https://github.com/appsup-dart/firebase_dart/commit/a8893eb453b0b774a30607ccc5b0479de025def8))
34+
- **FIX**: error when accessing MemoryBackend without first calling FirebaseDart.setup(). ([c679731a](https://github.com/appsup-dart/firebase_dart/commit/c679731a896c72973788b357a9355e3154cdcc51))
35+
36+
637
## 2025-06-08
738

839
### Changes

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.4.3
2+
3+
- **FIX**(database): error `Invalid argument(s): Mapping for ... exists` (in bimap.dart). ([a8893eb4](https://github.com/appsup-dart/firebase_dart/commit/a8893eb453b0b774a30607ccc5b0479de025def8))
4+
- **FIX**: error when accessing MemoryBackend without first calling FirebaseDart.setup(). ([c679731a](https://github.com/appsup-dart/firebase_dart/commit/c679731a896c72973788b357a9355e3154cdcc51))
5+
16
## 1.4.2
27

38
- **FIX**: ensure permission denied errors are not propagated to other queries. ([cc79863c](https://github.com/appsup-dart/firebase_dart/commit/cc79863c3bb0ee7a1ab41290c9eadb46ee029547))

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.4.2
3+
version: 1.4.3
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.2.3
2+
3+
- Update a dependency to the latest release.
4+
15
## 1.2.2
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.2.2
3+
version: 1.2.3
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.4.2
13+
firebase_dart: ^1.4.3
1414
platform_info: ^5.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+20
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.1.0+19
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+19
3+
version: 0.1.0+20
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.4.2
10+
firebase_dart: ^1.4.3
1111
sortedmap: ^0.5.3
1212
rxdart: ">=0.27.0 <0.29.0"
1313

0 commit comments

Comments
 (0)