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 Nov 20, 2023
1 parent 0bca67f commit 875427a
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 10 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
Check out the #announcements channel in the [LangChain.dart Discord](https://discord.gg/x4qbhqecVR)
server for more details about each release.

## 2023-11-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`openai_dart` - `v0.1.1+2`](#openai_dart---v0112)
- [`langchain_openai` - `v0.1.2+1`](#langchain_openai---v0121)

Packages with dependency updates only:

> 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.
- `langchain_openai` - `v0.1.2+1`

---

#### `openai_dart` - `v0.1.1+2`

- **FIX**(openai_dart): Decode JSON responses as UTF-8 ([#234](https://github.com/davidmigloz/langchain_dart/issues/234)). ([0bca67f4](https://github.com/davidmigloz/langchain_dart/commit/0bca67f4ea682ebd5a8b9d3c7319c9511229b0ba))


## 2023-11-19

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/browser_summarizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter_markdown: ^0.6.17
js: ^0.6.7
langchain: ^0.1.1
langchain_openai: ^0.1.2
langchain_openai: ^0.1.2+1
shared_preferences: ^2.2.0

flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/docs_examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ environment:

dependencies:
langchain: ^0.1.1
langchain_openai: ^0.1.2
langchain_openai: ^0.1.2+1
langchain_chroma: ^0.1.0+4
2 changes: 1 addition & 1 deletion examples/hello_world_backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ environment:

dependencies:
langchain: ^0.1.1
langchain_openai: ^0.1.2
langchain_openai: ^0.1.2+1
shelf: ^1.4.1
shelf_router: ^1.1.4
2 changes: 1 addition & 1 deletion examples/hello_world_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ environment:

dependencies:
langchain: ^0.1.1
langchain_openai: ^0.1.2
langchain_openai: ^0.1.2+1
2 changes: 1 addition & 1 deletion examples/hello_world_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
equatable: ^2.0.5
flutter_bloc: ^8.1.3
langchain: ^0.1.1
langchain_openai: ^0.1.2
langchain_openai: ^0.1.2+1

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:

dev_dependencies:
test: ^1.24.3
langchain_openai: ^0.1.2
langchain_openai: ^0.1.2+1
4 changes: 4 additions & 0 deletions packages/langchain_openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2+1

- **FIX**(openai_dart): Decode JSON responses as UTF-8 ([#234](https://github.com/davidmigloz/langchain_dart/issues/234)). ([0bca67f4](https://github.com/davidmigloz/langchain_dart/commit/0bca67f4ea682ebd5a8b9d3c7319c9511229b0ba))

## 0.1.2

- **FEAT**(tools): Add support for OpenAIDallETool ([#231](https://github.com/davidmigloz/langchain_dart/issues/231)). ([541e8d77](https://github.com/davidmigloz/langchain_dart/commit/541e8d77d76246b25ffa8c4d3715b5ca728cfc3a))
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.1.2
version: 0.1.2+1
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 @@ -21,7 +21,7 @@ dependencies:
http: ^1.1.0
langchain: ^0.1.1
meta: ^1.9.1
openai_dart: ^0.1.1+1
openai_dart: ^0.1.1+2
tiktoken: ^1.0.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_pinecone/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:

dev_dependencies:
test: ^1.24.3
langchain_openai: ^0.1.2
langchain_openai: ^0.1.2+1
4 changes: 4 additions & 0 deletions packages/openai_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1+2

- **FIX**(openai_dart): Decode JSON responses as UTF-8 ([#234](https://github.com/davidmigloz/langchain_dart/issues/234)). ([0bca67f4](https://github.com/davidmigloz/langchain_dart/commit/0bca67f4ea682ebd5a8b9d3c7319c9511229b0ba))

## 0.1.1+1

- **FIX**(openai_dart): Fetch requests with big payloads dropping connection ([#226](https://github.com/davidmigloz/langchain_dart/issues/226)). ([1e771098](https://github.com/davidmigloz/langchain_dart/commit/1e771098d1090dd79846fca6520a1195efc5ac1e))
Expand Down
2 changes: 1 addition & 1 deletion packages/openai_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openai_dart
description: Dart Client for the OpenAI API (completions, chat, embeddings, etc.).
version: 0.1.1+1
version: 0.1.1+2
repository: https://github.com/davidmigloz/langchain_dart/tree/main/packages/openai_dart
issue_tracker: https://github.com/davidmigloz/langchain_dart/issues
homepage: https://github.com/davidmigloz/langchain_dart
Expand Down

0 comments on commit 875427a

Please sign in to comment.