Skip to content

Commit

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

## [Unreleased]

### Changed

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

### Fixed

- Declare necessary `peerDependencies`. ([#133](https://github.com/pocka/storybook-addon-designs/pull/133), [dc8dac0](https://github.com/pocka/storybook-addon-designs/commit/dc8dac0a66224a2d6842c2e3bd6127860023f078))

## [6.3.1] - 2022-06-14

### Fixed
Expand Down
14 changes: 8 additions & 6 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"prettier": {
"semi": false,
"singleQuote": true
}
},
"version": "7.0.0-alpha.0"
}
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": "6.0.0-alpha.0",
"version": "7.0.0-alpha.0",
"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": "6.3.1",
"version": "7.0.0-alpha.0",
"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": "6.3.1",
"version": "7.0.0-alpha.0",
"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": "6.3.1",
"version": "7.0.0-alpha.0",
"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 78563c0

Please sign in to comment.