Skip to content

Commit

Permalink
chore: release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhale1 committed Sep 20, 2022
1 parent c073bc9 commit 6a28514
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@


## [3.2.0](https://github.com/hello-pangea/color-picker/compare/v3.1.1...v3.2.0) (2022-09-20)


### Others 🔧

* update deps ([ad2383f](https://github.com/hello-pangea/color-picker/commit/ad2383f690d16ff709c3e5b2bb78bf9903ddc47d))


### Bug Fixes 🛠

* changing the color prop will reflect new color ([1ad3c07](https://github.com/hello-pangea/color-picker/commit/1ad3c077b9451498f595bc79cb6c57cfc1abf1a5))
* make alpha value optional ([be50810](https://github.com/hello-pangea/color-picker/commit/be508109e02d6ac9dc9bf6a049aaa7be2b8738af))


### Docs 📃

* add story for multiple color pickers ([87627d6](https://github.com/hello-pangea/color-picker/commit/87627d61a3c2c12ff18870e7c1bb9e014a2e88c3))
* make google color picker the first story ([6c3d63c](https://github.com/hello-pangea/color-picker/commit/6c3d63cb11aa9e450f253edada97e7da0ab2c3f8))


### Features 🔥

* support defaultColor ([85f5ba4](https://github.com/hello-pangea/color-picker/commit/85f5ba4c83bbaa83f211f9486c69be4ff07ff503))


### Build System 🏗

* automate github releases ([a743ca7](https://github.com/hello-pangea/color-picker/commit/a743ca770f84f9b632b432b7e8527045ec7b7389))
* remove rollup-plugin-size-snapshot ([c073bc9](https://github.com/hello-pangea/color-picker/commit/c073bc978aef5078bc6b73eb2042d2c160ce444b))

### [3.1.1](https://github.com/hello-pangea/color-picker/compare/v3.1.0...v3.1.1) (2022-09-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hello-pangea/color-picker",
"version": "3.1.1",
"version": "3.2.0",
"private": false,
"description": "A Collection of Color Pickers from Sketch, Photoshop, Chrome & more",
"main": "dist/color-picker.cjs.js",
Expand Down

1 comment on commit 6a28514

@vercel
Copy link

@vercel vercel bot commented on 6a28514 Sep 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.