Skip to content

Commit

Permalink
released v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 9, 2021
1 parent fe05ad2 commit a8278bf
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 56 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.10"
"version": "0.0.11"
}
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.10",
"version": "0.0.11",
"description": "Color alpha",
"author": "Kenny Wong <[email protected]>",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-drag-event-interactive": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-drag-event-interactive": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "0.0.11",
"description": "Color Compact component for React.",
"author": "Kenny Wong <[email protected]>",
"sideEffects": false,
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color-alpha": "^0.0.10",
"@uiw/react-color-editable-input": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color-alpha": "^0.0.11",
"@uiw/react-color-editable-input": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
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.10",
"version": "0.0.11",
"description": "Color Convert",
"author": "Kenny Wong <[email protected]>",
"main": "lib/cjs/index.js",
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.10",
"version": "0.0.11",
"description": "Color Editable Input",
"author": "Kenny Wong <[email protected]>",
"main": "lib/cjs/index.js",
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.10",
"version": "0.0.11",
"description": "Color hue",
"author": "Kenny Wong <[email protected]>",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color-alpha": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color-alpha": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.0.11",
"description": "Color Material",
"author": "Kenny Wong <[email protected]>",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color-editable-input": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color-editable-input": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
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": "0.0.10",
"version": "0.0.11",
"description": "Color Saturation",
"author": "Kenny Wong <[email protected]>",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-drag-event-interactive": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-drag-event-interactive": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
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.10",
"version": "0.0.11",
"description": "Color ShadeSlider component for React.",
"author": "Kenny Wong <[email protected]>",
"sideEffects": false,
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color-alpha": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color-alpha": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
Expand Down
12 changes: 6 additions & 6 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.10",
"version": "0.0.11",
"description": "Color Sketch component for React.",
"author": "Kenny Wong <[email protected]>",
"sideEffects": false,
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color-alpha": "^0.0.10",
"@uiw/react-color-editable-input": "^0.0.10",
"@uiw/react-color-hue": "^0.0.10",
"@uiw/react-color-saturation": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color-alpha": "^0.0.11",
"@uiw/react-color-editable-input": "^0.0.11",
"@uiw/react-color-hue": "^0.0.11",
"@uiw/react-color-saturation": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
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.10",
"version": "0.0.11",
"description": "Color Slider component for React.",
"author": "Kenny Wong <[email protected]>",
"sideEffects": false,
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color-alpha": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color-alpha": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
Expand Down
22 changes: 11 additions & 11 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-color",
"version": "0.0.10",
"version": "0.0.11",
"description": "Color Picker component for React.",
"author": "Kenny Wong <[email protected]>",
"sideEffects": false,
Expand Down Expand Up @@ -30,16 +30,16 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color-alpha": "^0.0.10",
"@uiw/react-color-compact": "^0.0.10",
"@uiw/react-color-editable-input": "^0.0.10",
"@uiw/react-color-hue": "^0.0.10",
"@uiw/react-color-material": "^0.0.10",
"@uiw/react-color-saturation": "^0.0.10",
"@uiw/react-color-shade-slider": "^0.0.10",
"@uiw/react-color-sketch": "^0.0.10",
"@uiw/react-color-slider": "^0.0.10"
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color-alpha": "^0.0.11",
"@uiw/react-color-compact": "^0.0.11",
"@uiw/react-color-editable-input": "^0.0.11",
"@uiw/react-color-hue": "^0.0.11",
"@uiw/react-color-material": "^0.0.11",
"@uiw/react-color-saturation": "^0.0.11",
"@uiw/react-color-shade-slider": "^0.0.11",
"@uiw/react-color-sketch": "^0.0.11",
"@uiw/react-color-slider": "^0.0.11"
},
"devDependencies": {
"@types/react": "17.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/drag-event-interactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-drag-event-interactive",
"version": "0.0.10",
"version": "0.0.11",
"description": "react drag event interactive",
"author": "Kenny Wong <[email protected]>",
"main": "lib/cjs/index.js",
Expand Down
26 changes: 13 additions & 13 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-website/document",
"version": "0.0.10",
"version": "0.0.11",
"description": "React color website.",
"private": true,
"scripts": {
Expand All @@ -13,18 +13,18 @@
},
"license": "MIT",
"dependencies": {
"@uiw/color-convert": "^0.0.10",
"@uiw/react-color": "^0.0.10",
"@uiw/react-color-alpha": "^0.0.10",
"@uiw/react-color-compact": "^0.0.10",
"@uiw/react-color-material": "^0.0.10",
"@uiw/react-color-editable-input": "^0.0.10",
"@uiw/react-color-hue": "^0.0.10",
"@uiw/react-color-saturation": "^0.0.10",
"@uiw/react-color-shade-slider": "^0.0.10",
"@uiw/react-color-sketch": "^0.0.10",
"@uiw/react-color-slider": "^0.0.10",
"@uiw/react-drag-event-interactive": "^0.0.10",
"@uiw/color-convert": "^0.0.11",
"@uiw/react-color": "^0.0.11",
"@uiw/react-color-alpha": "^0.0.11",
"@uiw/react-color-compact": "^0.0.11",
"@uiw/react-color-editable-input": "^0.0.11",
"@uiw/react-color-hue": "^0.0.11",
"@uiw/react-color-material": "^0.0.11",
"@uiw/react-color-saturation": "^0.0.11",
"@uiw/react-color-shade-slider": "^0.0.11",
"@uiw/react-color-sketch": "^0.0.11",
"@uiw/react-color-slider": "^0.0.11",
"@uiw/react-drag-event-interactive": "^0.0.11",
"@uiw/react-markdown-preview": "3.1.3",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit a8278bf

Please sign in to comment.