Skip to content

Commit e31e26c

Browse files
Version Packages (#523)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06b2ab0 commit e31e26c

File tree

7 files changed

+25
-19
lines changed

7 files changed

+25
-19
lines changed

.changeset/mighty-badgers-vanish.md

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

.changeset/plenty-guests-warn.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/agents
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- [#521](https://github.com/cloudflare/agents/pull/521) [`1bd0c75`](https://github.com/cloudflare/agents/commit/1bd0c75f44bc164e16f81bd20c9c9bd6fe790898) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Fix OAuth state parameter security vulnerability by replacing client_id with secure random tokens
8+
9+
- [#524](https://github.com/cloudflare/agents/pull/524) [`06b2ab0`](https://github.com/cloudflare/agents/commit/06b2ab0b7fe1a981441a590ad8779e30a4f0e924) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
10+
311
## 0.2.6
412

513
### Patch Changes

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@
125125
},
126126
"type": "module",
127127
"types": "dist/index.d.ts",
128-
"version": "0.2.6"
128+
"version": "0.2.7"
129129
}

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+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/cloudflare/agents/pull/524) [`06b2ab0`](https://github.com/cloudflare/agents/commit/06b2ab0b7fe1a981441a590ad8779e30a4f0e924) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
8+
9+
- Updated dependencies [[`1bd0c75`](https://github.com/cloudflare/agents/commit/1bd0c75f44bc164e16f81bd20c9c9bd6fe790898), [`06b2ab0`](https://github.com/cloudflare/agents/commit/06b2ab0b7fe1a981441a590ad8779e30a4f0e924)]:
10+
11+
312
## 2.0.2
413

514
### Patch Changes

packages/hono-agents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"description": "Add Cloudflare Agents to your Hono app",
77
"devDependencies": {
8-
"agents": "^0.2.3",
8+
"agents": "^0.2.7",
99
"hono": "^4.9.9"
1010
},
1111
"publishConfig": {
@@ -31,7 +31,7 @@
3131
"main": "src/index.ts",
3232
"name": "hono-agents",
3333
"peerDependencies": {
34-
"agents": "^0.2.3",
34+
"agents": "^0.2.7",
3535
"hono": "^4.6.17"
3636
},
3737
"repository": {
@@ -45,5 +45,5 @@
4545
},
4646
"type": "module",
4747
"types": "dist/index.d.ts",
48-
"version": "2.0.2"
48+
"version": "2.0.3"
4949
}

0 commit comments

Comments
 (0)