Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Yastrebov committed Apr 11, 2024
2 parents b632e8b + 5bd5576 commit 0dc7070
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.0.6 (Thu Apr 11 2024)

#### 🐛 Bug Fix

- Rollback storybook [#2](https://github.com/somewonderfulguy/storybook-multiselect-addon/pull/2) ([email protected])

#### ⚠️ Pushed to `main`

- try to fix error in pipeline (copying new configuration from Addon Kit) ([email protected])
- try to fix error in pipeline (remove dropdrown component) ([email protected])
- try to fix error in pipeline ([email protected])
- upgrade tsup ([email protected])
- implement workaround fix for non-working Storybook's v8 functions in preview object, for onChange function workaround is optinally passing string and internally the string is parsed to a function ([email protected])

#### Authors: 1

- Dmitriy Yastrebov ([@somewonderfulguy](https://github.com/somewonderfulguy))

---

# v1.0.5 (Thu Feb 08 2024)

#### ⚠️ Pushed to `main`
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": "storybook-addon-multiselect",
"version": "1.0.5",
"version": "1.0.6",
"description": "Tool to select multiple options",
"keywords": [
"storybook-addons"
Expand Down

0 comments on commit 0dc7070

Please sign in to comment.