From d0801711ee06dd5436cf9cd56bd9d4d65369d27b Mon Sep 17 00:00:00 2001 From: storybook-bot <32066757+storybook-bot@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:02:55 +0000 Subject: [PATCH] Bump version from "7.6.0-alpha.5" to "7.6.0-alpha.6" [skip ci] --- code/addons/a11y/package.json | 2 +- code/addons/actions/package.json | 2 +- code/addons/backgrounds/package.json | 2 +- code/addons/controls/package.json | 2 +- code/addons/docs/package.json | 2 +- code/addons/essentials/package.json | 2 +- code/addons/gfm/package.json | 2 +- code/addons/highlight/package.json | 2 +- code/addons/interactions/package.json | 2 +- code/addons/jest/package.json | 2 +- code/addons/links/package.json | 2 +- code/addons/measure/package.json | 2 +- code/addons/outline/package.json | 2 +- code/addons/storyshots-core/package.json | 2 +- code/addons/storyshots-puppeteer/package.json | 2 +- code/addons/storysource/package.json | 2 +- code/addons/themes/package.json | 2 +- code/addons/toolbars/package.json | 2 +- code/addons/viewport/package.json | 2 +- code/builders/builder-manager/package.json | 2 +- code/builders/builder-vite/package.json | 2 +- code/builders/builder-webpack5/package.json | 2 +- code/deprecated/addons/package.json | 2 +- .../channel-postmessage/package.json | 2 +- .../deprecated/channel-websocket/package.json | 2 +- code/deprecated/client-api/package.json | 2 +- code/deprecated/core-client/package.json | 2 +- code/deprecated/manager-api-shim/package.json | 2 +- code/deprecated/preview-web/package.json | 2 +- code/deprecated/store/package.json | 2 +- code/frameworks/angular/package.json | 2 +- code/frameworks/ember/package.json | 2 +- code/frameworks/html-vite/package.json | 2 +- code/frameworks/html-webpack5/package.json | 2 +- code/frameworks/nextjs/package.json | 2 +- code/frameworks/preact-vite/package.json | 2 +- code/frameworks/preact-webpack5/package.json | 2 +- code/frameworks/react-vite/package.json | 2 +- code/frameworks/react-webpack5/package.json | 2 +- code/frameworks/server-webpack5/package.json | 2 +- code/frameworks/svelte-vite/package.json | 2 +- code/frameworks/svelte-webpack5/package.json | 2 +- code/frameworks/sveltekit/package.json | 2 +- code/frameworks/vue-vite/package.json | 2 +- code/frameworks/vue-webpack5/package.json | 2 +- code/frameworks/vue3-vite/package.json | 2 +- code/frameworks/vue3-webpack5/package.json | 2 +- .../web-components-vite/package.json | 2 +- .../web-components-webpack5/package.json | 2 +- code/lib/channels/package.json | 2 +- code/lib/cli-sb/package.json | 2 +- code/lib/cli-storybook/package.json | 2 +- code/lib/cli/package.json | 2 +- code/lib/cli/src/versions.ts | 188 +++++++++--------- code/lib/client-logger/package.json | 2 +- code/lib/codemod/package.json | 2 +- code/lib/core-common/package.json | 2 +- code/lib/core-events/package.json | 2 +- code/lib/core-server/package.json | 2 +- code/lib/core-webpack/package.json | 2 +- code/lib/csf-plugin/package.json | 2 +- code/lib/csf-tools/package.json | 2 +- code/lib/docs-tools/package.json | 2 +- code/lib/instrumenter/package.json | 2 +- code/lib/manager-api/package.json | 2 +- code/lib/manager-api/src/version.ts | 2 +- code/lib/node-logger/package.json | 2 +- code/lib/postinstall/package.json | 2 +- code/lib/preview-api/package.json | 2 +- code/lib/preview/package.json | 2 +- code/lib/react-dom-shim/package.json | 2 +- code/lib/router/package.json | 2 +- code/lib/source-loader/package.json | 2 +- code/lib/telemetry/package.json | 2 +- code/lib/test/package.json | 2 +- code/lib/theming/package.json | 2 +- code/lib/types/package.json | 2 +- code/package.json | 5 +- code/presets/create-react-app/package.json | 2 +- code/presets/html-webpack/package.json | 2 +- code/presets/preact-webpack/package.json | 2 +- code/presets/react-webpack/package.json | 2 +- code/presets/server-webpack/package.json | 2 +- code/presets/svelte-webpack/package.json | 2 +- code/presets/vue-webpack/package.json | 2 +- code/presets/vue3-webpack/package.json | 2 +- .../web-components-webpack/package.json | 2 +- code/renderers/html/package.json | 2 +- code/renderers/preact/package.json | 2 +- code/renderers/react/package.json | 2 +- code/renderers/server/package.json | 2 +- code/renderers/svelte/package.json | 2 +- code/renderers/vue/package.json | 2 +- code/renderers/vue3/package.json | 2 +- code/renderers/web-components/package.json | 2 +- code/ui/blocks/package.json | 2 +- code/ui/components/package.json | 2 +- code/ui/manager/package.json | 2 +- 98 files changed, 192 insertions(+), 193 deletions(-) diff --git a/code/addons/a11y/package.json b/code/addons/a11y/package.json index 98d300c3b7ba..e56e906b771e 100644 --- a/code/addons/a11y/package.json +++ b/code/addons/a11y/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-a11y", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Test component compliance with web accessibility standards", "keywords": [ "a11y", diff --git a/code/addons/actions/package.json b/code/addons/actions/package.json index 69ae4084a6f9..2a9233d558f8 100644 --- a/code/addons/actions/package.json +++ b/code/addons/actions/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-actions", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Get UI feedback when an action is performed on an interactive element", "keywords": [ "storybook", diff --git a/code/addons/backgrounds/package.json b/code/addons/backgrounds/package.json index 10e98ac61bfd..f4c897725aed 100644 --- a/code/addons/backgrounds/package.json +++ b/code/addons/backgrounds/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-backgrounds", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Switch backgrounds to view components in different settings", "keywords": [ "addon", diff --git a/code/addons/controls/package.json b/code/addons/controls/package.json index 1232c8e81a30..d1a53964e8e8 100644 --- a/code/addons/controls/package.json +++ b/code/addons/controls/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-controls", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Interact with component inputs dynamically in the Storybook UI", "keywords": [ "addon", diff --git a/code/addons/docs/package.json b/code/addons/docs/package.json index 1661621c3db6..188a64c25830 100644 --- a/code/addons/docs/package.json +++ b/code/addons/docs/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-docs", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Document component usage and properties in Markdown", "keywords": [ "addon", diff --git a/code/addons/essentials/package.json b/code/addons/essentials/package.json index eca513d3a588..262aac64aaaf 100644 --- a/code/addons/essentials/package.json +++ b/code/addons/essentials/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-essentials", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Curated addons to bring out the best of Storybook", "keywords": [ "addon", diff --git a/code/addons/gfm/package.json b/code/addons/gfm/package.json index c697f8bc4630..f538d901299e 100644 --- a/code/addons/gfm/package.json +++ b/code/addons/gfm/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-mdx-gfm", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "GitHub Flavored Markdown in Storybook", "keywords": [ "addon", diff --git a/code/addons/highlight/package.json b/code/addons/highlight/package.json index ad62e0252406..b111290f6dcb 100644 --- a/code/addons/highlight/package.json +++ b/code/addons/highlight/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-highlight", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Highlight DOM nodes within your stories", "keywords": [ "storybook-addons", diff --git a/code/addons/interactions/package.json b/code/addons/interactions/package.json index 285b63a1a256..b4f3c5f8af93 100644 --- a/code/addons/interactions/package.json +++ b/code/addons/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-interactions", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Automate, test and debug user interactions", "keywords": [ "storybook-addons", diff --git a/code/addons/jest/package.json b/code/addons/jest/package.json index 6d4898fbef2d..33e31ee646f1 100644 --- a/code/addons/jest/package.json +++ b/code/addons/jest/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-jest", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "React storybook addon that show component jest report", "keywords": [ "addon", diff --git a/code/addons/links/package.json b/code/addons/links/package.json index acf57bc3ded2..4526d5d0bbfc 100644 --- a/code/addons/links/package.json +++ b/code/addons/links/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-links", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Link stories together to build demos and prototypes with your UI components", "keywords": [ "addon", diff --git a/code/addons/measure/package.json b/code/addons/measure/package.json index 62d3bf764ae3..b38d09b85892 100644 --- a/code/addons/measure/package.json +++ b/code/addons/measure/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-measure", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Inspect layouts by visualizing the box model", "keywords": [ "storybook-addons", diff --git a/code/addons/outline/package.json b/code/addons/outline/package.json index 081d3edf71c8..7dc8e144054e 100644 --- a/code/addons/outline/package.json +++ b/code/addons/outline/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-outline", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Outline all elements with CSS to help with layout placement and alignment", "keywords": [ "storybook-addons", diff --git a/code/addons/storyshots-core/package.json b/code/addons/storyshots-core/package.json index 7a5dad065961..b82f8596a2fe 100644 --- a/code/addons/storyshots-core/package.json +++ b/code/addons/storyshots-core/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-storyshots", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Take a code snapshot of every story automatically with Jest", "keywords": [ "addon", diff --git a/code/addons/storyshots-puppeteer/package.json b/code/addons/storyshots-puppeteer/package.json index a8ac3cd08a20..4652242eb34a 100644 --- a/code/addons/storyshots-puppeteer/package.json +++ b/code/addons/storyshots-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-storyshots-puppeteer", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Image snapshots addition to StoryShots based on puppeteer", "keywords": [ "addon", diff --git a/code/addons/storysource/package.json b/code/addons/storysource/package.json index 2dba56abbacf..8bcf86278daf 100644 --- a/code/addons/storysource/package.json +++ b/code/addons/storysource/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-storysource", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "View a story’s source code to see how it works and paste into your app", "keywords": [ "addon", diff --git a/code/addons/themes/package.json b/code/addons/themes/package.json index e94272cdba6f..3338bf3ed398 100644 --- a/code/addons/themes/package.json +++ b/code/addons/themes/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-themes", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Switch between multiple themes for you components in Storybook", "keywords": [ "css", diff --git a/code/addons/toolbars/package.json b/code/addons/toolbars/package.json index 50970bad5ee7..b84276721ae8 100644 --- a/code/addons/toolbars/package.json +++ b/code/addons/toolbars/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-toolbars", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Create your own toolbar items that control story rendering", "keywords": [ "addon", diff --git a/code/addons/viewport/package.json b/code/addons/viewport/package.json index 2e012a4a84b5..de4a9bfc95e9 100644 --- a/code/addons/viewport/package.json +++ b/code/addons/viewport/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-viewport", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Build responsive components by adjusting Storybook’s viewport size and orientation", "keywords": [ "addon", diff --git a/code/builders/builder-manager/package.json b/code/builders/builder-manager/package.json index ec88d86fb589..00b9f03c1602 100644 --- a/code/builders/builder-manager/package.json +++ b/code/builders/builder-manager/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-manager", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook manager builder", "keywords": [ "storybook" diff --git a/code/builders/builder-vite/package.json b/code/builders/builder-vite/package.json index f3020d149309..c0c5b67fc2ad 100644 --- a/code/builders/builder-vite/package.json +++ b/code/builders/builder-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "A plugin to run and build Storybooks with Vite", "homepage": "https://github.com/storybookjs/storybook/tree/next/code/builders/builder-vite/#readme", "bugs": { diff --git a/code/builders/builder-webpack5/package.json b/code/builders/builder-webpack5/package.json index c9674670b7e8..12efe03a6f9b 100644 --- a/code/builders/builder-webpack5/package.json +++ b/code/builders/builder-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/deprecated/addons/package.json b/code/deprecated/addons/package.json index 8fe6873b03bb..6aab52de8641 100644 --- a/code/deprecated/addons/package.json +++ b/code/deprecated/addons/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addons", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook addons store", "keywords": [ "storybook" diff --git a/code/deprecated/channel-postmessage/package.json b/code/deprecated/channel-postmessage/package.json index 30b2c5ad78e8..d2f482a44d9e 100644 --- a/code/deprecated/channel-postmessage/package.json +++ b/code/deprecated/channel-postmessage/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/channel-postmessage", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/deprecated/channel-websocket/package.json b/code/deprecated/channel-websocket/package.json index 583ccd1fcf0f..249f1c7dc2fb 100644 --- a/code/deprecated/channel-websocket/package.json +++ b/code/deprecated/channel-websocket/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/channel-websocket", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/deprecated/client-api/package.json b/code/deprecated/client-api/package.json index 02f640d95953..edc3eeebf5b7 100644 --- a/code/deprecated/client-api/package.json +++ b/code/deprecated/client-api/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/client-api", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Client API", "keywords": [ "storybook" diff --git a/code/deprecated/core-client/package.json b/code/deprecated/core-client/package.json index 292b796f7b85..31a014832e83 100644 --- a/code/deprecated/core-client/package.json +++ b/code/deprecated/core-client/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-client", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/deprecated/manager-api-shim/package.json b/code/deprecated/manager-api-shim/package.json index 46ab418329fb..c190ccefa7db 100644 --- a/code/deprecated/manager-api-shim/package.json +++ b/code/deprecated/manager-api-shim/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/api", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Manager API (facade)", "keywords": [ "storybook" diff --git a/code/deprecated/preview-web/package.json b/code/deprecated/preview-web/package.json index 90c27e7c6597..57ebc960025f 100644 --- a/code/deprecated/preview-web/package.json +++ b/code/deprecated/preview-web/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preview-web", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/deprecated/store/package.json b/code/deprecated/store/package.json index 01fb955f38ab..37413adc6c40 100644 --- a/code/deprecated/store/package.json +++ b/code/deprecated/store/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/store", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/frameworks/angular/package.json b/code/frameworks/angular/package.json index 8625bf2c97c7..4f7b5fcd58cf 100644 --- a/code/frameworks/angular/package.json +++ b/code/frameworks/angular/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/angular", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.", "keywords": [ "storybook", diff --git a/code/frameworks/ember/package.json b/code/frameworks/ember/package.json index 92967af0ce7d..5888508a61c4 100644 --- a/code/frameworks/ember/package.json +++ b/code/frameworks/ember/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/ember", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.", "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/ember", "bugs": { diff --git a/code/frameworks/html-vite/package.json b/code/frameworks/html-vite/package.json index 1d56ce36d11a..dabea12cca6e 100644 --- a/code/frameworks/html-vite/package.json +++ b/code/frameworks/html-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/html-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for HTML and Vite: Develop HTML in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/html-webpack5/package.json b/code/frameworks/html-webpack5/package.json index 1c584cf90cbe..895caa236f59 100644 --- a/code/frameworks/html-webpack5/package.json +++ b/code/frameworks/html-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/html-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index 99a3da9d8fb5..1da948a664dc 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/nextjs", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Next.js", "keywords": [ "storybook", diff --git a/code/frameworks/preact-vite/package.json b/code/frameworks/preact-vite/package.json index bcd3b8fda64f..7c1bc3d481b1 100644 --- a/code/frameworks/preact-vite/package.json +++ b/code/frameworks/preact-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preact-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/preact-webpack5/package.json b/code/frameworks/preact-webpack5/package.json index 201a3d760bc7..0fb47b46f46e 100644 --- a/code/frameworks/preact-webpack5/package.json +++ b/code/frameworks/preact-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preact-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Preact: Develop Preact Component in isolation.", "keywords": [ "storybook" diff --git a/code/frameworks/react-vite/package.json b/code/frameworks/react-vite/package.json index 73563c228e21..593b9528b17b 100644 --- a/code/frameworks/react-vite/package.json +++ b/code/frameworks/react-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/react-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/react-webpack5/package.json b/code/frameworks/react-webpack5/package.json index e98be50e956f..be3be827f43a 100644 --- a/code/frameworks/react-webpack5/package.json +++ b/code/frameworks/react-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/react-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/server-webpack5/package.json b/code/frameworks/server-webpack5/package.json index 22a4a36de3ce..74c81c1fff8d 100644 --- a/code/frameworks/server-webpack5/package.json +++ b/code/frameworks/server-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/server-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/svelte-vite/package.json b/code/frameworks/svelte-vite/package.json index 3718449d46a2..6a7adfdebe56 100644 --- a/code/frameworks/svelte-vite/package.json +++ b/code/frameworks/svelte-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/svelte-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/svelte-webpack5/package.json b/code/frameworks/svelte-webpack5/package.json index 4e0fd81fae66..3b9de5647bbc 100644 --- a/code/frameworks/svelte-webpack5/package.json +++ b/code/frameworks/svelte-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/svelte-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/sveltekit/package.json b/code/frameworks/sveltekit/package.json index 750f3ac15397..3f61b8e4313e 100644 --- a/code/frameworks/sveltekit/package.json +++ b/code/frameworks/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/sveltekit", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for SvelteKit", "keywords": [ "storybook", diff --git a/code/frameworks/vue-vite/package.json b/code/frameworks/vue-vite/package.json index 4097b6243048..3dd6ed9e9a50 100644 --- a/code/frameworks/vue-vite/package.json +++ b/code/frameworks/vue-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Vue2 and Vite: Develop Vue2 Components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/vue-webpack5/package.json b/code/frameworks/vue-webpack5/package.json index a398d233100d..765760d03b66 100644 --- a/code/frameworks/vue-webpack5/package.json +++ b/code/frameworks/vue-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/vue3-vite/package.json b/code/frameworks/vue3-vite/package.json index 3e570422d975..b26bde1ccfe4 100644 --- a/code/frameworks/vue3-vite/package.json +++ b/code/frameworks/vue3-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue3-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Vue3 and Vite: Develop Vue3 components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/vue3-webpack5/package.json b/code/frameworks/vue3-webpack5/package.json index 6499e6f19c07..484fb41997c4 100644 --- a/code/frameworks/vue3-webpack5/package.json +++ b/code/frameworks/vue3-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue3-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/web-components-vite/package.json b/code/frameworks/web-components-vite/package.json index 2e901b8edd4b..865d3f38942f 100644 --- a/code/frameworks/web-components-vite/package.json +++ b/code/frameworks/web-components-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/web-components-vite", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/frameworks/web-components-webpack5/package.json b/code/frameworks/web-components-webpack5/package.json index 7b51a8e8a028..edf78bc93eb6 100644 --- a/code/frameworks/web-components-webpack5/package.json +++ b/code/frameworks/web-components-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/web-components-webpack5", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.", "keywords": [ "lit", diff --git a/code/lib/channels/package.json b/code/lib/channels/package.json index 4a3040f89fa6..7271f4434d95 100644 --- a/code/lib/channels/package.json +++ b/code/lib/channels/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/channels", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/cli-sb/package.json b/code/lib/cli-sb/package.json index cc33c89eda4e..f1e1759a8e27 100644 --- a/code/lib/cli-sb/package.json +++ b/code/lib/cli-sb/package.json @@ -1,6 +1,6 @@ { "name": "sb", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook CLI", "keywords": [ "storybook" diff --git a/code/lib/cli-storybook/package.json b/code/lib/cli-storybook/package.json index 94319b9a9853..d1dadcce4621 100644 --- a/code/lib/cli-storybook/package.json +++ b/code/lib/cli-storybook/package.json @@ -1,6 +1,6 @@ { "name": "storybook", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook CLI", "keywords": [ "storybook" diff --git a/code/lib/cli/package.json b/code/lib/cli/package.json index ea9cd0b2bb25..e50ef1155f3c 100644 --- a/code/lib/cli/package.json +++ b/code/lib/cli/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/cli", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook's CLI - easiest method of adding storybook to your projects", "keywords": [ "cli", diff --git a/code/lib/cli/src/versions.ts b/code/lib/cli/src/versions.ts index 671eed52ffec..2ac950882ef4 100644 --- a/code/lib/cli/src/versions.ts +++ b/code/lib/cli/src/versions.ts @@ -1,97 +1,97 @@ // auto generated file, do not edit export default { - '@storybook/addon-a11y': '7.6.0-alpha.5', - '@storybook/addon-actions': '7.6.0-alpha.5', - '@storybook/addon-backgrounds': '7.6.0-alpha.5', - '@storybook/addon-controls': '7.6.0-alpha.5', - '@storybook/addon-docs': '7.6.0-alpha.5', - '@storybook/addon-essentials': '7.6.0-alpha.5', - '@storybook/addon-highlight': '7.6.0-alpha.5', - '@storybook/addon-interactions': '7.6.0-alpha.5', - '@storybook/addon-jest': '7.6.0-alpha.5', - '@storybook/addon-links': '7.6.0-alpha.5', - '@storybook/addon-mdx-gfm': '7.6.0-alpha.5', - '@storybook/addon-measure': '7.6.0-alpha.5', - '@storybook/addon-outline': '7.6.0-alpha.5', - '@storybook/addon-themes': '7.6.0-alpha.5', - '@storybook/addon-storyshots': '7.6.0-alpha.5', - '@storybook/addon-storyshots-puppeteer': '7.6.0-alpha.5', - '@storybook/addon-storysource': '7.6.0-alpha.5', - '@storybook/addon-toolbars': '7.6.0-alpha.5', - '@storybook/addon-viewport': '7.6.0-alpha.5', - '@storybook/addons': '7.6.0-alpha.5', - '@storybook/angular': '7.6.0-alpha.5', - '@storybook/api': '7.6.0-alpha.5', - '@storybook/blocks': '7.6.0-alpha.5', - '@storybook/builder-manager': '7.6.0-alpha.5', - '@storybook/builder-vite': '7.6.0-alpha.5', - '@storybook/builder-webpack5': '7.6.0-alpha.5', - '@storybook/channel-postmessage': '7.6.0-alpha.5', - '@storybook/channel-websocket': '7.6.0-alpha.5', - '@storybook/channels': '7.6.0-alpha.5', - '@storybook/cli': '7.6.0-alpha.5', - '@storybook/client-api': '7.6.0-alpha.5', - '@storybook/client-logger': '7.6.0-alpha.5', - '@storybook/codemod': '7.6.0-alpha.5', - '@storybook/components': '7.6.0-alpha.5', - '@storybook/core-client': '7.6.0-alpha.5', - '@storybook/core-common': '7.6.0-alpha.5', - '@storybook/core-events': '7.6.0-alpha.5', - '@storybook/core-server': '7.6.0-alpha.5', - '@storybook/core-webpack': '7.6.0-alpha.5', - '@storybook/csf-plugin': '7.6.0-alpha.5', - '@storybook/csf-tools': '7.6.0-alpha.5', - '@storybook/docs-tools': '7.6.0-alpha.5', - '@storybook/ember': '7.6.0-alpha.5', - '@storybook/html': '7.6.0-alpha.5', - '@storybook/html-vite': '7.6.0-alpha.5', - '@storybook/html-webpack5': '7.6.0-alpha.5', - '@storybook/instrumenter': '7.6.0-alpha.5', - '@storybook/manager': '7.6.0-alpha.5', - '@storybook/manager-api': '7.6.0-alpha.5', - '@storybook/nextjs': '7.6.0-alpha.5', - '@storybook/node-logger': '7.6.0-alpha.5', - '@storybook/postinstall': '7.6.0-alpha.5', - '@storybook/preact': '7.6.0-alpha.5', - '@storybook/preact-vite': '7.6.0-alpha.5', - '@storybook/preact-webpack5': '7.6.0-alpha.5', - '@storybook/preset-create-react-app': '7.6.0-alpha.5', - '@storybook/preset-html-webpack': '7.6.0-alpha.5', - '@storybook/preset-preact-webpack': '7.6.0-alpha.5', - '@storybook/preset-react-webpack': '7.6.0-alpha.5', - '@storybook/preset-server-webpack': '7.6.0-alpha.5', - '@storybook/preset-svelte-webpack': '7.6.0-alpha.5', - '@storybook/preset-vue-webpack': '7.6.0-alpha.5', - '@storybook/preset-vue3-webpack': '7.6.0-alpha.5', - '@storybook/preset-web-components-webpack': '7.6.0-alpha.5', - '@storybook/preview': '7.6.0-alpha.5', - '@storybook/preview-api': '7.6.0-alpha.5', - '@storybook/preview-web': '7.6.0-alpha.5', - '@storybook/react': '7.6.0-alpha.5', - '@storybook/react-dom-shim': '7.6.0-alpha.5', - '@storybook/react-vite': '7.6.0-alpha.5', - '@storybook/react-webpack5': '7.6.0-alpha.5', - '@storybook/router': '7.6.0-alpha.5', - '@storybook/server': '7.6.0-alpha.5', - '@storybook/server-webpack5': '7.6.0-alpha.5', - '@storybook/source-loader': '7.6.0-alpha.5', - '@storybook/store': '7.6.0-alpha.5', - '@storybook/svelte': '7.6.0-alpha.5', - '@storybook/svelte-vite': '7.6.0-alpha.5', - '@storybook/svelte-webpack5': '7.6.0-alpha.5', - '@storybook/sveltekit': '7.6.0-alpha.5', - '@storybook/telemetry': '7.6.0-alpha.5', - '@storybook/theming': '7.6.0-alpha.5', - '@storybook/types': '7.6.0-alpha.5', - '@storybook/vue': '7.6.0-alpha.5', - '@storybook/vue-vite': '7.6.0-alpha.5', - '@storybook/vue-webpack5': '7.6.0-alpha.5', - '@storybook/vue3': '7.6.0-alpha.5', - '@storybook/vue3-vite': '7.6.0-alpha.5', - '@storybook/vue3-webpack5': '7.6.0-alpha.5', - '@storybook/web-components': '7.6.0-alpha.5', - '@storybook/web-components-vite': '7.6.0-alpha.5', - '@storybook/web-components-webpack5': '7.6.0-alpha.5', - sb: '7.6.0-alpha.5', - storybook: '7.6.0-alpha.5', + '@storybook/addon-a11y': '7.6.0-alpha.6', + '@storybook/addon-actions': '7.6.0-alpha.6', + '@storybook/addon-backgrounds': '7.6.0-alpha.6', + '@storybook/addon-controls': '7.6.0-alpha.6', + '@storybook/addon-docs': '7.6.0-alpha.6', + '@storybook/addon-essentials': '7.6.0-alpha.6', + '@storybook/addon-highlight': '7.6.0-alpha.6', + '@storybook/addon-interactions': '7.6.0-alpha.6', + '@storybook/addon-jest': '7.6.0-alpha.6', + '@storybook/addon-links': '7.6.0-alpha.6', + '@storybook/addon-mdx-gfm': '7.6.0-alpha.6', + '@storybook/addon-measure': '7.6.0-alpha.6', + '@storybook/addon-outline': '7.6.0-alpha.6', + '@storybook/addon-themes': '7.6.0-alpha.6', + '@storybook/addon-storyshots': '7.6.0-alpha.6', + '@storybook/addon-storyshots-puppeteer': '7.6.0-alpha.6', + '@storybook/addon-storysource': '7.6.0-alpha.6', + '@storybook/addon-toolbars': '7.6.0-alpha.6', + '@storybook/addon-viewport': '7.6.0-alpha.6', + '@storybook/addons': '7.6.0-alpha.6', + '@storybook/angular': '7.6.0-alpha.6', + '@storybook/api': '7.6.0-alpha.6', + '@storybook/blocks': '7.6.0-alpha.6', + '@storybook/builder-manager': '7.6.0-alpha.6', + '@storybook/builder-vite': '7.6.0-alpha.6', + '@storybook/builder-webpack5': '7.6.0-alpha.6', + '@storybook/channel-postmessage': '7.6.0-alpha.6', + '@storybook/channel-websocket': '7.6.0-alpha.6', + '@storybook/channels': '7.6.0-alpha.6', + '@storybook/cli': '7.6.0-alpha.6', + '@storybook/client-api': '7.6.0-alpha.6', + '@storybook/client-logger': '7.6.0-alpha.6', + '@storybook/codemod': '7.6.0-alpha.6', + '@storybook/components': '7.6.0-alpha.6', + '@storybook/core-client': '7.6.0-alpha.6', + '@storybook/core-common': '7.6.0-alpha.6', + '@storybook/core-events': '7.6.0-alpha.6', + '@storybook/core-server': '7.6.0-alpha.6', + '@storybook/core-webpack': '7.6.0-alpha.6', + '@storybook/csf-plugin': '7.6.0-alpha.6', + '@storybook/csf-tools': '7.6.0-alpha.6', + '@storybook/docs-tools': '7.6.0-alpha.6', + '@storybook/ember': '7.6.0-alpha.6', + '@storybook/html': '7.6.0-alpha.6', + '@storybook/html-vite': '7.6.0-alpha.6', + '@storybook/html-webpack5': '7.6.0-alpha.6', + '@storybook/instrumenter': '7.6.0-alpha.6', + '@storybook/manager': '7.6.0-alpha.6', + '@storybook/manager-api': '7.6.0-alpha.6', + '@storybook/nextjs': '7.6.0-alpha.6', + '@storybook/node-logger': '7.6.0-alpha.6', + '@storybook/postinstall': '7.6.0-alpha.6', + '@storybook/preact': '7.6.0-alpha.6', + '@storybook/preact-vite': '7.6.0-alpha.6', + '@storybook/preact-webpack5': '7.6.0-alpha.6', + '@storybook/preset-create-react-app': '7.6.0-alpha.6', + '@storybook/preset-html-webpack': '7.6.0-alpha.6', + '@storybook/preset-preact-webpack': '7.6.0-alpha.6', + '@storybook/preset-react-webpack': '7.6.0-alpha.6', + '@storybook/preset-server-webpack': '7.6.0-alpha.6', + '@storybook/preset-svelte-webpack': '7.6.0-alpha.6', + '@storybook/preset-vue-webpack': '7.6.0-alpha.6', + '@storybook/preset-vue3-webpack': '7.6.0-alpha.6', + '@storybook/preset-web-components-webpack': '7.6.0-alpha.6', + '@storybook/preview': '7.6.0-alpha.6', + '@storybook/preview-api': '7.6.0-alpha.6', + '@storybook/preview-web': '7.6.0-alpha.6', + '@storybook/react': '7.6.0-alpha.6', + '@storybook/react-dom-shim': '7.6.0-alpha.6', + '@storybook/react-vite': '7.6.0-alpha.6', + '@storybook/react-webpack5': '7.6.0-alpha.6', + '@storybook/router': '7.6.0-alpha.6', + '@storybook/server': '7.6.0-alpha.6', + '@storybook/server-webpack5': '7.6.0-alpha.6', + '@storybook/source-loader': '7.6.0-alpha.6', + '@storybook/store': '7.6.0-alpha.6', + '@storybook/svelte': '7.6.0-alpha.6', + '@storybook/svelte-vite': '7.6.0-alpha.6', + '@storybook/svelte-webpack5': '7.6.0-alpha.6', + '@storybook/sveltekit': '7.6.0-alpha.6', + '@storybook/telemetry': '7.6.0-alpha.6', + '@storybook/theming': '7.6.0-alpha.6', + '@storybook/types': '7.6.0-alpha.6', + '@storybook/vue': '7.6.0-alpha.6', + '@storybook/vue-vite': '7.6.0-alpha.6', + '@storybook/vue-webpack5': '7.6.0-alpha.6', + '@storybook/vue3': '7.6.0-alpha.6', + '@storybook/vue3-vite': '7.6.0-alpha.6', + '@storybook/vue3-webpack5': '7.6.0-alpha.6', + '@storybook/web-components': '7.6.0-alpha.6', + '@storybook/web-components-vite': '7.6.0-alpha.6', + '@storybook/web-components-webpack5': '7.6.0-alpha.6', + sb: '7.6.0-alpha.6', + storybook: '7.6.0-alpha.6', }; diff --git a/code/lib/client-logger/package.json b/code/lib/client-logger/package.json index a497da3b7ae8..7df3afa29db9 100644 --- a/code/lib/client-logger/package.json +++ b/code/lib/client-logger/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/client-logger", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/codemod/package.json b/code/lib/codemod/package.json index 2cf26180542d..bbc740764575 100644 --- a/code/lib/codemod/package.json +++ b/code/lib/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/codemod", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "A collection of codemod scripts written with JSCodeshift", "keywords": [ "storybook" diff --git a/code/lib/core-common/package.json b/code/lib/core-common/package.json index ac4893ef0bce..a17f5e053947 100644 --- a/code/lib/core-common/package.json +++ b/code/lib/core-common/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-common", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/lib/core-events/package.json b/code/lib/core-events/package.json index e4587cd8ac98..f438816a6f45 100644 --- a/code/lib/core-events/package.json +++ b/code/lib/core-events/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-events", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Event names used in storybook core", "keywords": [ "storybook" diff --git a/code/lib/core-server/package.json b/code/lib/core-server/package.json index d212afc26c89..a2dc053443d8 100644 --- a/code/lib/core-server/package.json +++ b/code/lib/core-server/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-server", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/lib/core-webpack/package.json b/code/lib/core-webpack/package.json index 1fb7ea8ee813..3fa0d1298d1e 100644 --- a/code/lib/core-webpack/package.json +++ b/code/lib/core-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/lib/csf-plugin/package.json b/code/lib/csf-plugin/package.json index 0fcf091268bf..d88f1fe7744d 100644 --- a/code/lib/csf-plugin/package.json +++ b/code/lib/csf-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/csf-plugin", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Enrich CSF files via static analysis", "keywords": [ "storybook" diff --git a/code/lib/csf-tools/package.json b/code/lib/csf-tools/package.json index 28fb38bd3c94..85a3460f2a72 100644 --- a/code/lib/csf-tools/package.json +++ b/code/lib/csf-tools/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/csf-tools", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Parse and manipulate CSF and Storybook config files", "keywords": [ "storybook" diff --git a/code/lib/docs-tools/package.json b/code/lib/docs-tools/package.json index cb42661ed13f..f1de756926d2 100644 --- a/code/lib/docs-tools/package.json +++ b/code/lib/docs-tools/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/docs-tools", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Shared utility functions for frameworks to implement docs", "keywords": [ "storybook" diff --git a/code/lib/instrumenter/package.json b/code/lib/instrumenter/package.json index 499f441acdf5..72637a13dd52 100644 --- a/code/lib/instrumenter/package.json +++ b/code/lib/instrumenter/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/instrumenter", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/manager-api/package.json b/code/lib/manager-api/package.json index 2da60f5d5b21..641e7fe4805d 100644 --- a/code/lib/manager-api/package.json +++ b/code/lib/manager-api/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/manager-api", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Core Storybook Manager API & Context", "keywords": [ "storybook" diff --git a/code/lib/manager-api/src/version.ts b/code/lib/manager-api/src/version.ts index 7db6dcaa80b2..01277cc4649e 100644 --- a/code/lib/manager-api/src/version.ts +++ b/code/lib/manager-api/src/version.ts @@ -1 +1 @@ -export const version = '7.6.0-alpha.5'; +export const version = '7.6.0-alpha.6'; diff --git a/code/lib/node-logger/package.json b/code/lib/node-logger/package.json index 84f9c96baf4d..b7908b6117d1 100644 --- a/code/lib/node-logger/package.json +++ b/code/lib/node-logger/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/node-logger", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/postinstall/package.json b/code/lib/postinstall/package.json index 8bb26a2ca1da..347b79ff543c 100644 --- a/code/lib/postinstall/package.json +++ b/code/lib/postinstall/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/postinstall", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook addons postinstall utilities", "keywords": [ "api", diff --git a/code/lib/preview-api/package.json b/code/lib/preview-api/package.json index beb955e5fe30..d5865075785a 100644 --- a/code/lib/preview-api/package.json +++ b/code/lib/preview-api/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preview-api", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/preview/package.json b/code/lib/preview/package.json index 9852cfcbee51..5b18427da1d5 100644 --- a/code/lib/preview/package.json +++ b/code/lib/preview/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preview", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/react-dom-shim/package.json b/code/lib/react-dom-shim/package.json index 14a885437984..fbcb223150d7 100644 --- a/code/lib/react-dom-shim/package.json +++ b/code/lib/react-dom-shim/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/react-dom-shim", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/router/package.json b/code/lib/router/package.json index 4dbc70984d27..49eec650b67d 100644 --- a/code/lib/router/package.json +++ b/code/lib/router/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/router", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Core Storybook Router", "keywords": [ "storybook" diff --git a/code/lib/source-loader/package.json b/code/lib/source-loader/package.json index ac7a99d237a7..38459e761aad 100644 --- a/code/lib/source-loader/package.json +++ b/code/lib/source-loader/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/source-loader", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Source loader", "keywords": [ "lib", diff --git a/code/lib/telemetry/package.json b/code/lib/telemetry/package.json index 96dbc278ded1..ce48721ee219 100644 --- a/code/lib/telemetry/package.json +++ b/code/lib/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/telemetry", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Telemetry logging for crash reports and usage statistics", "keywords": [ "storybook" diff --git a/code/lib/test/package.json b/code/lib/test/package.json index 70cb87f2e10a..869c3cd3df9e 100644 --- a/code/lib/test/package.json +++ b/code/lib/test/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/test", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "", "keywords": [ "storybook" diff --git a/code/lib/theming/package.json b/code/lib/theming/package.json index 7761a9598c78..4c9ff26433e5 100644 --- a/code/lib/theming/package.json +++ b/code/lib/theming/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/theming", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Core Storybook Components", "keywords": [ "storybook" diff --git a/code/lib/types/package.json b/code/lib/types/package.json index b01288b7d682..9c88dcc60004 100644 --- a/code/lib/types/package.json +++ b/code/lib/types/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/types", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Core Storybook TS Types", "keywords": [ "storybook" diff --git a/code/package.json b/code/package.json index e73ee429811b..f1ac76ed7b71 100644 --- a/code/package.json +++ b/code/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/root", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "private": true, "description": "Storybook root", "homepage": "https://storybook.js.org/", @@ -328,6 +328,5 @@ "Dependency Upgrades" ] ] - }, - "deferredNextVersion": "7.6.0-alpha.6" + } } diff --git a/code/presets/create-react-app/package.json b/code/presets/create-react-app/package.json index d0f772738294..823905784767 100644 --- a/code/presets/create-react-app/package.json +++ b/code/presets/create-react-app/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-create-react-app", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Create React App preset", "keywords": [ "storybook" diff --git a/code/presets/html-webpack/package.json b/code/presets/html-webpack/package.json index 828ee35cf238..7d0be5a2b3cd 100644 --- a/code/presets/html-webpack/package.json +++ b/code/presets/html-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-html-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/presets/preact-webpack/package.json b/code/presets/preact-webpack/package.json index 57ae3bd3503e..bae4b5c310dc 100644 --- a/code/presets/preact-webpack/package.json +++ b/code/presets/preact-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-preact-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Preact: Develop Preact Component in isolation.", "keywords": [ "storybook" diff --git a/code/presets/react-webpack/package.json b/code/presets/react-webpack/package.json index 9564497c53f1..3505f3b07a59 100644 --- a/code/presets/react-webpack/package.json +++ b/code/presets/react-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-react-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for React: Develop React Component in isolation with Hot Reloading", "keywords": [ "storybook" diff --git a/code/presets/server-webpack/package.json b/code/presets/server-webpack/package.json index 8be6a6df0424..2a71116c946e 100644 --- a/code/presets/server-webpack/package.json +++ b/code/presets/server-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-server-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/presets/svelte-webpack/package.json b/code/presets/svelte-webpack/package.json index 65614d29de42..43453d287129 100644 --- a/code/presets/svelte-webpack/package.json +++ b/code/presets/svelte-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-svelte-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/presets/vue-webpack/package.json b/code/presets/vue-webpack/package.json index 3291cbb8b8f1..79007a06fda8 100644 --- a/code/presets/vue-webpack/package.json +++ b/code/presets/vue-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-vue-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/presets/vue3-webpack/package.json b/code/presets/vue3-webpack/package.json index cdc28de7b55c..2c84d6e63ab3 100644 --- a/code/presets/vue3-webpack/package.json +++ b/code/presets/vue3-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-vue3-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/presets/web-components-webpack/package.json b/code/presets/web-components-webpack/package.json index 27702a9bf9e2..9fe830b13f62 100644 --- a/code/presets/web-components-webpack/package.json +++ b/code/presets/web-components-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-web-components-webpack", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.", "keywords": [ "lit", diff --git a/code/renderers/html/package.json b/code/renderers/html/package.json index 3484cdd8c464..caa8707ade5d 100644 --- a/code/renderers/html/package.json +++ b/code/renderers/html/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/html", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook HTML renderer", "keywords": [ "storybook" diff --git a/code/renderers/preact/package.json b/code/renderers/preact/package.json index 158315411817..ffe02fe2b8ab 100644 --- a/code/renderers/preact/package.json +++ b/code/renderers/preact/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preact", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Preact renderer", "keywords": [ "storybook" diff --git a/code/renderers/react/package.json b/code/renderers/react/package.json index 99b129f3d544..9bdb54bf85d3 100644 --- a/code/renderers/react/package.json +++ b/code/renderers/react/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/react", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook React renderer", "keywords": [ "storybook" diff --git a/code/renderers/server/package.json b/code/renderers/server/package.json index d7ac610c135b..1db05b78d182 100644 --- a/code/renderers/server/package.json +++ b/code/renderers/server/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/server", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Server renderer", "keywords": [ "storybook" diff --git a/code/renderers/svelte/package.json b/code/renderers/svelte/package.json index ddd73d9a38e0..f745fda938fa 100644 --- a/code/renderers/svelte/package.json +++ b/code/renderers/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/svelte", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Svelte renderer", "keywords": [ "storybook" diff --git a/code/renderers/vue/package.json b/code/renderers/vue/package.json index 49122a20b2a3..d085597863d8 100644 --- a/code/renderers/vue/package.json +++ b/code/renderers/vue/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Vue renderer", "keywords": [ "storybook" diff --git a/code/renderers/vue3/package.json b/code/renderers/vue3/package.json index eafa07b4ecc3..8905958c8595 100644 --- a/code/renderers/vue3/package.json +++ b/code/renderers/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue3", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Vue 3 renderer", "keywords": [ "storybook" diff --git a/code/renderers/web-components/package.json b/code/renderers/web-components/package.json index 71545018f044..a12abcc60075 100644 --- a/code/renderers/web-components/package.json +++ b/code/renderers/web-components/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/web-components", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook web-components renderer", "keywords": [ "lit", diff --git a/code/ui/blocks/package.json b/code/ui/blocks/package.json index e4c96378abb4..2b4df74d9756 100644 --- a/code/ui/blocks/package.json +++ b/code/ui/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/blocks", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Storybook Doc Blocks", "keywords": [ "storybook" diff --git a/code/ui/components/package.json b/code/ui/components/package.json index f3ae83cbb09c..d69c914f3d05 100644 --- a/code/ui/components/package.json +++ b/code/ui/components/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/components", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Core Storybook Components", "keywords": [ "storybook" diff --git a/code/ui/manager/package.json b/code/ui/manager/package.json index 0278119e1f00..6bbd3c58949e 100644 --- a/code/ui/manager/package.json +++ b/code/ui/manager/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/manager", - "version": "7.6.0-alpha.5", + "version": "7.6.0-alpha.6", "description": "Core Storybook UI", "keywords": [ "storybook"