Skip to content

Commit 7c81629

Browse files
authored
chore: switch to yarn publish (#1362)
1 parent c79efe4 commit 7c81629

File tree

7 files changed

+26
-4
lines changed

7 files changed

+26
-4
lines changed

libs/langgraph-api/CHANGELOG.md

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

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- ce0a39a: Fix invalid package.json dependencies
8+
- Updated dependencies [ce0a39a]
9+
- @langchain/langgraph-ui@0.0.43
10+
311
## 0.0.42
412

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

libs/langgraph-cli/CHANGELOG.md

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

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- ce0a39a: Fix invalid package.json dependencies
8+
- Updated dependencies [ce0a39a]
9+
- @langchain/langgraph-api@0.0.43
10+
311
## 0.0.42
412

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

libs/langgraph-ui/CHANGELOG.md

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

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- ce0a39a: Fix invalid package.json dependencies
8+
39
## 0.0.42
410

511
### Patch Changes

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test:exports:docker": "docker compose -f environment_tests/docker-compose.yml up --force-recreate",
3232
"format": "turbo run format",
3333
"format:check": "turbo run format:check",
34-
"release": "turbo build && yarn changeset publish"
34+
"release": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish"
3535
},
3636
"author": "LangChain",
3737
"license": "MIT",

0 commit comments

Comments
 (0)