Skip to content

Commit 21915e1

Browse files
Version Packages (#297)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7972da4 commit 21915e1

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed

.changeset/stale-houses-taste.md

Lines changed: 0 additions & 6 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/agents
22

3+
## 0.0.91
4+
5+
### Patch Changes
6+
7+
- [`7972da4`](https://github.com/cloudflare/agents/commit/7972da40a639611f253c4b4e27d18d4ff3c5a5e2) Thanks [@threepointone](https://github.com/threepointone)! - update deps
8+
39
## 0.0.90
410

511
### 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.90",
3+
"version": "0.0.91",
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.81
4+
5+
### Patch Changes
6+
7+
- [`7972da4`](https://github.com/cloudflare/agents/commit/7972da40a639611f253c4b4e27d18d4ff3c5a5e2) Thanks [@threepointone](https://github.com/threepointone)! - update deps
8+
9+
- Updated dependencies [[`7972da4`](https://github.com/cloudflare/agents/commit/7972da40a639611f253c4b4e27d18d4ff3c5a5e2)]:
10+
- agents@0.0.91
11+
312
## 0.0.80
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.80",
3+
"version": "0.0.81",
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.90",
39+
"agents": "^0.0.91",
4040
"hono": "^4.6.17"
4141
},
4242
"devDependencies": {
43-
"agents": "^0.0.90",
43+
"agents": "^0.0.91",
4444
"hono": "^4.7.10"
4545
}
4646
}

0 commit comments

Comments
 (0)