0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Update changesets (#3434)

* chore: remove @e2e from changesets

* chore: add missing changeset
This commit is contained in:
Nate Moore 2022-05-24 11:38:25 -05:00 committed by GitHub
parent 9ba2c7084a
commit 4e3b405e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -6,5 +6,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@example/*", "@test/*", "@e2e/*"]
"ignore": ["@example/*", "@test/*"]
}

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Respect user's configured vite logLevel during build, changes default to `info`.