@sanity/assist 1.0.0 → 1.0.1

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 +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,6 +28,8 @@ Free your team to do more of what they’re great at (and less busy work) with t
28
28
 
29
29
  You create the instructions; Sanity AI Assist does the rest. [Learn more about writing instructions in the Sanity documentation](https://www.sanity.io/guides/getting-started-with-ai-assist-instructions?utm_source=github.com&utm_medium=organic_social&utm_campaign=ai-assist&utm_content=).
30
30
 
31
+ [Read the release announcement here.](https://www.sanity.io/blog/sanity-ai-assist-announcement?utm_source=github.com&utm_medium=organic_social&utm_campaign=ai-assist&utm_content=)
32
+
31
33
  <img width="1019" alt="Screenshot showing Sanity AI Assist instructions for a title field in the Sanity Studio document editor" src="https://github.com/sanity-io/sanity/assets/835514/4d895477-c6d7-4da0-be25-c73e109edbdb">
32
34
 
33
35
  ## Installation
@@ -35,9 +37,11 @@ You create the instructions; Sanity AI Assist does the rest. [Learn more about w
35
37
  In your Studio project folder, install the following plugin dependency:
36
38
 
37
39
  ```sh
38
- npm install @sanity/assist
40
+ npm install @sanity/assist sanity@latest
39
41
  ```
40
42
 
43
+ This plugin requires `sanity` version `3.13.0` or greater.
44
+
41
45
  ## Setup
42
46
 
43
47
  > **Note:** Before using the plugin, your project must have Sanity AI Assist enabled at the API level.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/assist",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "sanity",
@@ -79,7 +79,7 @@
79
79
  "react-dom": "^18.2.0",
80
80
  "react-is": "^18.2.0",
81
81
  "rimraf": "^4.4.0",
82
- "sanity": "3.13.0",
82
+ "sanity": "^3.13.0",
83
83
  "semantic-release": "^21.0.5",
84
84
  "styled-components": "^5.3.9",
85
85
  "typescript": "^5.1.3",
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "peerDependencies": {
89
89
  "react": "^18",
90
- "sanity": "3.13.0"
90
+ "sanity": "^3.13.0"
91
91
  },
92
92
  "engines": {
93
93
  "node": ">=14"