Skip to content

Commit 381e854

Browse files
chore: version packages (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4b5892 commit 381e854

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/honest-ravens-follow.md

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

libs/deepagents/CHANGELOG.md

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

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- [#197](https://github.com/langchain-ai/deepagentsjs/pull/197) [`e4b5892`](https://github.com/langchain-ai/deepagentsjs/commit/e4b5892b0e171cf33b75c8e2c93665ce97f87638) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): runtime agnostic sandbox operations
8+
39
## 1.7.1
410

511
### Patch Changes

libs/deepagents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepagents",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

libs/providers/modal/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#197](https://github.com/langchain-ai/deepagentsjs/pull/197) [`e4b5892`](https://github.com/langchain-ai/deepagentsjs/commit/e4b5892b0e171cf33b75c8e2c93665ce97f87638) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): runtime agnostic sandbox operations
8+
39
## 0.1.1
410

511
### Patch Changes

libs/providers/modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/modal",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Modal Sandbox backend for deepagents",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)