Skip to content

Commit d066129

Browse files
chore: version packages (#1961)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d04fd0 commit d066129

File tree

11 files changed

+30
-19
lines changed

11 files changed

+30
-19
lines changed

.changeset/many-bees-knock.md

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

.changeset/spotty-flowers-hear.md

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

.changeset/support-api-version.md

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

libs/langgraph-api/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @langchain/langgraph-api
22

3+
## 1.1.13
4+
5+
### Patch Changes
6+
7+
- [#1960](https://github.com/langchain-ai/langgraphjs/pull/1960) [`4ebe31e`](https://github.com/langchain-ai/langgraphjs/commit/4ebe31ec6ea289f2eeff324fb1875af869d543c9) Thanks [@hntrl](https://github.com/hntrl)! - relax langsmith dep
8+
9+
- Updated dependencies []:
10+
- @langchain/langgraph-ui@1.1.13
11+
312
## 1.1.12
413

514
### Patch Changes

libs/langgraph-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/langgraph-api",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

libs/langgraph-cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @langchain/langgraph-cli
22

3+
## 1.1.13
4+
5+
### Patch Changes
6+
7+
- [#1954](https://github.com/langchain-ai/langgraphjs/pull/1954) [`632d39f`](https://github.com/langchain-ai/langgraphjs/commit/632d39f5a1c6d0f838e48e5e59e580d5a82faa94) Thanks [@hinthornw](https://github.com/hinthornw)! - Support `api_version` field in `langgraph.json` to control the base Docker image tag. When set, the image tag becomes `{api_version}-node{node_version}` (e.g., `langchain/langgraphjs-api:0.7.29-node22`) instead of just `{node_version}`.
8+
9+
- Updated dependencies [[`4ebe31e`](https://github.com/langchain-ai/langgraphjs/commit/4ebe31ec6ea289f2eeff324fb1875af869d543c9)]:
10+
- @langchain/langgraph-api@1.1.13
11+
312
## 1.1.12
413

514
### Patch Changes

libs/langgraph-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/langgraph-cli",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

libs/langgraph-ui/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @langchain/langgraph-ui
22

3+
## 1.1.13
4+
35
## 1.1.12
46

57
## 1.1.11

libs/langgraph-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/langgraph-ui",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

libs/sdk/CHANGELOG.md

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

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- [#1956](https://github.com/langchain-ai/langgraphjs/pull/1956) [`8a84c04`](https://github.com/langchain-ai/langgraphjs/commit/8a84c0448eb2db7619c43be7c6e35daa058ac613) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(sdk): make SubagentStream and SubagentToolCall generic for type-safe subagent inference
8+
39
## 1.6.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)