From f03dd98ce85952e76bb3776a04fed2581835f1c5 Mon Sep 17 00:00:00 2001 From: storybook-bot <32066757+storybook-bot@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:46:28 +0000 Subject: [PATCH] Bump version from "8.0.0-alpha.15" to "8.0.0-alpha.16" [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/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/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/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/client-logger/package.json | 2 +- code/lib/codemod/package.json | 2 +- code/lib/core-common/package.json | 2 +- code/lib/core-common/src/versions.ts | 158 +++++++++--------- 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/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/vue3-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/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 +- 82 files changed, 161 insertions(+), 162 deletions(-) diff --git a/code/addons/a11y/package.json b/code/addons/a11y/package.json index 0b025846f6de..a8ad72034ac0 100644 --- a/code/addons/a11y/package.json +++ b/code/addons/a11y/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-a11y", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 105967fbf4ea..38f7850bdb59 100644 --- a/code/addons/actions/package.json +++ b/code/addons/actions/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-actions", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 7dc215c939df..fe96ed8b3ccf 100644 --- a/code/addons/backgrounds/package.json +++ b/code/addons/backgrounds/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-backgrounds", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 fa862fafdf76..7a1fe211bc28 100644 --- a/code/addons/controls/package.json +++ b/code/addons/controls/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-controls", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 547571fed237..29138ca6ee78 100644 --- a/code/addons/docs/package.json +++ b/code/addons/docs/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-docs", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 d91fd33ca974..643fea2719a0 100644 --- a/code/addons/essentials/package.json +++ b/code/addons/essentials/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-essentials", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 0431bf9d21c0..ee3dc9798c2a 100644 --- a/code/addons/gfm/package.json +++ b/code/addons/gfm/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-mdx-gfm", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "GitHub Flavored Markdown in Storybook", "keywords": [ "addon", diff --git a/code/addons/highlight/package.json b/code/addons/highlight/package.json index be6638ab249b..c59398357215 100644 --- a/code/addons/highlight/package.json +++ b/code/addons/highlight/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-highlight", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 3db11190accf..0d4de3d9b837 100644 --- a/code/addons/interactions/package.json +++ b/code/addons/interactions/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-interactions", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 cd9ef6814723..3ebea532c4cd 100644 --- a/code/addons/jest/package.json +++ b/code/addons/jest/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-jest", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 b5a133346660..71f1fee7f669 100644 --- a/code/addons/links/package.json +++ b/code/addons/links/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-links", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 eac997b2542b..14853aac95e3 100644 --- a/code/addons/measure/package.json +++ b/code/addons/measure/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-measure", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 a04f25561684..fcd19d3cf76b 100644 --- a/code/addons/outline/package.json +++ b/code/addons/outline/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-outline", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Outline all elements with CSS to help with layout placement and alignment", "keywords": [ "storybook-addons", diff --git a/code/addons/storysource/package.json b/code/addons/storysource/package.json index 8d4fa9bb7eb2..d102b96b4ba1 100644 --- a/code/addons/storysource/package.json +++ b/code/addons/storysource/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-storysource", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 ee54e95d349e..6b8a24779504 100644 --- a/code/addons/themes/package.json +++ b/code/addons/themes/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-themes", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 3325a1b7abaf..d71c88ede0a6 100644 --- a/code/addons/toolbars/package.json +++ b/code/addons/toolbars/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-toolbars", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 4d36ff970e00..4e78026fa82c 100644 --- a/code/addons/viewport/package.json +++ b/code/addons/viewport/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/addon-viewport", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 bf86157d426d..2e50b786aa1c 100644 --- a/code/builders/builder-manager/package.json +++ b/code/builders/builder-manager/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-manager", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook manager builder", "keywords": [ "storybook" diff --git a/code/builders/builder-vite/package.json b/code/builders/builder-vite/package.json index f531c4ae96d9..bb1ea32784bb 100644 --- a/code/builders/builder-vite/package.json +++ b/code/builders/builder-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-vite", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 de9ba106459c..9c3c8711668c 100644 --- a/code/builders/builder-webpack5/package.json +++ b/code/builders/builder-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-webpack5", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/frameworks/angular/package.json b/code/frameworks/angular/package.json index c2907be55c3b..207a09c65148 100644 --- a/code/frameworks/angular/package.json +++ b/code/frameworks/angular/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/angular", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 21def746c9de..5449419c825a 100644 --- a/code/frameworks/ember/package.json +++ b/code/frameworks/ember/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/ember", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 8fbba14f8371..8b1b9c301888 100644 --- a/code/frameworks/html-vite/package.json +++ b/code/frameworks/html-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/html-vite", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 629a1394274e..cc95b762b34b 100644 --- a/code/frameworks/html-webpack5/package.json +++ b/code/frameworks/html-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/html-webpack5", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 9ee7c8d22e3b..7922773e700a 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/nextjs", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook for Next.js", "keywords": [ "storybook", diff --git a/code/frameworks/preact-vite/package.json b/code/frameworks/preact-vite/package.json index a87d20a24295..4980a400f1c7 100644 --- a/code/frameworks/preact-vite/package.json +++ b/code/frameworks/preact-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preact-vite", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 4a9ad3897615..c59ac6f666b6 100644 --- a/code/frameworks/preact-webpack5/package.json +++ b/code/frameworks/preact-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preact-webpack5", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 5e5ba767ee50..942e049fbc91 100644 --- a/code/frameworks/react-vite/package.json +++ b/code/frameworks/react-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/react-vite", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 141ab40e3c7e..21e3da26a23e 100644 --- a/code/frameworks/react-webpack5/package.json +++ b/code/frameworks/react-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/react-webpack5", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 f7619ce1ff70..7ea776d3a43f 100644 --- a/code/frameworks/server-webpack5/package.json +++ b/code/frameworks/server-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/server-webpack5", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 8b92f440bf71..016711055012 100644 --- a/code/frameworks/svelte-vite/package.json +++ b/code/frameworks/svelte-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/svelte-vite", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 d6559a9b746e..1b847b1871fa 100644 --- a/code/frameworks/svelte-webpack5/package.json +++ b/code/frameworks/svelte-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/svelte-webpack5", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 db51c058bfec..99b52eee278d 100644 --- a/code/frameworks/sveltekit/package.json +++ b/code/frameworks/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/sveltekit", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook for SvelteKit", "keywords": [ "storybook", diff --git a/code/frameworks/vue3-vite/package.json b/code/frameworks/vue3-vite/package.json index f56e7c096d52..b482e6734cd5 100644 --- a/code/frameworks/vue3-vite/package.json +++ b/code/frameworks/vue3-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue3-vite", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 a76d282f4575..0f4a2790ac62 100644 --- a/code/frameworks/vue3-webpack5/package.json +++ b/code/frameworks/vue3-webpack5/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue3-webpack5", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 f7e5d3f84658..dce19399ba37 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 bc55dd302ede..75ca0b042ee1 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 75cec6f24251..c64fbe3487d2 100644 --- a/code/lib/channels/package.json +++ b/code/lib/channels/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/channels", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/cli-sb/package.json b/code/lib/cli-sb/package.json index 7d5517826c3e..5650a9bdd0ff 100644 --- a/code/lib/cli-sb/package.json +++ b/code/lib/cli-sb/package.json @@ -1,6 +1,6 @@ { "name": "sb", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook CLI", "keywords": [ "storybook" diff --git a/code/lib/cli-storybook/package.json b/code/lib/cli-storybook/package.json index 56db69e1f279..e7dd270aa25d 100644 --- a/code/lib/cli-storybook/package.json +++ b/code/lib/cli-storybook/package.json @@ -1,6 +1,6 @@ { "name": "storybook", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook CLI", "keywords": [ "storybook" diff --git a/code/lib/cli/package.json b/code/lib/cli/package.json index 56a588fe9a51..b1e10914494f 100644 --- a/code/lib/cli/package.json +++ b/code/lib/cli/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/cli", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook's CLI - install, dev, build, upgrade, and more", "keywords": [ "cli", diff --git a/code/lib/client-logger/package.json b/code/lib/client-logger/package.json index d11e28d057a0..2db66694ef67 100644 --- a/code/lib/client-logger/package.json +++ b/code/lib/client-logger/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/client-logger", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/codemod/package.json b/code/lib/codemod/package.json index abc46fc8686a..ecfa8ea7d9b8 100644 --- a/code/lib/codemod/package.json +++ b/code/lib/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/codemod", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 eb8756600d6f..b1f5c3becf55 100644 --- a/code/lib/core-common/package.json +++ b/code/lib/core-common/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-common", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/lib/core-common/src/versions.ts b/code/lib/core-common/src/versions.ts index 001f5bf545d3..9dc1fd0230e0 100644 --- a/code/lib/core-common/src/versions.ts +++ b/code/lib/core-common/src/versions.ts @@ -1,82 +1,82 @@ // auto generated file, do not edit export default { - '@storybook/addon-a11y': '8.0.0-alpha.15', - '@storybook/addon-actions': '8.0.0-alpha.15', - '@storybook/addon-backgrounds': '8.0.0-alpha.15', - '@storybook/addon-controls': '8.0.0-alpha.15', - '@storybook/addon-docs': '8.0.0-alpha.15', - '@storybook/addon-essentials': '8.0.0-alpha.15', - '@storybook/addon-highlight': '8.0.0-alpha.15', - '@storybook/addon-interactions': '8.0.0-alpha.15', - '@storybook/addon-jest': '8.0.0-alpha.15', - '@storybook/addon-links': '8.0.0-alpha.15', - '@storybook/addon-mdx-gfm': '8.0.0-alpha.15', - '@storybook/addon-measure': '8.0.0-alpha.15', - '@storybook/addon-outline': '8.0.0-alpha.15', - '@storybook/addon-storysource': '8.0.0-alpha.15', - '@storybook/addon-themes': '8.0.0-alpha.15', - '@storybook/addon-toolbars': '8.0.0-alpha.15', - '@storybook/addon-viewport': '8.0.0-alpha.15', - '@storybook/angular': '8.0.0-alpha.15', - '@storybook/blocks': '8.0.0-alpha.15', - '@storybook/builder-manager': '8.0.0-alpha.15', - '@storybook/builder-vite': '8.0.0-alpha.15', - '@storybook/builder-webpack5': '8.0.0-alpha.15', - '@storybook/channels': '8.0.0-alpha.15', - '@storybook/cli': '8.0.0-alpha.15', - '@storybook/client-logger': '8.0.0-alpha.15', - '@storybook/codemod': '8.0.0-alpha.15', - '@storybook/components': '8.0.0-alpha.15', - '@storybook/core-common': '8.0.0-alpha.15', - '@storybook/core-events': '8.0.0-alpha.15', - '@storybook/core-server': '8.0.0-alpha.15', - '@storybook/core-webpack': '8.0.0-alpha.15', - '@storybook/csf-plugin': '8.0.0-alpha.15', - '@storybook/csf-tools': '8.0.0-alpha.15', - '@storybook/docs-tools': '8.0.0-alpha.15', - '@storybook/ember': '8.0.0-alpha.15', - '@storybook/html': '8.0.0-alpha.15', - '@storybook/html-vite': '8.0.0-alpha.15', - '@storybook/html-webpack5': '8.0.0-alpha.15', - '@storybook/instrumenter': '8.0.0-alpha.15', - '@storybook/manager': '8.0.0-alpha.15', - '@storybook/manager-api': '8.0.0-alpha.15', - '@storybook/nextjs': '8.0.0-alpha.15', - '@storybook/node-logger': '8.0.0-alpha.15', - '@storybook/preact': '8.0.0-alpha.15', - '@storybook/preact-vite': '8.0.0-alpha.15', - '@storybook/preact-webpack5': '8.0.0-alpha.15', - '@storybook/preset-create-react-app': '8.0.0-alpha.15', - '@storybook/preset-html-webpack': '8.0.0-alpha.15', - '@storybook/preset-preact-webpack': '8.0.0-alpha.15', - '@storybook/preset-react-webpack': '8.0.0-alpha.15', - '@storybook/preset-server-webpack': '8.0.0-alpha.15', - '@storybook/preset-svelte-webpack': '8.0.0-alpha.15', - '@storybook/preset-vue3-webpack': '8.0.0-alpha.15', - '@storybook/preview': '8.0.0-alpha.15', - '@storybook/preview-api': '8.0.0-alpha.15', - '@storybook/react': '8.0.0-alpha.15', - '@storybook/react-dom-shim': '8.0.0-alpha.15', - '@storybook/react-vite': '8.0.0-alpha.15', - '@storybook/react-webpack5': '8.0.0-alpha.15', - '@storybook/router': '8.0.0-alpha.15', - '@storybook/server': '8.0.0-alpha.15', - '@storybook/server-webpack5': '8.0.0-alpha.15', - '@storybook/source-loader': '8.0.0-alpha.15', - '@storybook/svelte': '8.0.0-alpha.15', - '@storybook/svelte-vite': '8.0.0-alpha.15', - '@storybook/svelte-webpack5': '8.0.0-alpha.15', - '@storybook/sveltekit': '8.0.0-alpha.15', - '@storybook/telemetry': '8.0.0-alpha.15', - '@storybook/test': '8.0.0-alpha.15', - '@storybook/theming': '8.0.0-alpha.15', - '@storybook/types': '8.0.0-alpha.15', - '@storybook/vue3': '8.0.0-alpha.15', - '@storybook/vue3-vite': '8.0.0-alpha.15', - '@storybook/vue3-webpack5': '8.0.0-alpha.15', - '@storybook/web-components': '8.0.0-alpha.15', - '@storybook/web-components-vite': '8.0.0-alpha.15', - '@storybook/web-components-webpack5': '8.0.0-alpha.15', - sb: '8.0.0-alpha.15', - storybook: '8.0.0-alpha.15', + '@storybook/addon-a11y': '8.0.0-alpha.16', + '@storybook/addon-actions': '8.0.0-alpha.16', + '@storybook/addon-backgrounds': '8.0.0-alpha.16', + '@storybook/addon-controls': '8.0.0-alpha.16', + '@storybook/addon-docs': '8.0.0-alpha.16', + '@storybook/addon-essentials': '8.0.0-alpha.16', + '@storybook/addon-highlight': '8.0.0-alpha.16', + '@storybook/addon-interactions': '8.0.0-alpha.16', + '@storybook/addon-jest': '8.0.0-alpha.16', + '@storybook/addon-links': '8.0.0-alpha.16', + '@storybook/addon-mdx-gfm': '8.0.0-alpha.16', + '@storybook/addon-measure': '8.0.0-alpha.16', + '@storybook/addon-outline': '8.0.0-alpha.16', + '@storybook/addon-storysource': '8.0.0-alpha.16', + '@storybook/addon-themes': '8.0.0-alpha.16', + '@storybook/addon-toolbars': '8.0.0-alpha.16', + '@storybook/addon-viewport': '8.0.0-alpha.16', + '@storybook/angular': '8.0.0-alpha.16', + '@storybook/blocks': '8.0.0-alpha.16', + '@storybook/builder-manager': '8.0.0-alpha.16', + '@storybook/builder-vite': '8.0.0-alpha.16', + '@storybook/builder-webpack5': '8.0.0-alpha.16', + '@storybook/channels': '8.0.0-alpha.16', + '@storybook/cli': '8.0.0-alpha.16', + '@storybook/client-logger': '8.0.0-alpha.16', + '@storybook/codemod': '8.0.0-alpha.16', + '@storybook/components': '8.0.0-alpha.16', + '@storybook/core-common': '8.0.0-alpha.16', + '@storybook/core-events': '8.0.0-alpha.16', + '@storybook/core-server': '8.0.0-alpha.16', + '@storybook/core-webpack': '8.0.0-alpha.16', + '@storybook/csf-plugin': '8.0.0-alpha.16', + '@storybook/csf-tools': '8.0.0-alpha.16', + '@storybook/docs-tools': '8.0.0-alpha.16', + '@storybook/ember': '8.0.0-alpha.16', + '@storybook/html': '8.0.0-alpha.16', + '@storybook/html-vite': '8.0.0-alpha.16', + '@storybook/html-webpack5': '8.0.0-alpha.16', + '@storybook/instrumenter': '8.0.0-alpha.16', + '@storybook/manager': '8.0.0-alpha.16', + '@storybook/manager-api': '8.0.0-alpha.16', + '@storybook/nextjs': '8.0.0-alpha.16', + '@storybook/node-logger': '8.0.0-alpha.16', + '@storybook/preact': '8.0.0-alpha.16', + '@storybook/preact-vite': '8.0.0-alpha.16', + '@storybook/preact-webpack5': '8.0.0-alpha.16', + '@storybook/preset-create-react-app': '8.0.0-alpha.16', + '@storybook/preset-html-webpack': '8.0.0-alpha.16', + '@storybook/preset-preact-webpack': '8.0.0-alpha.16', + '@storybook/preset-react-webpack': '8.0.0-alpha.16', + '@storybook/preset-server-webpack': '8.0.0-alpha.16', + '@storybook/preset-svelte-webpack': '8.0.0-alpha.16', + '@storybook/preset-vue3-webpack': '8.0.0-alpha.16', + '@storybook/preview': '8.0.0-alpha.16', + '@storybook/preview-api': '8.0.0-alpha.16', + '@storybook/react': '8.0.0-alpha.16', + '@storybook/react-dom-shim': '8.0.0-alpha.16', + '@storybook/react-vite': '8.0.0-alpha.16', + '@storybook/react-webpack5': '8.0.0-alpha.16', + '@storybook/router': '8.0.0-alpha.16', + '@storybook/server': '8.0.0-alpha.16', + '@storybook/server-webpack5': '8.0.0-alpha.16', + '@storybook/source-loader': '8.0.0-alpha.16', + '@storybook/svelte': '8.0.0-alpha.16', + '@storybook/svelte-vite': '8.0.0-alpha.16', + '@storybook/svelte-webpack5': '8.0.0-alpha.16', + '@storybook/sveltekit': '8.0.0-alpha.16', + '@storybook/telemetry': '8.0.0-alpha.16', + '@storybook/test': '8.0.0-alpha.16', + '@storybook/theming': '8.0.0-alpha.16', + '@storybook/types': '8.0.0-alpha.16', + '@storybook/vue3': '8.0.0-alpha.16', + '@storybook/vue3-vite': '8.0.0-alpha.16', + '@storybook/vue3-webpack5': '8.0.0-alpha.16', + '@storybook/web-components': '8.0.0-alpha.16', + '@storybook/web-components-vite': '8.0.0-alpha.16', + '@storybook/web-components-webpack5': '8.0.0-alpha.16', + sb: '8.0.0-alpha.16', + storybook: '8.0.0-alpha.16', }; diff --git a/code/lib/core-events/package.json b/code/lib/core-events/package.json index 259051a4dbec..a951c6dc0d50 100644 --- a/code/lib/core-events/package.json +++ b/code/lib/core-events/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-events", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 ece8698cb5ec..24f88c4bb735 100644 --- a/code/lib/core-server/package.json +++ b/code/lib/core-server/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-server", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/lib/core-webpack/package.json b/code/lib/core-webpack/package.json index c910691fc3c9..19c75efee828 100644 --- a/code/lib/core-webpack/package.json +++ b/code/lib/core-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/core-webpack", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" diff --git a/code/lib/csf-plugin/package.json b/code/lib/csf-plugin/package.json index 906efd6d88f5..bf7aa1a53167 100644 --- a/code/lib/csf-plugin/package.json +++ b/code/lib/csf-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/csf-plugin", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 5670166211ca..7d3d8dcfe135 100644 --- a/code/lib/csf-tools/package.json +++ b/code/lib/csf-tools/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/csf-tools", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 d0980f6e7e78..259ba0d3c20f 100644 --- a/code/lib/docs-tools/package.json +++ b/code/lib/docs-tools/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/docs-tools", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 6cdf6600c97e..c2f1085d8e02 100644 --- a/code/lib/instrumenter/package.json +++ b/code/lib/instrumenter/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/instrumenter", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/manager-api/package.json b/code/lib/manager-api/package.json index 01af19b6ceef..1c342f712a77 100644 --- a/code/lib/manager-api/package.json +++ b/code/lib/manager-api/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/manager-api", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 71a3c20896b8..fdcb66306d83 100644 --- a/code/lib/manager-api/src/version.ts +++ b/code/lib/manager-api/src/version.ts @@ -1 +1 @@ -export const version = '8.0.0-alpha.15'; +export const version = '8.0.0-alpha.16'; diff --git a/code/lib/node-logger/package.json b/code/lib/node-logger/package.json index 630a46279841..0817f0b09f3e 100644 --- a/code/lib/node-logger/package.json +++ b/code/lib/node-logger/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/node-logger", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/preview-api/package.json b/code/lib/preview-api/package.json index d3eb58f32f32..e04cf95d1120 100644 --- a/code/lib/preview-api/package.json +++ b/code/lib/preview-api/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preview-api", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/preview/package.json b/code/lib/preview/package.json index ff8f15d4e86e..dc2fee954c5c 100644 --- a/code/lib/preview/package.json +++ b/code/lib/preview/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preview", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/react-dom-shim/package.json b/code/lib/react-dom-shim/package.json index 4b783b517126..03864dc865e5 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/router/package.json b/code/lib/router/package.json index 8b486fbb46da..a2e1d29dfac9 100644 --- a/code/lib/router/package.json +++ b/code/lib/router/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/router", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Core Storybook Router", "keywords": [ "storybook" diff --git a/code/lib/source-loader/package.json b/code/lib/source-loader/package.json index 91fe61d6a278..5846328c2311 100644 --- a/code/lib/source-loader/package.json +++ b/code/lib/source-loader/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/source-loader", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Source loader", "keywords": [ "lib", diff --git a/code/lib/telemetry/package.json b/code/lib/telemetry/package.json index 99301b412ec8..f08a16f49933 100644 --- a/code/lib/telemetry/package.json +++ b/code/lib/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/telemetry", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 1f5056884428..f49a54ad4b89 100644 --- a/code/lib/test/package.json +++ b/code/lib/test/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/test", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "", "keywords": [ "storybook" diff --git a/code/lib/theming/package.json b/code/lib/theming/package.json index d6f9115a22e8..2db8901de497 100644 --- a/code/lib/theming/package.json +++ b/code/lib/theming/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/theming", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Core Storybook Components", "keywords": [ "storybook" diff --git a/code/lib/types/package.json b/code/lib/types/package.json index e981bd0e6e7e..81450a93fd97 100644 --- a/code/lib/types/package.json +++ b/code/lib/types/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/types", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Core Storybook TS Types", "keywords": [ "storybook" diff --git a/code/package.json b/code/package.json index 23e9508ffc9e..11d7a645835f 100644 --- a/code/package.json +++ b/code/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/root", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "private": true, "description": "Storybook root", "homepage": "https://storybook.js.org/", @@ -292,6 +292,5 @@ "Dependency Upgrades" ] ] - }, - "deferredNextVersion": "8.0.0-alpha.16" + } } diff --git a/code/presets/create-react-app/package.json b/code/presets/create-react-app/package.json index d3fc0bd81d42..9b374ac8a237 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 c2888a7d9117..59b1ff8ee632 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 c42399185223..e096553ffd2e 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 19d8fee1c5fb..e0c1f31965ad 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 585619a8c649..8ce710a6e84f 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "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 9256d8c73609..8167e4b24650 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook for Svelte: Develop Svelte 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 1f96e73359d7..7af09f14a36c 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": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/renderers/html/package.json b/code/renderers/html/package.json index 78ec60113c8a..834ad1e3bde5 100644 --- a/code/renderers/html/package.json +++ b/code/renderers/html/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/html", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook HTML renderer", "keywords": [ "storybook" diff --git a/code/renderers/preact/package.json b/code/renderers/preact/package.json index 77f3dba0ed38..04ac8f205f92 100644 --- a/code/renderers/preact/package.json +++ b/code/renderers/preact/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preact", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook Preact renderer", "keywords": [ "storybook" diff --git a/code/renderers/react/package.json b/code/renderers/react/package.json index ba83ddeb281d..9095cb486286 100644 --- a/code/renderers/react/package.json +++ b/code/renderers/react/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/react", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook React renderer", "keywords": [ "storybook" diff --git a/code/renderers/server/package.json b/code/renderers/server/package.json index 8ae85e81860a..f581a4819e00 100644 --- a/code/renderers/server/package.json +++ b/code/renderers/server/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/server", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook Server renderer", "keywords": [ "storybook" diff --git a/code/renderers/svelte/package.json b/code/renderers/svelte/package.json index 5e50321c1927..09781741ae5e 100644 --- a/code/renderers/svelte/package.json +++ b/code/renderers/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/svelte", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook Svelte renderer", "keywords": [ "storybook" diff --git a/code/renderers/vue3/package.json b/code/renderers/vue3/package.json index daa4d8cd020c..204748b46885 100644 --- a/code/renderers/vue3/package.json +++ b/code/renderers/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/vue3", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook Vue 3 renderer", "keywords": [ "storybook" diff --git a/code/renderers/web-components/package.json b/code/renderers/web-components/package.json index 4e9fef36250a..986b8a71b7c7 100644 --- a/code/renderers/web-components/package.json +++ b/code/renderers/web-components/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/web-components", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook web-components renderer", "keywords": [ "lit", diff --git a/code/ui/blocks/package.json b/code/ui/blocks/package.json index d977f658bc7b..300c0914d801 100644 --- a/code/ui/blocks/package.json +++ b/code/ui/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/blocks", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Storybook Doc Blocks", "keywords": [ "storybook" diff --git a/code/ui/components/package.json b/code/ui/components/package.json index 6d394a410cfe..7355c184d365 100644 --- a/code/ui/components/package.json +++ b/code/ui/components/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/components", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Core Storybook Components", "keywords": [ "storybook" diff --git a/code/ui/manager/package.json b/code/ui/manager/package.json index 56988ce10855..8ebec0e95b0c 100644 --- a/code/ui/manager/package.json +++ b/code/ui/manager/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/manager", - "version": "8.0.0-alpha.15", + "version": "8.0.0-alpha.16", "description": "Core Storybook UI", "keywords": [ "storybook"