0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

Make image and mdx changesets be minor instead of major (#5883)

This commit is contained in:
Matthew Phillips 2023-01-17 10:49:25 -05:00 committed by GitHub
parent 2000f5fb1e
commit 28556a89fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
'@astrojs/deno': major
'@astrojs/netlify': major
'@astrojs/image': major
'@astrojs/image': minor
'astro': major
---

View file

@ -1,7 +1,7 @@
---
'@astrojs/deno': major
'@astrojs/netlify': major
'@astrojs/image': major
'@astrojs/image': minor
'astro': major
---

View file

@ -1,6 +1,6 @@
---
'astro': major
'@astrojs/mdx': major
'@astrojs/mdx': minor
'@astrojs/markdown-remark': major
---