Skip to content

Commit

Permalink
released v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 30, 2021
1 parent 46064bb commit b50725c
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
Expand Up @@ -4,5 +4,5 @@
"yarnClientArgs": ["--no-yarn-lock", "--no-package-lock"],
"forceLocal": true
},
"version": "0.0.34"
"version": "0.1.0"
}
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": "0.0.34",
"version": "0.1.0",
"description": "Color alpha",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-alpha",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-drag-event-interactive": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-drag-event-interactive": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Block Picker",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-block",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-editable-input": "^0.0.34",
"@uiw/react-color-swatch": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-editable-input": "^0.1.0",
"@uiw/react-color-swatch": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Github Picker",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-chrome",
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-alpha": "^0.0.34",
"@uiw/react-color-editable-input": "^0.0.34",
"@uiw/react-color-editable-input-hsla": "^0.0.34",
"@uiw/react-color-editable-input-rgba": "^0.0.34",
"@uiw/react-color-github": "^0.0.34",
"@uiw/react-color-hue": "^0.0.34",
"@uiw/react-color-saturation": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-alpha": "^0.1.0",
"@uiw/react-color-editable-input": "^0.1.0",
"@uiw/react-color-editable-input-hsla": "^0.1.0",
"@uiw/react-color-editable-input-rgba": "^0.1.0",
"@uiw/react-color-github": "^0.1.0",
"@uiw/react-color-hue": "^0.1.0",
"@uiw/react-color-saturation": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color swatch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#react-color-circle",
"author": "Kenny Wong <wowohoo@qq.com>",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-swatch": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-swatch": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Colorful",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-colorful",
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-alpha": "^0.0.34",
"@uiw/react-color-hue": "^0.0.34",
"@uiw/react-color-saturation": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-alpha": "^0.1.0",
"@uiw/react-color-hue": "^0.1.0",
"@uiw/react-color-saturation": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Compact component for React.",
"homepage": "https://uiwjs.github.io/react-color/#react-color-compact",
"author": "Kenny Wong <wowohoo@qq.com>",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-editable-input": "^0.0.34",
"@uiw/react-color-editable-input-rgba": "^0.0.34",
"@uiw/react-color-swatch": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-editable-input": "^0.1.0",
"@uiw/react-color-editable-input-rgba": "^0.1.0",
"@uiw/react-color-swatch": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Convert",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#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": "0.0.34",
"version": "0.1.0",
"description": "Color Editable Input HSLA",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-editable-input-hsla",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-editable-input-rgba": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-editable-input-rgba": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Editable Input RGBA",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-editable-input-rgba",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-editable-input": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-editable-input": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Editable Input",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#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": "0.0.34",
"version": "0.1.0",
"description": "Color Github Picker",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-github",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-swatch": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-swatch": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color hue",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-hue",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-alpha": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-alpha": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Material",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-material",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-editable-input": "^0.0.34",
"@uiw/react-color-editable-input-rgba": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-editable-input": "^0.1.0",
"@uiw/react-color-editable-input-rgba": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.34",
"version": "0.1.0",
"description": "Color Name to Hex",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-name",
Expand All @@ -27,6 +27,6 @@
],
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34"
"@uiw/color-convert": "^0.1.0"
}
}
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": "0.0.34",
"version": "0.1.0",
"description": "Color Saturation",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-saturation",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-drag-event-interactive": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-drag-event-interactive": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color ShadeSlider component for React.",
"homepage": "https://uiwjs.github.io/react-color/#react-color-shade-slider",
"author": "Kenny Wong <wowohoo@qq.com>",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-alpha": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-alpha": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Sketch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#react-color-sketch",
"author": "Kenny Wong <wowohoo@qq.com>",
Expand Down Expand Up @@ -30,13 +30,13 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-alpha": "^0.0.34",
"@uiw/react-color-editable-input": "^0.0.34",
"@uiw/react-color-editable-input-rgba": "^0.0.34",
"@uiw/react-color-hue": "^0.0.34",
"@uiw/react-color-saturation": "^0.0.34",
"@uiw/react-color-swatch": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-alpha": "^0.1.0",
"@uiw/react-color-editable-input": "^0.1.0",
"@uiw/react-color-editable-input-rgba": "^0.1.0",
"@uiw/react-color-hue": "^0.1.0",
"@uiw/react-color-saturation": "^0.1.0",
"@uiw/react-color-swatch": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color Slider component for React.",
"homepage": "https://uiwjs.github.io/react-color/#react-color-slider",
"author": "Kenny Wong <wowohoo@qq.com>",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-color-alpha": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-color-alpha": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color swatch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#react-color-swatch",
"author": "Kenny Wong <wowohoo@qq.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34"
"@uiw/color-convert": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
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": "0.0.34",
"version": "0.1.0",
"description": "Color wheel",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-color/#react-color-wheel",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.34",
"@uiw/react-drag-event-interactive": "^0.0.34"
"@uiw/color-convert": "^0.1.0",
"@uiw/react-drag-event-interactive": "^0.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",
Expand Down
Loading

0 comments on commit b50725c

Please sign in to comment.