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:
parent
9ba2c7084a
commit
4e3b405e9e
2 changed files with 6 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["@example/*", "@test/*", "@e2e/*"]
|
||||
"ignore": ["@example/*", "@test/*"]
|
||||
}
|
||||
|
|
5
.changeset/fair-bananas-camp.md
Normal file
5
.changeset/fair-bananas-camp.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Respect user's configured vite logLevel during build, changes default to `info`.
|
Loading…
Reference in a new issue