-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add missing changeset, add more description for changes #406
Conversation
witoszekdev
commented
Feb 10, 2025
- Add missing changeset
- Update changesets description, change scope
🦋 Changeset detectedLatest commit: 685a685 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #406 +/- ##
=======================================
Coverage 82.64% 82.64%
=======================================
Files 95 95
Lines 3497 3497
Branches 587 587
=======================================
Hits 2890 2890
Misses 600 600
Partials 7 7 ☔ View full report in Codecov by Sentry. |
This example uses Next.js app router | ||
|
||
```ts | ||
/* /app/api/manifest/route.ts */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: can you add imports as well for createManifestHandler
and createAppRegisterHandler
.changeset/silent-walls-heal.md
Outdated
|
||
### Previously: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can add ts
to code block here to enable syntax highlighting
.changeset/silent-walls-heal.md
Outdated
|
||
### Now: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can add ts
to code block here to enable syntax highlighting
.changeset/silent-walls-heal.md
Outdated
|
||
Example request: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here you can use http
to enable syntax highlighting