Skip to content

Commit

Permalink
released v2.1.0 #142
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 23, 2024
1 parent 81e7515 commit 3bedead
Show file tree
Hide file tree
Showing 24 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.9",
"version": "2.1.0",
"packages": ["packages/*", "website"]
}
6 changes: 3 additions & 3 deletions packages/color-alpha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-alpha",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color alpha",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/alpha",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-drag-event-interactive": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-drag-event-interactive": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/color-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-block",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Block Picker",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/block",
Expand Down Expand Up @@ -37,9 +37,9 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-editable-input": "2.0.9",
"@uiw/react-color-swatch": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-editable-input": "2.1.0",
"@uiw/react-color-swatch": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/color-chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-chrome",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Github Picker",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/chrome",
Expand Down Expand Up @@ -37,14 +37,14 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-alpha": "2.0.9",
"@uiw/react-color-editable-input": "2.0.9",
"@uiw/react-color-editable-input-hsla": "2.0.9",
"@uiw/react-color-editable-input-rgba": "2.0.9",
"@uiw/react-color-github": "2.0.9",
"@uiw/react-color-hue": "2.0.9",
"@uiw/react-color-saturation": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-alpha": "2.1.0",
"@uiw/react-color-editable-input": "2.1.0",
"@uiw/react-color-editable-input-hsla": "2.1.0",
"@uiw/react-color-editable-input-rgba": "2.1.0",
"@uiw/react-color-github": "2.1.0",
"@uiw/react-color-hue": "2.1.0",
"@uiw/react-color-saturation": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/color-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-circle",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color swatch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/circle",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-swatch": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-swatch": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/color-colorful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-colorful",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Colorful",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/colorful",
Expand Down Expand Up @@ -37,10 +37,10 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-alpha": "2.0.9",
"@uiw/react-color-hue": "2.0.9",
"@uiw/react-color-saturation": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-alpha": "2.1.0",
"@uiw/react-color-hue": "2.1.0",
"@uiw/react-color-saturation": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/color-compact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-compact",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Compact component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/compact",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down Expand Up @@ -36,10 +36,10 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-editable-input": "2.0.9",
"@uiw/react-color-editable-input-rgba": "2.0.9",
"@uiw/react-color-swatch": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-editable-input": "2.1.0",
"@uiw/react-color-editable-input-rgba": "2.1.0",
"@uiw/react-color-swatch": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/color-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/color-convert",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Convert",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/convert",
Expand Down
6 changes: 3 additions & 3 deletions packages/color-editable-input-hsla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-editable-input-hsla",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Editable Input HSLA",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-hsla",
Expand Down Expand Up @@ -39,8 +39,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-editable-input-rgba": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-editable-input-rgba": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/color-editable-input-rgba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-editable-input-rgba",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Editable Input RGBA",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-rgba",
Expand Down Expand Up @@ -39,8 +39,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-editable-input": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-editable-input": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/color-editable-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-editable-input",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Editable Input",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/editable-input",
Expand Down
6 changes: 3 additions & 3 deletions packages/color-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-github",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Github Picker",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/github",
Expand Down Expand Up @@ -37,8 +37,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-swatch": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-swatch": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/color-hue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-hue",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color hue",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/hue",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-alpha": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-alpha": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/color-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-material",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Material",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/material",
Expand Down Expand Up @@ -36,9 +36,9 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-editable-input": "2.0.9",
"@uiw/react-color-editable-input-rgba": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-editable-input": "2.1.0",
"@uiw/react-color-editable-input-rgba": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/color-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-name",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Name to Hex",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/name",
Expand Down
6 changes: 3 additions & 3 deletions packages/color-saturation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-saturation",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Saturation",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/saturation",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-drag-event-interactive": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-drag-event-interactive": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/color-shade-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-shade-slider",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color ShadeSlider component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/shade-slider",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-alpha": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-alpha": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/color-sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-sketch",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Sketch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/sketch",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down Expand Up @@ -36,13 +36,13 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-alpha": "2.0.9",
"@uiw/react-color-editable-input": "2.0.9",
"@uiw/react-color-editable-input-rgba": "2.0.9",
"@uiw/react-color-hue": "2.0.9",
"@uiw/react-color-saturation": "2.0.9",
"@uiw/react-color-swatch": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-alpha": "2.1.0",
"@uiw/react-color-editable-input": "2.1.0",
"@uiw/react-color-editable-input-rgba": "2.1.0",
"@uiw/react-color-hue": "2.1.0",
"@uiw/react-color-saturation": "2.1.0",
"@uiw/react-color-swatch": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/color-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-slider",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color Slider component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/slider",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-color-alpha": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-color-alpha": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/color-swatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-swatch",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color swatch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/swatch",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9"
"@uiw/color-convert": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/color-wheel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color-wheel",
"version": "2.0.9",
"version": "2.1.0",
"description": "Color wheel",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#/wheel",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "2.0.9",
"@uiw/react-drag-event-interactive": "2.0.9"
"@uiw/color-convert": "2.1.0",
"@uiw/react-drag-event-interactive": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.21.0"
Expand Down

0 comments on commit 3bedead

Please sign in to comment.