sanity-plugin-dashboard-widget-netlify 2.0.0-v3-studio.7 → 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 CHANGED
@@ -1,24 +1,20 @@
1
- > **NOTE**
2
- >
3
- > This is the **Sanity Studio v3 version** of sanity-plugin-dashboard-widget-netlify.
4
- >
5
- > For the v2 version, please refer to the [v2 version](https://github.com/sanity-io/sanity-plugin-dashboard-widget-netlify/tree/main).
6
-
7
-
8
1
  # Sanity Dashboard Widget: Netlify
9
2
 
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-dashboard-widget-netlify/tree/studio-v2).
5
+
10
6
  Sanity Studio Dashboard Widget for triggering Netlify builds.
11
7
 
12
8
  ## Install
13
9
 
14
10
  ```
15
- npm install --save sanity-plugin-dashboard-widget-netlify@studio-v3
11
+ npm install --save sanity-plugin-dashboard-widget-netlify
16
12
  ```
17
13
 
18
14
  or
19
15
 
20
16
  ```
21
- yarn add sanity-plugin-dashboard-widget-netlify@studio-v3
17
+ yarn add sanity-plugin-dashboard-widget-netlify
22
18
  ```
23
19
 
24
20
  Ensure that you have followed install and usage instructions for [@sanity/dashboard](https://github.com/sanity-io/dashboard).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-dashboard-widget-netlify",
3
- "version": "2.0.0-v3-studio.7",
3
+ "version": "2.0.0",
4
4
  "description": "Sanity Studio Dashboard Widget for triggering Netlify builds",
5
5
  "keywords": [
6
6
  "sanity",
@@ -71,7 +71,7 @@
71
71
  "@babel/preset-react": "^7.18.6",
72
72
  "@commitlint/cli": "^17.2.0",
73
73
  "@commitlint/config-conventional": "^17.2.0",
74
- "@sanity/dashboard": "3.0.0-v3-studio.8",
74
+ "@sanity/dashboard": "^3.0.0-v3-studio.8",
75
75
  "@sanity/pkg-utils": "^1.17.2",
76
76
  "@sanity/plugin-kit": "^2.1.5",
77
77
  "@sanity/semantic-release-preset": "^2.0.2",
@@ -101,17 +101,17 @@
101
101
  "react": "^18",
102
102
  "react-dom": "^18",
103
103
  "rimraf": "^3.0.2",
104
- "sanity": "3.0.0-rc.0",
104
+ "sanity": "3.0.0-rc.2",
105
105
  "styled-components": "^5.3.6",
106
106
  "ts-jest": "^29.0.3",
107
107
  "typescript": "^4.8.4"
108
108
  },
109
109
  "peerDependencies": {
110
- "@sanity/dashboard": "studio-v3 || 3.0.0-v3-studio.7",
110
+ "@sanity/dashboard": "^3.0.0-v3-studio.8",
111
111
  "@sanity/ui": "1.0.0-beta.32",
112
112
  "react": "^18",
113
113
  "react-dom": "^18",
114
- "sanity": "dev-preview || 3.0.0-rc.0",
114
+ "sanity": "dev-preview || 3.0.0-rc.2",
115
115
  "styled-components": "^5.2"
116
116
  },
117
117
  "engines": {
@@ -5,7 +5,7 @@ export default showIncompatiblePluginDialog({
5
5
  name: name,
6
6
  versions: {
7
7
  v3: version,
8
- v2: undefined,
8
+ v2: '^1.3.1',
9
9
  },
10
10
  sanityExchangeUrl,
11
11
  })