Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3de1390

Browse files
committedJun 22, 2023
Bump version from 7.0.23 to 7.0.24
1 parent 518f5a7 commit 3de1390

File tree

98 files changed

+1059
-1052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+1059
-1052
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 7.0.24
2+
3+
- Core: Fix compat by disabling name mangling in `esbuild` require - [#22486](https://github.com/storybookjs/storybook/pull/22486), thanks [@youngboy](https://github.com/youngboy)!
4+
- Core: Prebundle node-logger and make it CJS only - [#23109](https://github.com/storybookjs/storybook/pull/23109), thanks [@ndelangen](https://github.com/ndelangen)!
5+
- NextJS: Fix fonts not loading with 3+ words in name - [#23121](https://github.com/storybookjs/storybook/pull/23121), thanks [@ygkn](https://github.com/ygkn)!
6+
- Telemetry: Count onboarding stories - [#23092](https://github.com/storybookjs/storybook/pull/23092), thanks [@shilman](https://github.com/shilman)!
7+
18
## 7.0.23
29

310
- Core: Fix compat by disabling name mangling in `esbuild` require - [#22486](https://github.com/storybookjs/storybook/pull/22486), thanks [@youngboy](https://github.com/youngboy)!

‎code/addons/a11y/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-a11y",
3-
"version": "7.0.23",
3+
"version": "7.0.24",
44
"description": "Test component compliance with web accessibility standards",
55
"keywords": [
66
"a11y",
@@ -63,16 +63,16 @@
6363
"prep": "../../../scripts/prepare/bundle.ts"
6464
},
6565
"dependencies": {
66-
"@storybook/addon-highlight": "7.0.23",
67-
"@storybook/channels": "7.0.23",
68-
"@storybook/client-logger": "7.0.23",
69-
"@storybook/components": "7.0.23",
70-
"@storybook/core-events": "7.0.23",
66+
"@storybook/addon-highlight": "7.0.24",
67+
"@storybook/channels": "7.0.24",
68+
"@storybook/client-logger": "7.0.24",
69+
"@storybook/components": "7.0.24",
70+
"@storybook/core-events": "7.0.24",
7171
"@storybook/global": "^5.0.0",
72-
"@storybook/manager-api": "7.0.23",
73-
"@storybook/preview-api": "7.0.23",
74-
"@storybook/theming": "7.0.23",
75-
"@storybook/types": "7.0.23",
72+
"@storybook/manager-api": "7.0.24",
73+
"@storybook/preview-api": "7.0.24",
74+
"@storybook/theming": "7.0.24",
75+
"@storybook/types": "7.0.24",
7676
"axe-core": "^4.2.0",
7777
"lodash": "^4.17.21",
7878
"react-resize-detector": "^7.1.2"
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)