Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 6, 2023
1 parent c57c70a commit d39b35e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@


## 0.1.0 (2023-05-06)


### Features

* basic color picker ([56b5795](https://github.com/Tresjs/leches/commit/56b5795f66cbae0dc61ef260e1a7e6cd7e98239e))
* change name and controls obj to array ([474b945](https://github.com/Tresjs/leches/commit/474b945ecef3f168c44960539d0e2d7b8747c450))
* correct types ([c8946d2](https://github.com/Tresjs/leches/commit/c8946d2611cd87275363372c5427f7cda69fafa6))
* fancy checkbox ([4eb6e00](https://github.com/Tresjs/leches/commit/4eb6e0086c05807bc95b64d1a5eab3a2ac20ca76))
* kinda vector control ([c77d3a7](https://github.com/Tresjs/leches/commit/c77d3a7de06364d69217e916f9b0024beaf2d785))
* slider and mouse relative number controls ([1c57fbd](https://github.com/Tresjs/leches/commit/1c57fbd362f4535249691655adfffd395f8c2deb))
* swiping control number with min and max ([3141e81](https://github.com/Tresjs/leches/commit/3141e81b2d7e9b3e5ddb6c986e15fbac6687c3b2))
* text number and boolean controls ([3b26066](https://github.com/Tresjs/leches/commit/3b260666dcb6bcf4509782e767ff8f7f84833826))
* visibility and disposal ([84ac145](https://github.com/Tresjs/leches/commit/84ac145e8460c67267fe4b0ecc6b0ef4c158823b))


### Bug Fixes

* avoid mutating the control prop ([ee4b571](https://github.com/Tresjs/leches/commit/ee4b571a11f0a3ce7932ece8c678094632a86983))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tresjs/leches",
"description": "Tasty GUI for Vue controls 🍰",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down
Loading

0 comments on commit d39b35e

Please sign in to comment.