Skip to content

Commit

Permalink
align version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper committed Dec 10, 2024
1 parent 833bbba commit 50eb68b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions code/core/src/common/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ export default {
'@storybook/react-dom-shim': '8.5.0-alpha.19',
'@storybook/source-loader': '8.5.0-alpha.19',
'@storybook/test': '8.5.0-alpha.19',
'@storybook/preset-angular-webpack': '8.5.0-alpha.18',
'@storybook/preset-angular-webpack': '8.5.0-alpha.19',
'@storybook/preset-create-react-app': '8.5.0-alpha.19',
'@storybook/preset-html-webpack': '8.5.0-alpha.19',
'@storybook/preset-preact-webpack': '8.5.0-alpha.19',
'@storybook/preset-react-webpack': '8.5.0-alpha.19',
'@storybook/preset-server-webpack': '8.5.0-alpha.19',
'@storybook/preset-svelte-webpack': '8.5.0-alpha.19',
'@storybook/preset-vue3-webpack': '8.5.0-alpha.19',
'@storybook/angular-renderer': '8.5.0-alpha.11',
'@storybook/angular-renderer': '8.5.0-alpha.19',
'@storybook/html': '8.5.0-alpha.19',
'@storybook/preact': '8.5.0-alpha.19',
'@storybook/react': '8.5.0-alpha.19',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ import { sync as findUpSync } from 'find-up';
import { from, of, throwError } from 'rxjs';
import { catchError, map, mapTo, switchMap } from 'rxjs/operators';

import {
errorSummary,
printErrorDetails,
runCompodoc
} from '../utils';
import { errorSummary, printErrorDetails, runCompodoc } from '../utils';
import { StandaloneOptions } from '@storybook/angular-renderer';

addToGlobalContext('cliVersion', versions.storybook);
Expand Down
2 changes: 1 addition & 1 deletion code/presets/angular-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/preset-angular-webpack",
"version": "8.5.0-alpha.18",
"version": "8.5.0-alpha.19",
"description": "Storybook for Angular: View Angular components in isolation with Hot Reloading.",
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/angular-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/angular-renderer",
"version": "8.5.0-alpha.11",
"version": "8.5.0-alpha.19",
"description": "Storybook Angular renderer",
"keywords": [
"storybook"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ export const argsToTemplate = <A extends Record<string, any>>(
: `[${key}]="${formatPropInTemplate(key)}"`
)
.join(' ');
}
};
2 changes: 2 additions & 0 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5871,7 +5871,9 @@ __metadata:
"@types/cross-spawn": "npm:^6.0.2"
"@types/tmp": "npm:^0.2.3"
cross-spawn: "npm:^7.0.3"
telejson: "npm:^7.2.0"
tmp: "npm:^0.2.1"
ts-dedent: "npm:^2.0.0"
typescript: "npm:^5.3.2"
webpack: "npm:5"
zone.js: "npm:^0.14.2"
Expand Down

0 comments on commit 50eb68b

Please sign in to comment.