Skip to content

Commit

Permalink
Update changesets (#3434)
Browse files Browse the repository at this point in the history
* chore: remove @e2e from changesets

* chore: add missing changeset
  • Loading branch information
natemoo-re authored May 24, 2022
1 parent 9ba2c70 commit 4e3b405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@example/*", "@test/*", "@e2e/*"]
"ignore": ["@example/*", "@test/*"]
}
5 changes: 5 additions & 0 deletions .changeset/fair-bananas-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Respect user's configured vite logLevel during build, changes default to `info`.

0 comments on commit 4e3b405

Please sign in to comment.