-
-
Notifications
You must be signed in to change notification settings - Fork 245
ci: release #2716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: release #2716
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2716 +/- ##
=======================================
Coverage 26.41% 26.41%
=======================================
Files 387 387
Lines 37484 37484
Branches 1907 1907
=======================================
Hits 9901 9901
Misses 27570 27570
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
707141f
to
e72f9a8
Compare
e72f9a8
to
ece2de9
Compare
ece2de9
to
3af22ea
Compare
3af22ea
to
86ee776
Compare
86ee776
to
727e014
Compare
727e014
to
72bde48
Compare
72bde48
to
2028ad0
Compare
2028ad0
to
0b7d5ca
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hey-api/[email protected]
Minor Changes
fcdd73b
) by @mrlubosUpdated
output
optionsWe made the
output
configuration more consistent by usingnull
to represent disabled options. This change does not affect boolean options.Patch Changes
feat: support multiple configurations (#2602) (
c84f10e
) by @carson2222feat(config): add
output.importFileExtension
option (#2718) (fcdd73b
) by @mrlubosfeat(pinia-colada): query options use
defineQueryOptions
(#2610) (33e6b31
) by @brolnickijUpdated Pinia Colada query options
Pinia Colada query options now use
defineQueryOptions
to improve reactivity support. Instead of calling the query options function, you can use one of the following approaches.No params
Constant
Reactive
Properties