Skip to content

Commit 8222363

Browse files
committed
Add support for astro v3
1 parent a4c778b commit 8222363

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/silly-ducks-double.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro-netlify-cms": patch
3+
---
4+
5+
Support for Astro v3

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react-dom": "^17.0.2"
3636
},
3737
"peerDependencies": {
38-
"astro": "^1.0.0 || ^2.0.0-beta"
38+
"astro": "^1.0.0 || ^2.0.0-beta || ^3.0.0-beta"
3939
},
4040
"devDependencies": {
4141
"@changesets/changelog-github": "^0.4.7",

0 commit comments

Comments
 (0)