chore: version packages#12
Closed
lyoshenka wants to merge 2 commits into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Automated Changesets release PR to version and document the next patch releases for the @farcaster/snap package and its @farcaster/snap-hono integration.
Changes:
- Bump
@farcaster/snapversion to1.2.1and add the corresponding changelog entry (“fix ESM loading bug”). - Bump
@farcaster/snap-honoversion to1.1.3and add a changelog entry noting the updated internal dependency. - Remove the consumed Changeset file now reflected in package versions/changelogs.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkgs/snap/package.json | Version bump to 1.2.1 for the package release. |
| pkgs/snap/CHANGELOG.md | Adds release notes for 1.2.1. |
| pkgs/hono/package.json | Version bump to 1.1.3 for the package release. |
| pkgs/hono/CHANGELOG.md | Adds release notes for 1.1.3 (dependency update). |
| .changeset/clever-moments-end.md | Removed after being applied to versions/changelogs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@farcaster/snap-hono@1.1.3
Patch Changes
43f9852]:@farcaster/snap@1.2.1
Patch Changes
43f9852Thanks @lyoshenka! - fix ESM loading bug