Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sanity-plugin-imagekit",
"version": "1.0.0",
"description": "ImageKit integration for Sanity Studio V3.",
"version": "1.0.1",
"description": "ImageKit integration for Sanity Studio. Supports Studio V3, V4, and V5.",
"keywords": [
"sanity",
"sanity-plugin",
Expand Down Expand Up @@ -92,7 +92,7 @@
"peerDependencies": {
"react": "^18.3 || ^19",
"react-dom": "^18.3 || ^19",
"sanity": "^3 || ^4.0.0-0",
"sanity": "^3 || ^4 || ^5",
"styled-components": "^6.0"
},
"engines": {
Expand Down