Skip to content

Commit 862da50

Browse files
chore: version packages (#9489)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cfee39a commit 862da50

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

‎.changeset/khaki-toes-flow.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/tame-meals-feel.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎libs/langchain/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# langchain
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#9487](https://github.com/langchain-ai/langchainjs/pull/9487) [`4827945`](https://github.com/langchain-ai/langchainjs/commit/48279457ee44f36cdde175a537e2b12f5866627f) Thanks [@hntrl](https://github.com/hntrl)! - constrain lower bound core peer dep
8+
39
## 1.1.0
410

511
### Minor Changes

‎libs/langchain/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langchain",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Typescript bindings for langchain",
55
"author": "LangChain",
66
"license": "MIT",

‎libs/providers/langchain-anthropic/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @langchain/anthropic
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#9488](https://github.com/langchain-ai/langchainjs/pull/9488) [`cfee39a`](https://github.com/langchain-ai/langchainjs/commit/cfee39a0b867e8cd4ae7bda3d64bba4124be4e10) Thanks [@hntrl](https://github.com/hntrl)! - add opus-4.5 to model strings
8+
39
## 1.1.2
410

511
### Patch Changes

‎libs/providers/langchain-anthropic/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/anthropic",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Anthropic integrations for LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",

0 commit comments

Comments
 (0)