sanity-plugin-documents-pane 4.1.3 → 4.1.4

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.
Files changed (2) hide show
  1. package/README.md +0 -17
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # sanity-plugin-documents-pane
2
2
 
3
- > For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity-plugin-documents-pane/tree/studio-v2).
4
-
5
3
  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.
6
4
 
7
5
  ![Incoming References](https://user-images.githubusercontent.com/9684022/121202594-52bc6180-c86d-11eb-897d-f418047b3d22.png)
@@ -103,18 +101,3 @@ This plugin is based on [Incoming References](https://github.com/sanity-io/sanit
103
101
  ## License
104
102
 
105
103
  MIT-licensed. See LICENSE.
106
-
107
- ## Develop & test
108
-
109
- This plugin uses [@sanity/plugin-kit](https://github.com/sanity-io/plugin-kit)
110
- with default configuration for build & watch scripts.
111
-
112
- See [Testing a plugin in Sanity Studio](https://github.com/sanity-io/plugin-kit#testing-a-plugin-in-sanity-studio)
113
- on how to run this plugin with hotreload in the studio.
114
-
115
- ### Release new version
116
-
117
- Run ["CI & Release" workflow](https://github.com/sanity-io/sanity-plugin-documents-pane/actions/workflows/main.yml).
118
- Make sure to select the main branch and check "Release new version".
119
-
120
- Semantic release will only release on configured branches, so it is safe to run release on any branch.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-documents-pane",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Displays the results of a GROQ query in a View Pane",
5
5
  "keywords": [
6
6
  "sanity",
@@ -33,7 +33,7 @@
33
33
  "@sanity/uuid": "^3.0.2",
34
34
  "dlv": "^1.1.3",
35
35
  "rxjs": "^7.8.2",
36
- "sanity-plugin-utils": "2.0.2"
36
+ "sanity-plugin-utils": "^2.0.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@sanity/pkg-utils": "^10.5.5",