Skip to content

Commit

Permalink
released v1.1.1 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 20, 2022
1 parent 3e2b67e commit 49d2323
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,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.1.1",
"packages": ["packages/*", "website"],
"useWorkspaces": true
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color alpha",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/alpha",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-drag-event-interactive": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-drag-event-interactive": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Block Picker",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/block",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-editable-input": "1.1.1",
"@uiw/react-color-swatch": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Github Picker",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/chrome",
Expand Down Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-editable-input-hsla": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0",
"@uiw/react-color-github": "1.1.0",
"@uiw/react-color-hue": "1.1.0",
"@uiw/react-color-saturation": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-alpha": "1.1.1",
"@uiw/react-color-editable-input": "1.1.1",
"@uiw/react-color-editable-input-hsla": "1.1.1",
"@uiw/react-color-editable-input-rgba": "1.1.1",
"@uiw/react-color-github": "1.1.1",
"@uiw/react-color-hue": "1.1.1",
"@uiw/react-color-saturation": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color swatch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/circle",
"author": "Kenny Wong <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-swatch": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Colorful",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/colorful",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0",
"@uiw/react-color-hue": "1.1.0",
"@uiw/react-color-saturation": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-alpha": "1.1.1",
"@uiw/react-color-hue": "1.1.1",
"@uiw/react-color-saturation": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Compact component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/compact",
"author": "Kenny Wong <[email protected]>",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-editable-input": "1.1.1",
"@uiw/react-color-editable-input-rgba": "1.1.1",
"@uiw/react-color-swatch": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Convert",
"author": "Kenny Wong <[email protected]>",
"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": "1.1.0",
"version": "1.1.1",
"description": "Color Editable Input HSLA",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-hsla",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-editable-input-rgba": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Editable Input RGBA",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-rgba",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-editable-input": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Editable Input",
"author": "Kenny Wong <[email protected]>",
"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": "1.1.0",
"version": "1.1.1",
"description": "Color Github Picker",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/github",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-swatch": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color hue",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/hue",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-alpha": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Material",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/material",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-editable-input": "1.1.1",
"@uiw/react-color-editable-input-rgba": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Name to Hex",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/name",
Expand Down Expand Up @@ -32,6 +32,6 @@
],
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0"
"@uiw/color-convert": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Saturation",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/saturation",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-drag-event-interactive": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-drag-event-interactive": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color ShadeSlider component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/shade-slider",
"author": "Kenny Wong <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-alpha": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Sketch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/sketch",
"author": "Kenny Wong <[email protected]>",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0",
"@uiw/react-color-editable-input": "1.1.0",
"@uiw/react-color-editable-input-rgba": "1.1.0",
"@uiw/react-color-hue": "1.1.0",
"@uiw/react-color-saturation": "1.1.0",
"@uiw/react-color-swatch": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-alpha": "1.1.1",
"@uiw/react-color-editable-input": "1.1.1",
"@uiw/react-color-editable-input-rgba": "1.1.1",
"@uiw/react-color-hue": "1.1.1",
"@uiw/react-color-saturation": "1.1.1",
"@uiw/react-color-swatch": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color Slider component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/slider",
"author": "Kenny Wong <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-color-alpha": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-color-alpha": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color swatch component for React.",
"homepage": "https://uiwjs.github.io/react-color/#/swatch",
"author": "Kenny Wong <[email protected]>",
Expand Down Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0"
"@uiw/color-convert": "1.1.1"
}
}
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": "1.1.0",
"version": "1.1.1",
"description": "Color wheel",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-color/#/wheel",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "~7.19.0",
"@uiw/color-convert": "1.1.0",
"@uiw/react-drag-event-interactive": "1.1.0"
"@uiw/color-convert": "1.1.1",
"@uiw/react-drag-event-interactive": "1.1.1"
}
}
Loading

0 comments on commit 49d2323

Please sign in to comment.