Skip to content

Commit

Permalink
Merge pull request #29504 from storybookjs/version-patch-from-8.4.0
Browse files Browse the repository at this point in the history
Release: Patch 8.4.1
  • Loading branch information
kasperpeulen authored Nov 1, 2024
2 parents 939651b + 3abca8e commit 5fa09b9
Show file tree
Hide file tree
Showing 31 changed files with 112 additions and 107 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.4.1

- Core: Relax peer dep constraint of shim packages - [#29503](https://github.com/storybookjs/storybook/pull/29503), thanks @kasperpeulen!

## 8.4.0

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/builder-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/client-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/core-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/csf-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/manager-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/node-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/preview-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/deprecated/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"*.d.ts"
],
"peerDependencies": {
"storybook": "workspace:^"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions code/frameworks/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/core-webpack": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@types/node": "^22.0.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
Expand Down
3 changes: 2 additions & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,6 @@
"Dependency Upgrades"
]
]
}
},
"deferredNextVersion": "8.4.1"
}
8 changes: 4 additions & 4 deletions code/renderers/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions code/renderers/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions code/renderers/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/react-dom-shim": "workspace:*",
"@storybook/theming": "workspace:^"
"@storybook/theming": "workspace:*"
},
"devDependencies": {
"@storybook/test": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions code/renderers/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/csf": "^0.1.11",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"ts-dedent": "^2.0.0",
"yaml": "^2.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions code/renderers/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"sveltedoc-parser": "^4.2.1",
"ts-dedent": "^2.0.0",
"type-fest": "~2.19"
Expand Down
8 changes: 4 additions & 4 deletions code/renderers/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@vue/compiler-core": "^3.0.0",
"ts-dedent": "^2.0.0",
"type-fest": "~2.19",
Expand Down
8 changes: 4 additions & 4 deletions code/renderers/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/components": "workspace:^",
"@storybook/components": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "workspace:^",
"@storybook/preview-api": "workspace:^",
"@storybook/theming": "workspace:^",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"tiny-invariant": "^1.3.1",
"ts-dedent": "^2.0.0"
},
Expand Down
Loading

0 comments on commit 5fa09b9

Please sign in to comment.