Skip to content

Commit 5908932

Browse files
Version Packages (#1361)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 972b66a commit 5908932

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/little-tips-check.md

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

libs/langgraph-api/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @langchain/langgraph-api
2+
3+
## 0.0.42
4+
5+
### Patch Changes
6+
7+
- 972b66a: Support gen UI components namespaced with a hyphen
8+
- Updated dependencies [972b66a]
9+
- @langchain/langgraph-ui@0.0.42

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": "0.0.41",
3+
"version": "0.0.42",
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
@@ -0,0 +1,9 @@
1+
# @langchain/langgraph-cli
2+
3+
## 0.0.42
4+
5+
### Patch Changes
6+
7+
- 972b66a: Support gen UI components namespaced with a hyphen
8+
- Updated dependencies [972b66a]
9+
- @langchain/langgraph-api@0.0.42

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": "0.0.41",
3+
"version": "0.0.42",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

libs/langgraph-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @langchain/langgraph-ui
2+
3+
## 0.0.42
4+
5+
### Patch Changes
6+
7+
- 972b66a: Support gen UI components namespaced with a hyphen

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": "0.0.41",
3+
"version": "0.0.42",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

0 commit comments

Comments
 (0)