Skip to content

Commit

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

- Declare necessary `peerDependencies`. ([#133](https://github.com/pocka/storybook-addon-designs/pull/133), [dc8dac0](https://github.com/pocka/storybook-addon-designs/commit/dc8dac0a66224a2d6842c2e3bd6127860023f078))
- Improve content loading performance by retaining loaded content. ([#157](https://github.com/pocka/storybook-addon-designs/pull/157))
- Fix addon crashes when `type` is not absent. ([9eeb0e2](https://github.com/pocka/storybook-addon-designs/commit/9eeb0e2786f2f3e425df592a28f4fb33af5d00b9))
- Prevent the entire Storybook UI crash when uncaught error thrown in the addon. ([e51e907](https://github.com/pocka/storybook-addon-designs/commit/e51e90791e4ed71413e023de472a6ead0cae52c2))

## [6.3.1] - 2022-06-14

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.3"
"version": "7.0.0-beta.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": "7.0.0-alpha.3",
"version": "7.0.0-beta.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": "7.0.0-alpha.3",
"version": "7.0.0-beta.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": "7.0.0-alpha.3",
"version": "7.0.0-beta.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": "7.0.0-alpha.3",
"version": "7.0.0-beta.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 d63902d

Please sign in to comment.