@sanity/color-input 3.0.0-v3-studio.12 → 3.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.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
1
  # @sanity/color-input
2
2
 
3
- > **NOTE**
4
- >
5
- > This is the **Sanity Studio v3 version** of @sanity/color-input.
6
- >
3
+ > This is a **Sanity Studio v3** plugin.
7
4
  > For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity/tree/next/packages/%40sanity/color-input).
8
5
 
9
6
  ## What is it?
@@ -14,13 +11,13 @@ Color input plugin for [Sanity](https://sanity.io/) that stores selected colors
14
11
 
15
12
  ## Installation
16
13
  ```
17
- npm install --save @sanity/color-input@studio-v3
14
+ npm install --save @sanity/color-input
18
15
  ```
19
16
 
20
17
  or
21
18
 
22
19
  ```
23
- yarn add @sanity/color-input@studio-v3
20
+ yarn add @sanity/color-input
24
21
  ```
25
22
 
26
23
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/color-input",
3
- "version": "3.0.0-v3-studio.12",
3
+ "version": "3.0.0",
4
4
  "description": "Color input",
5
5
  "keywords": [
6
6
  "sanity",
@@ -54,9 +54,9 @@
54
54
  "watch": "pkg-utils watch"
55
55
  },
56
56
  "dependencies": {
57
- "@sanity/icons": "1.3.6",
57
+ "@sanity/icons": "^2.0.0",
58
58
  "@sanity/incompatible-plugin": "^1.0.4",
59
- "@sanity/ui": "1.0.0-beta.32",
59
+ "@sanity/ui": "^1.0.0",
60
60
  "lodash": "^4.17.21",
61
61
  "react-color": "^2.19.3"
62
62
  },
@@ -82,14 +82,14 @@
82
82
  "prettier-plugin-packagejson": "^2.3.0",
83
83
  "react": "^18",
84
84
  "rimraf": "^3.0.2",
85
- "sanity": "3.0.0-rc.2",
85
+ "sanity": "^3.0.0",
86
86
  "semantic-release": "^19.0.3",
87
87
  "styled-components": "^5.2.0",
88
88
  "typescript": "^4.8.4"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": "^18",
92
- "sanity": "dev-preview || 3.0.0-rc.2",
92
+ "sanity": "^3.0.0",
93
93
  "styled-components": "^5.2.0"
94
94
  },
95
95
  "engines": {