Skip to content

Commit 7cf506e

Browse files
chore: version packages (#196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 731b01e commit 7cf506e

File tree

11 files changed

+35
-14
lines changed

11 files changed

+35
-14
lines changed

.changeset/slimy-sites-shout.md

Lines changed: 0 additions & 9 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.1
4+
5+
### Patch Changes
6+
7+
- [#194](https://github.com/langchain-ai/deepagentsjs/pull/194) [`731b01e`](https://github.com/langchain-ai/deepagentsjs/commit/731b01ed172dd4cbc0fa45f0189723ad6890f366) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): polish sandbox interfaces
8+
39
## 1.7.0
410

511
### Minor 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.0",
3+
"version": "1.7.1",
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/daytona/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#194](https://github.com/langchain-ai/deepagentsjs/pull/194) [`731b01e`](https://github.com/langchain-ai/deepagentsjs/commit/731b01ed172dd4cbc0fa45f0189723ad6890f366) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): polish sandbox interfaces
8+
39
## 0.1.0
410

511
### Minor Changes

libs/providers/daytona/package.json

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

libs/providers/deno/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#194](https://github.com/langchain-ai/deepagentsjs/pull/194) [`731b01e`](https://github.com/langchain-ai/deepagentsjs/commit/731b01ed172dd4cbc0fa45f0189723ad6890f366) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): polish sandbox interfaces
8+
39
## 0.1.0
410

511
### Minor Changes

libs/providers/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/deno",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Deno Sandbox backend for deepagents",
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.1
4+
5+
### Patch Changes
6+
7+
- [#194](https://github.com/langchain-ai/deepagentsjs/pull/194) [`731b01e`](https://github.com/langchain-ai/deepagentsjs/commit/731b01ed172dd4cbc0fa45f0189723ad6890f366) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): polish sandbox interfaces
8+
39
## 0.1.0
410

511
### Minor 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.0",
3+
"version": "0.1.1",
44
"description": "Modal Sandbox backend for deepagents",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

libs/providers/node-vfs/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#194](https://github.com/langchain-ai/deepagentsjs/pull/194) [`731b01e`](https://github.com/langchain-ai/deepagentsjs/commit/731b01ed172dd4cbc0fa45f0189723ad6890f366) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): polish sandbox interfaces
8+
39
## 0.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)