Skip to content

Commit e2d7b5c

Browse files
Version Packages (#247)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96a8138 commit e2d7b5c

File tree

8 files changed

+27
-24
lines changed

8 files changed

+27
-24
lines changed

.changeset/chatty-schools-speak.md

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

.changeset/fair-kings-grab.md

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

.changeset/gorgeous-bears-beam.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cloudflare/agents
22

3+
## 0.0.77
4+
5+
### Patch Changes
6+
7+
- [#249](https://github.com/cloudflare/agents/pull/249) [`c18c28a`](https://github.com/cloudflare/agents/commit/c18c28a253be85e582a71172e074eb97884894e9) Thanks [@dexxiez](https://github.com/dexxiez)! - chore: add top level default types to package.json
8+
9+
- [#246](https://github.com/cloudflare/agents/pull/246) [`c4d53d7`](https://github.com/cloudflare/agents/commit/c4d53d786da3adf67a658b8a343909ce0f3fb70d) Thanks [@jmorrell-cloudflare](https://github.com/jmorrell-cloudflare)! - Ensure we are passing ctx.props to McpAgent for the Streamable transport
10+
11+
- [#251](https://github.com/cloudflare/agents/pull/251) [`96a8138`](https://github.com/cloudflare/agents/commit/96a81383f6b48be0cc854b8cc72f33317824721c) Thanks [@brettimus](https://github.com/brettimus)! - Ensure isLoading is false after you `stop` an ongoing chat agent request
12+
313
## 0.0.76
414

515
### 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.76",
3+
"version": "0.0.77",
44
"main": "src/index.ts",
55
"types": "dist/index.d.ts",
66
"type": "module",

packages/hono-agents/CHANGELOG.md

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

3+
## 0.0.67
4+
5+
### Patch Changes
6+
7+
- [#249](https://github.com/cloudflare/agents/pull/249) [`c18c28a`](https://github.com/cloudflare/agents/commit/c18c28a253be85e582a71172e074eb97884894e9) Thanks [@dexxiez](https://github.com/dexxiez)! - chore: add top level default types to package.json
8+
9+
- Updated dependencies [[`c18c28a`](https://github.com/cloudflare/agents/commit/c18c28a253be85e582a71172e074eb97884894e9), [`c4d53d7`](https://github.com/cloudflare/agents/commit/c4d53d786da3adf67a658b8a343909ce0f3fb70d), [`96a8138`](https://github.com/cloudflare/agents/commit/96a81383f6b48be0cc854b8cc72f33317824721c)]:
10+
11+
312
## 0.0.66
413

514
### 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.66",
3+
"version": "0.0.67",
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.76",
39+
"agents": "^0.0.77",
4040
"hono": "^4.6.17"
4141
},
4242
"devDependencies": {
43-
"agents": "^0.0.76",
43+
"agents": "^0.0.77",
4444
"hono": "^4.7.8"
4545
}
4646
}

0 commit comments

Comments
 (0)