Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr committed Nov 8, 2023
1 parent 13a75c7 commit a191609
Show file tree
Hide file tree
Showing 29 changed files with 430 additions and 412 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-candles-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/cloudflare': minor
---

Removes default override of image service for astro:assets. If you relied on this before, you need to add the option `imageService: 'passthrough'` to your adapter configuration.
5 changes: 5 additions & 0 deletions .changeset/grumpy-adults-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/netlify': patch
---

Updates dependencies
2 changes: 1 addition & 1 deletion .changeset/shaggy-wasps-care.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@astrojs/cloudflare': minor
---

Astro Assets Image Service
Adds support for external Cloudflare Image Resizing Service. See Cloudflare docs for more information about Pricing and Features: https://developers.cloudflare.com/images/image-resizing/
4 changes: 2 additions & 2 deletions packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"vite": "^4.4.9"
},
"peerDependencies": {
"astro": "workspace:^3.3.0"
"astro": "^3.4.3"
},
"devDependencies": {
"execa": "^8.0.1",
"fast-glob": "^3.3.1",
"@types/iarna__toml": "^2.0.2",
"strip-ansi": "^7.1.0",
"astro": "^3.2.3",
"astro": "^3.4.3",
"chai": "^4.3.7",
"cheerio": "1.0.0-rc.12",
"mocha": "^10.2.0",
Expand Down
Loading

0 comments on commit a191609

Please sign in to comment.