@sanity/assist 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/assist",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "sanity",
@@ -110,13 +110,12 @@ export function AlphaMigration() {
110
110
  toast.push({
111
111
  title: `Converted instructions to new format.`,
112
112
  status: 'success',
113
- description: 'Pending feature name',
114
113
  closable: true,
115
114
  })
116
115
  } catch (e: any) {
117
116
  console.error(e)
118
117
  toast.push({
119
- title: `An error occured`,
118
+ title: `An error occurred`,
120
119
  status: 'error',
121
120
  closable: true,
122
121
  })