Skip to content

Commit

Permalink
chore(release): set package.json to 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-03-28)

### Bug Fixes

* **useShare:** shouldAllowShare logic ([#49](#49)) ([dd824af](dd824af))

### Features

* **share:** allow disabling share capabilities ([#50](#50)) ([f618f37](f618f37))
  • Loading branch information
ci authored and semantic-release-bot committed Mar 28, 2024
1 parent f618f37 commit 54917e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/mondaycom/storybook-addon-playground/compare/v1.6.0...v1.7.0) (2024-03-28)


### Bug Fixes

* **useShare:** shouldAllowShare logic ([#49](https://github.com/mondaycom/storybook-addon-playground/issues/49)) ([dd824af](https://github.com/mondaycom/storybook-addon-playground/commit/dd824af1c6bbb8d1bbb39c08d20153aa90bca0d6))


### Features

* **share:** allow disabling share capabilities ([#50](https://github.com/mondaycom/storybook-addon-playground/issues/50)) ([f618f37](https://github.com/mondaycom/storybook-addon-playground/commit/f618f37a1cb2eeed9945abd3f94bedb9127a1d94))

# [1.6.0](https://github.com/mondaycom/storybook-addon-playground/compare/v1.5.0...v1.6.0) (2024-03-21)


Expand Down
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-playground",
"version": "1.6.0",
"version": "1.7.0",
"description": "A playground to enable consumers learn how to use the component library or to reproduce bugs",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 54917e6

Please sign in to comment.