Skip to content

Commit b994c2d

Browse files
committed
chore(release): publish packages
- [email protected]+4
1 parent ef57d53 commit b994c2d

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
📣 Check out the [releases page](https://github.com/davidmigloz/langchain_dart/releases) or the [#announcements](https://discord.com/channels/1123158322812555295/1123250594644242534) channel on the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR) server for more details.
44

5+
## 2025-08-26
6+
7+
### Changes
8+
9+
---
10+
11+
Packages with breaking changes:
12+
13+
- There are no breaking changes in this release.
14+
15+
Packages with other changes:
16+
17+
- [`langchain_firebase` - `v0.2.2+4`](#langchain_firebase---v0224)
18+
19+
---
20+
21+
#### `langchain_firebase` - `v0.2.2+4`
22+
23+
- **FIX**: depend_on_referenced_packages error ([#772](https://github.com/davidmigloz/langchain_dart/issues/772)). ([ef57d530](https://github.com/davidmigloz/langchain_dart/commit/ef57d5303331c7cb85fdb077a50e040a819ec94e))
24+
25+
526
## 2025-08-25
627

728
### Changes

packages/langchain_firebase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2+4
2+
3+
- **FIX**: depend_on_referenced_packages error ([#772](https://github.com/davidmigloz/langchain_dart/issues/772)). ([ef57d530](https://github.com/davidmigloz/langchain_dart/commit/ef57d5303331c7cb85fdb077a50e040a819ec94e))
4+
15
## 0.2.2+3
26

37
- **FIX**: Breaking change in firebase_vertexai package ([#770](https://github.com/davidmigloz/langchain_dart/issues/770)). ([6a21546e](https://github.com/davidmigloz/langchain_dart/commit/6a21546e889956cc8e0f9282073757e8aa2abeb3))

packages/langchain_firebase/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
sdk: flutter
1616
flutter_markdown: ^0.7.7
1717
langchain: 0.7.9
18-
langchain_firebase: 0.2.2+3
18+
langchain_firebase: 0.2.2+4
1919

2020
dev_dependencies:
2121
flutter_test:

packages/langchain_firebase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: langchain_firebase
22
description: LangChain.dart integration module for Firebase (Gemini, VertexAI for Firebase, Firestore, etc.).
3-
version: 0.2.2+3
3+
version: 0.2.2+4
44
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_firebase
55
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues?q=label:p:langchain_firebase
66
homepage: https://github.com/davidmigloz/langchain_dart

0 commit comments

Comments
 (0)