Skip to content

Commit 9c460fb

Browse files
Version Packages (#290)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aacf837 commit 9c460fb

File tree

7 files changed

+23
-18
lines changed

7 files changed

+23
-18
lines changed

.changeset/late-regions-lay.md

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

.changeset/rude-glasses-know.md

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

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agents/CHANGELOG.md

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

3+
## 0.0.89
4+
5+
### Patch Changes
6+
7+
- [`87b44ab`](https://github.com/cloudflare/agents/commit/87b44ab1e277d691181eabcebde878bedc30bc2d) Thanks [@threepointone](https://github.com/threepointone)! - update deps
8+
9+
- [#292](https://github.com/cloudflare/agents/pull/292) [`aacf837`](https://github.com/cloudflare/agents/commit/aacf8375ccafad2b3004ee8dca2077e589eccfe7) Thanks [@cmsparks](https://github.com/cmsparks)! - Fix issue where stray MCP connection state is left after closing connection
10+
311
## 0.0.88
412

513
### Patch Changes

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agents",
3-
"version": "0.0.88",
3+
"version": "0.0.89",
44
"main": "src/index.ts",
55
"types": "dist/index.d.ts",
66
"type": "module",

packages/hono-agents/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# hono-agents
22

3+
## 0.0.79
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`87b44ab`](https://github.com/cloudflare/agents/commit/87b44ab1e277d691181eabcebde878bedc30bc2d), [`aacf837`](https://github.com/cloudflare/agents/commit/aacf8375ccafad2b3004ee8dca2077e589eccfe7)]:
8+
- agents@0.0.89
9+
310
## 0.0.78
411

512
### Patch Changes

packages/hono-agents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hono-agents",
3-
"version": "0.0.78",
3+
"version": "0.0.79",
44
"main": "src/index.ts",
55
"types": "dist/index.d.ts",
66
"type": "module",
@@ -36,11 +36,11 @@
3636
"license": "MIT",
3737
"description": "Add Cloudflare Agents to your Hono app",
3838
"peerDependencies": {
39-
"agents": "^0.0.88",
39+
"agents": "^0.0.89",
4040
"hono": "^4.6.17"
4141
},
4242
"devDependencies": {
43-
"agents": "^0.0.88",
43+
"agents": "^0.0.89",
4444
"hono": "^4.7.9"
4545
}
4646
}

0 commit comments

Comments
 (0)