Skip to content

Commit

Permalink
7.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Jun 18, 2022
1 parent 4e75ddf commit 4b6ab76
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump the minimum supported Storybook version to v6.4.x. ([605f751](https://github.com/pocka/storybook-addon-designs/commit/605f75145aca453f8b6d1d3e432b493e3be5bc0c))

### Added

- `sketch` type. ([4e75ddf](https://github.com/pocka/storybook-addon-designs/commit/4e75ddfbc46ec5760db198cbf6d0d8a4074987db))

### Fixed

- Declare necessary `peerDependencies`. ([#133](https://github.com/pocka/storybook-addon-designs/pull/133), [dc8dac0](https://github.com/pocka/storybook-addon-designs/commit/dc8dac0a66224a2d6842c2e3bd6127860023f078))
Expand Down
12 changes: 6 additions & 6 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
Expand Up @@ -16,5 +16,5 @@
"fmt": "prettier --write README.md CHANGELOG.md CONTRIBUTING.md package.json 'packages/**/*.{js,jsx,ts,tsx,md,mdx,json}'"
},
"prettier": {},
"version": "7.0.0-alpha.1"
"version": "7.0.0-alpha.2"
}
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@storybook-addon-designs/assets",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"private": true
}
2 changes: 1 addition & 1 deletion packages/examples-tab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples-tab",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"private": true,
"dependencies": {
"examples": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"private": true,
"dependencies": {
"react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-designs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-designs",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"description": "Storybook addon for embedding your design preview in addon panel",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 4b6ab76

Please sign in to comment.