sanity-plugin-documents-pane 2.0.0-v3-studio.5 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
## Usage
|
|
2
|
-
|
|
3
1
|
# sanity-plugin-documents-pane
|
|
4
2
|
|
|
5
|
-
> **
|
|
6
|
-
>
|
|
7
|
-
> This is the **Sanity Studio v3 version** of sanity-plugin-documents-pane.
|
|
8
|
-
>
|
|
9
|
-
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity-plugin-documents-pane).
|
|
10
|
-
|
|
3
|
+
>This is a **Sanity Studio v3** plugin.
|
|
4
|
+
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity-plugin-documents-pane/tree/studio-v2).
|
|
11
5
|
|
|
12
6
|
Displays the results of a GROQ query in a View Pane. With the ability to use field values in the current document as query parameters.
|
|
13
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-documents-pane",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Displays the results of a GROQ query in a View Pane",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"react": "^18",
|
|
87
87
|
"react-dom": "^18",
|
|
88
88
|
"rimraf": "^3.0.2",
|
|
89
|
-
"sanity": "3.0.0-rc.
|
|
89
|
+
"sanity": "3.0.0-rc.2",
|
|
90
90
|
"typescript": "^4.8.4"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@sanity/uuid": "^3.0.1",
|
|
95
95
|
"react": "^18",
|
|
96
96
|
"react-dom": "^18",
|
|
97
|
-
"sanity": "dev-preview || 3.0.0-rc.
|
|
97
|
+
"sanity": "dev-preview || 3.0.0-rc.2"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
100
100
|
"node": ">=14"
|