Skip to content

Commit 71617b3

Browse files
committed
released v2.3.0
1 parent 199d733 commit 71617b3

File tree

24 files changed

+116
-116
lines changed

24 files changed

+116
-116
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.2.0",
2+
"version": "2.3.0",
33
"packages": ["packages/*", "website"]
44
}

packages/color-alpha/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-alpha",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color alpha",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-color/#/alpha",
@@ -36,8 +36,8 @@
3636
"react-dom": ">=16.9.0"
3737
},
3838
"dependencies": {
39-
"@uiw/color-convert": "2.2.0",
40-
"@uiw/react-drag-event-interactive": "2.2.0"
39+
"@uiw/color-convert": "2.3.0",
40+
"@uiw/react-drag-event-interactive": "2.3.0"
4141
},
4242
"devDependencies": {
4343
"@babel/runtime": "^7.21.0"

packages/color-block/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-block",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color Block Picker",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-color/#/block",
@@ -37,9 +37,9 @@
3737
"react-dom": ">=16.9.0"
3838
},
3939
"dependencies": {
40-
"@uiw/color-convert": "2.2.0",
41-
"@uiw/react-color-editable-input": "2.2.0",
42-
"@uiw/react-color-swatch": "2.2.0"
40+
"@uiw/color-convert": "2.3.0",
41+
"@uiw/react-color-editable-input": "2.3.0",
42+
"@uiw/react-color-swatch": "2.3.0"
4343
},
4444
"devDependencies": {
4545
"@babel/runtime": "^7.21.0"

packages/color-chrome/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-chrome",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color Github Picker",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-color/#/chrome",
@@ -37,14 +37,14 @@
3737
"react-dom": ">=16.9.0"
3838
},
3939
"dependencies": {
40-
"@uiw/color-convert": "2.2.0",
41-
"@uiw/react-color-alpha": "2.2.0",
42-
"@uiw/react-color-editable-input": "2.2.0",
43-
"@uiw/react-color-editable-input-hsla": "2.2.0",
44-
"@uiw/react-color-editable-input-rgba": "2.2.0",
45-
"@uiw/react-color-github": "2.2.0",
46-
"@uiw/react-color-hue": "2.2.0",
47-
"@uiw/react-color-saturation": "2.2.0"
40+
"@uiw/color-convert": "2.3.0",
41+
"@uiw/react-color-alpha": "2.3.0",
42+
"@uiw/react-color-editable-input": "2.3.0",
43+
"@uiw/react-color-editable-input-hsla": "2.3.0",
44+
"@uiw/react-color-editable-input-rgba": "2.3.0",
45+
"@uiw/react-color-github": "2.3.0",
46+
"@uiw/react-color-hue": "2.3.0",
47+
"@uiw/react-color-saturation": "2.3.0"
4848
},
4949
"devDependencies": {
5050
"@babel/runtime": "^7.21.0"

packages/color-circle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-circle",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color swatch component for React.",
55
"homepage": "https://uiwjs.github.io/react-color/#/circle",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -36,8 +36,8 @@
3636
"react-dom": ">=16.9.0"
3737
},
3838
"dependencies": {
39-
"@uiw/color-convert": "2.2.0",
40-
"@uiw/react-color-swatch": "2.2.0"
39+
"@uiw/color-convert": "2.3.0",
40+
"@uiw/react-color-swatch": "2.3.0"
4141
},
4242
"devDependencies": {
4343
"@babel/runtime": "^7.21.0"

packages/color-colorful/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-colorful",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color Colorful",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-color/#/colorful",
@@ -37,10 +37,10 @@
3737
"react-dom": ">=16.9.0"
3838
},
3939
"dependencies": {
40-
"@uiw/color-convert": "2.2.0",
41-
"@uiw/react-color-alpha": "2.2.0",
42-
"@uiw/react-color-hue": "2.2.0",
43-
"@uiw/react-color-saturation": "2.2.0"
40+
"@uiw/color-convert": "2.3.0",
41+
"@uiw/react-color-alpha": "2.3.0",
42+
"@uiw/react-color-hue": "2.3.0",
43+
"@uiw/react-color-saturation": "2.3.0"
4444
},
4545
"devDependencies": {
4646
"@babel/runtime": "^7.21.0"

packages/color-compact/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-compact",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color Compact component for React.",
55
"homepage": "https://uiwjs.github.io/react-color/#/compact",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -36,10 +36,10 @@
3636
"react-dom": ">=16.9.0"
3737
},
3838
"dependencies": {
39-
"@uiw/color-convert": "2.2.0",
40-
"@uiw/react-color-editable-input": "2.2.0",
41-
"@uiw/react-color-editable-input-rgba": "2.2.0",
42-
"@uiw/react-color-swatch": "2.2.0"
39+
"@uiw/color-convert": "2.3.0",
40+
"@uiw/react-color-editable-input": "2.3.0",
41+
"@uiw/react-color-editable-input-rgba": "2.3.0",
42+
"@uiw/react-color-swatch": "2.3.0"
4343
},
4444
"devDependencies": {
4545
"@babel/runtime": "^7.21.0"

packages/color-convert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/color-convert",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color Convert",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-color/#/convert",

packages/color-editable-input-hsla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-editable-input-hsla",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color Editable Input HSLA",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-hsla",
@@ -39,8 +39,8 @@
3939
"react-dom": ">=16.9.0"
4040
},
4141
"dependencies": {
42-
"@uiw/color-convert": "2.2.0",
43-
"@uiw/react-color-editable-input-rgba": "2.2.0"
42+
"@uiw/color-convert": "2.3.0",
43+
"@uiw/react-color-editable-input-rgba": "2.3.0"
4444
},
4545
"devDependencies": {
4646
"@babel/runtime": "^7.21.0"

packages/color-editable-input-rgba/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-color-editable-input-rgba",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Color Editable Input RGBA",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-rgba",
@@ -39,8 +39,8 @@
3939
"react-dom": ">=16.9.0"
4040
},
4141
"dependencies": {
42-
"@uiw/color-convert": "2.2.0",
43-
"@uiw/react-color-editable-input": "2.2.0"
42+
"@uiw/color-convert": "2.3.0",
43+
"@uiw/react-color-editable-input": "2.3.0"
4444
},
4545
"devDependencies": {
4646
"@babel/runtime": "^7.21.0"

0 commit comments

Comments
 (0)