Skip to content

Commit b3f9b8c

Browse files
[ci] release (#5607)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b293276 commit b3f9b8c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/integrations/cloudflare/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d85ec7484`](https://github.com/withastro/astro/commit/d85ec7484ce14a4c7d3f480da8f38fcb9aff388f), [`d2960984c`](https://github.com/withastro/astro/commit/d2960984c59af7b60a3ea472c6c58fb00534a8e6), [`31ec84797`](https://github.com/withastro/astro/commit/31ec8479721a1cd65538ec041458c5ffe8f50ee9), [`5ec0f6ed5`](https://github.com/withastro/astro/commit/5ec0f6ed55b0a14a9663a90a03428345baf126bd), [`dced4a8a2`](https://github.com/withastro/astro/commit/dced4a8a2657887ec569860d9862d20f695dc23a), [`6b156dd3b`](https://github.com/withastro/astro/commit/6b156dd3b467884839a571c53114aadf26fa4b0b)]:
8+
9+
310
## 4.1.1
411

512
### Patch Changes

packages/integrations/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/cloudflare",
33
"description": "Deploy your site to cloudflare workers or cloudflare pages",
4-
"version": "4.1.1",
4+
"version": "5.0.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -38,7 +38,7 @@
3838
"tiny-glob": "^0.2.9"
3939
},
4040
"peerDependencies": {
41-
"astro": "^1.6.15"
41+
"astro": "^1.7.0"
4242
},
4343
"devDependencies": {
4444
"astro": "workspace:*",

0 commit comments

Comments
 (0)