Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Aug 31, 2023
1 parent e1b5b29 commit 0762909
Show file tree
Hide file tree
Showing 30 changed files with 132 additions and 34 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,62 @@ All notable changes to this project will be documented in this file following
Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR)
server for more details about each release.

## 2023-08-31

### Changes

---

Packages with breaking changes:

- [`langchain` - `v0.0.11`](#langchain---v0011)

Packages with other changes:

- [`langchain_pinecone` - `v0.0.1`](#langchain_pinecone---v001)
- [`langchain_google` - `v0.0.6`](#langchain_google---v006)
- [`langchain_openai` - `v0.0.11`](#langchain_openai---v0011)
- [`langchain_chroma` - `v0.0.2`](#langchain_chroma---v002)
- [`vertex_ai` - `v0.0.6`](#vertex_ai---v006)
- [`chromadb` - `v0.0.2`](#chromadb---v002)

---

#### `langchain` - `v0.0.11`

- **DOCS**: Update readme. ([e1b5b295](https://github.com/davidmigloz/langchain_dart/commit/e1b5b2958bdf2b787c8b49aeeb6690c33c225943))
- **BREAKING** **REFACTOR**(vector-stores): Remove addDocuments from VectorStoreRetriever ([#146](https://github.com/davidmigloz/langchain_dart/issues/146)). ([d32a5fd9](https://github.com/davidmigloz/langchain_dart/commit/d32a5fd94645d10deee5a35f0d83501f93be7308))
- **BREAKING** **REFACTOR**(memory): Rename VectorStoreRetrieverMemory and require vector store ([#145](https://github.com/davidmigloz/langchain_dart/issues/145)). ([67af3195](https://github.com/davidmigloz/langchain_dart/commit/67af319595755ec3c3834ceabaf4086cfa32ad8c))

#### `langchain_pinecone` - `v0.0.1`

- **DOCS**: Update readme. ([e1b5b295](https://github.com/davidmigloz/langchain_dart/commit/e1b5b2958bdf2b787c8b49aeeb6690c33c225943))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

#### `langchain_google` - `v0.0.6`

- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

#### `langchain_openai` - `v0.0.11`

- **FEAT**(llms): Add ability to specify user in OpenAI and ChatOpenAI ([#143](https://github.com/davidmigloz/langchain_dart/issues/143)). ([457ab54e](https://github.com/davidmigloz/langchain_dart/commit/457ab54e45afd5aa382e284806dc73cfe0905c09))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

#### `langchain_chroma` - `v0.0.2`

- **DOCS**: Update readme. ([e1b5b295](https://github.com/davidmigloz/langchain_dart/commit/e1b5b2958bdf2b787c8b49aeeb6690c33c225943))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

#### `vertex_ai` - `v0.0.6`

- **FIX**(vertex_ai): typecast exception when null publicationDate ([#148](https://github.com/davidmigloz/langchain_dart/issues/148)). ([d4afc131](https://github.com/davidmigloz/langchain_dart/commit/d4afc1315f7fc041a7730346942891bb966f8d14))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

#### `chromadb` - `v0.0.2`

- **REFACTOR**(chromadb): Update generated Chroma API client ([#142](https://github.com/davidmigloz/langchain_dart/issues/142)). ([4f0e7379](https://github.com/davidmigloz/langchain_dart/commit/4f0e7379f4408fe03a6433e3bdb6ebbe2262cbbc))


## 2023-08-27

### Changes
Expand Down Expand Up @@ -427,3 +483,9 @@ Packages with changes:

Check out the announcement post for all the details:
https://blog.langchaindart.com/introducing-langchain-dart-6b1d34fc41ef
- `v0.0.1`

- Initial public release.

Check out the announcement post for all the details:
https://blog.langchaindart.com/introducing-langchain-dart-6b1d34fc41ef
4 changes: 2 additions & 2 deletions examples/browser_summarizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
flutter_bloc: ^8.1.3
flutter_markdown: ^0.6.17
js: ^0.6.7
langchain: ^0.0.10
langchain_openai: ^0.0.10
langchain: ^0.0.11
langchain_openai: ^0.0.11
shared_preferences: ^2.2.0

flutter:
Expand Down
4 changes: 2 additions & 2 deletions examples/hello_world_backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^3.0.5

dependencies:
langchain: ^0.0.10
langchain_openai: ^0.0.10
langchain: ^0.0.11
langchain_openai: ^0.0.11
shelf: ^1.4.1
shelf_router: ^1.1.4
4 changes: 2 additions & 2 deletions examples/hello_world_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ environment:
sdk: ^3.0.5

dependencies:
langchain: ^0.0.10
langchain_openai: ^0.0.10
langchain: ^0.0.11
langchain_openai: ^0.0.11
4 changes: 2 additions & 2 deletions examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
sdk: flutter
equatable: ^2.0.5
flutter_bloc: ^8.1.3
langchain: ^0.0.10
langchain_openai: ^0.0.10
langchain: ^0.0.11
langchain_openai: ^0.0.11

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/vertex_ai_matching_engine_setup/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
gcloud: ^0.8.11
googleapis_auth: ^1.4.1
http: ^1.1.0
vertex_ai: ^0.0.5
vertex_ai: ^0.0.6
4 changes: 4 additions & 0 deletions packages/chromadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- **REFACTOR**(chromadb): Update generated Chroma API client ([#142](https://github.com/davidmigloz/langchain_dart/issues/142)). ([4f0e7379](https://github.com/davidmigloz/langchain_dart/commit/4f0e7379f4408fe03a6433e3bdb6ebbe2262cbbc))

## 0.0.1

- **FEAT**(chromadb): Add Chroma embedding database API client ([#140](https://github.com/davidmigloz/langchain_dart/issues/140)). ([5fdcbc52](https://github.com/davidmigloz/langchain_dart/commit/5fdcbc528c1bbac1114a89433cf72bd8870fa4eb))
Expand Down
2 changes: 1 addition & 1 deletion packages/chromadb/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chromadb
description: Dart Client for the Chroma open-source embedding database API.
version: 0.0.1
version: 0.0.2
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/chromadb
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
8 changes: 8 additions & 0 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.11

> Note: This release has breaking changes.
- **DOCS**: Update readme. ([e1b5b295](https://github.com/davidmigloz/langchain_dart/commit/e1b5b2958bdf2b787c8b49aeeb6690c33c225943))
- **BREAKING** **REFACTOR**(vector-stores): Remove addDocuments from VectorStoreRetriever ([#146](https://github.com/davidmigloz/langchain_dart/issues/146)). ([d32a5fd9](https://github.com/davidmigloz/langchain_dart/commit/d32a5fd94645d10deee5a35f0d83501f93be7308))
- **BREAKING** **REFACTOR**(memory): Rename VectorStoreRetrieverMemory and require vector store ([#145](https://github.com/davidmigloz/langchain_dart/issues/145)). ([67af3195](https://github.com/davidmigloz/langchain_dart/commit/67af319595755ec3c3834ceabaf4086cfa32ad8c))

## 0.0.10

- **FEAT**(vector-stores): Add support for Chroma VectorStore ([#139](https://github.com/davidmigloz/langchain_dart/issues/139)). ([098783b4](https://github.com/davidmigloz/langchain_dart/commit/098783b4895ab30bb61d07355a0b587ff76b9175))
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain
description: Build powerful LLM-based Dart and Flutter applications with LangChain.dart.
version: 0.0.10
version: 0.0.11
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_amazon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_anthropic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/langchain_chroma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.2

- **DOCS**: Update readme. ([e1b5b295](https://github.com/davidmigloz/langchain_dart/commit/e1b5b2958bdf2b787c8b49aeeb6690c33c225943))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

## 0.0.1

- **FEAT**(vector-stores): Add support for Chroma VectorStore ([#139](https://github.com/davidmigloz/langchain_dart/issues/139)). ([098783b4](https://github.com/davidmigloz/langchain_dart/commit/098783b4895ab30bb61d07355a0b587ff76b9175))
Expand Down
8 changes: 4 additions & 4 deletions packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_chroma
description: LangChain.dart integration module for Chroma open-source embedding database.
version: 0.0.1
version: 0.0.2
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_chroma
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -10,12 +10,12 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
chromadb: ^0.0.1
chromadb: ^0.0.2
http: ^1.1.0
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1
uuid: ^3.0.7

dev_dependencies:
test: ^1.24.3
langchain_openai: ^0.0.10
langchain_openai: ^0.0.11
2 changes: 1 addition & 1 deletion packages/langchain_cohere/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/langchain_google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6

- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

## 0.0.5

- **FEAT**(vector-stores): Add support for Chroma VectorStore ([#139](https://github.com/davidmigloz/langchain_dart/issues/139)). ([098783b4](https://github.com/davidmigloz/langchain_dart/commit/098783b4895ab30bb61d07355a0b587ff76b9175))
Expand Down
6 changes: 3 additions & 3 deletions packages/langchain_google/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_google
description: LangChain.dart integration module for Google (VertexAI, PaLM, Matching Engine, etc.).
version: 0.0.5
version: 0.0.6
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_google
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -15,11 +15,11 @@ dependencies:
googleapis: ^11.4.0
googleapis_auth: ^1.4.1
http: ^1.1.0
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1
tiktoken: ^1.0.3
uuid: ^3.0.7
vertex_ai: ^0.0.5
vertex_ai: ^0.0.6

dev_dependencies:
test: ^1.24.3
2 changes: 1 addition & 1 deletion packages/langchain_huggingface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_microsoft/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/langchain_openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.11

- **FEAT**(llms): Add ability to specify user in OpenAI and ChatOpenAI ([#143](https://github.com/davidmigloz/langchain_dart/issues/143)). ([457ab54e](https://github.com/davidmigloz/langchain_dart/commit/457ab54e45afd5aa382e284806dc73cfe0905c09))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

## 0.0.10

- **DOCS**: Update readme. ([b61eda5b](https://github.com/davidmigloz/langchain_dart/commit/b61eda5ba506b4602592511c6a9be1e7aae5bf57))
Expand Down
4 changes: 2 additions & 2 deletions packages/langchain_openai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_openai
description: LangChain.dart integration module for OpenAI (GPT-3, GPT-4, Functions, etc.).
version: 0.0.10
version: 0.0.11
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_openai
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
collection: ^1.17.1
dart_openai: ^4.0.0
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1
tiktoken: ^1.0.3

Expand Down
5 changes: 5 additions & 0 deletions packages/langchain_pinecone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.1

- **DOCS**: Update readme. ([e1b5b295](https://github.com/davidmigloz/langchain_dart/commit/e1b5b2958bdf2b787c8b49aeeb6690c33c225943))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

## 0.0.1-dev.1

- Bootstrap project.
6 changes: 3 additions & 3 deletions packages/langchain_pinecone/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: langchain_pinecone
description: LangChain.dart integration module for Pinecone fully-managed vector database.
version: 0.0.1-dev.1
version: 0.0.1
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/langchain_pinecone
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand All @@ -11,11 +11,11 @@ environment:

dependencies:
http: ^1.1.0
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1
pinecone: ^0.5.1
uuid: ^3.0.7

dev_dependencies:
test: ^1.24.3
langchain_openai: ^0.0.9
langchain_openai: ^0.0.11
2 changes: 1 addition & 1 deletion packages/langchain_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_weaviate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_wikipedia/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_wolfram/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_zapier/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
langchain: ^0.0.10
langchain: ^0.0.11
meta: ^1.9.1

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/vertex_ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.6

- **FIX**(vertex_ai): typecast exception when null publicationDate ([#148](https://github.com/davidmigloz/langchain_dart/issues/148)). ([d4afc131](https://github.com/davidmigloz/langchain_dart/commit/d4afc1315f7fc041a7730346942891bb966f8d14))
- **DOCS**: Update packages example. ([4f8488fc](https://github.com/davidmigloz/langchain_dart/commit/4f8488fcb324e31b9d8dece7d1999333d7982253))

## 0.0.5

- **DOCS**: Fix typos. ([282cfa24](https://github.com/davidmigloz/langchain_dart/commit/282cfa24caa7b91ce28db6b1997af4c2c3ecf3e4))
Expand Down
2 changes: 1 addition & 1 deletion packages/vertex_ai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vertex_ai
description: GCP Vertex AI ML platform API client (PaLM, Matching Engine, etc.).
version: 0.0.5
version: 0.0.6
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/vertex_ai
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down

0 comments on commit 0762909

Please sign in to comment.