Skip to content

fix: release v1.3.1 with Sanity v5 peer dependency support#27

Merged
chenaski merged 1 commit into
mainfrom
claude/issue-26-20260430-1910
May 5, 2026
Merged

fix: release v1.3.1 with Sanity v5 peer dependency support#27
chenaski merged 1 commit into
mainfrom
claude/issue-26-20260430-1910

Conversation

@chenaski
Copy link
Copy Markdown
Member

@chenaski chenaski commented May 5, 2026

The npm-published v1.3.0 incorrectly listed sanity@"^3 || ^4" as a peer dependency, even though the repo's package.json already had "^3 || ^4 || ^5". This patch release bumps the version to 1.3.1 so the correct range is published to npm.

No source code changes needed — the plugin's APIs are fully compatible with Sanity v5.

Fixes #26

Generated with Claude Code

The npm-published v1.3.0 only listed sanity@^3||^4 as a peer dep.
The repo already has the correct ^3||^4||^5 range; this patch release
makes it available on npm.

Fixes #26

Co-authored-by: Eugene Boruhov <chenaski@users.noreply.github.com>
@chenaski chenaski merged commit fda65c5 into main May 5, 2026
1 check passed
@chenaski chenaski deleted the claude/issue-26-20260430-1910 branch May 5, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v1.3.0 does not work with Sanity v5

1 participant