Skip to content

Commit dde21e1

Browse files
authored
Merge branch 'next' into docs_adjust_sb_9_assets
2 parents a1be3e9 + 896f7ef commit dde21e1

80 files changed

Lines changed: 531 additions & 287 deletions

File tree

Some content is hidden

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

.circleci/config.yml

Lines changed: 76 additions & 57 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 9.0.1
2+
3+
- Angular: Include 20.x in version range - [#31602](https://github.com/storybookjs/storybook/pull/31602), thanks @shilman!
4+
- CLI: Update React Native init generator for v9 - [#31600](https://github.com/storybookjs/storybook/pull/31600), thanks @dannyhw!
5+
- React Native Web: Include expo in babel transforms - [#31607](https://github.com/storybookjs/storybook/pull/31607), thanks @dannyhw!
6+
- Telemetry: Fix storybook version and add test run events - [#31473](https://github.com/storybookjs/storybook/pull/31473), thanks @tmeasday!
7+
18
## 9.0.0
29

310
#### Storybook 9.0 is here

CHANGELOG.prerelease.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 9.1.0-alpha.1
2+
3+
- Angular: Include 20.x in version range - [#31602](https://github.com/storybookjs/storybook/pull/31602), thanks @shilman!
4+
- CLI: Update React Native init generator for v9 - [#31600](https://github.com/storybookjs/storybook/pull/31600), thanks @dannyhw!
5+
- Telemetry: Fix storybook version and add test run events - [#31473](https://github.com/storybookjs/storybook/pull/31473), thanks @tmeasday!
6+
17
## 9.1.0-alpha.0
28

39

code/addons/a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-a11y",
3-
"version": "9.1.0-alpha.0",
3+
"version": "9.1.0-alpha.1",
44
"description": "Test component compliance with web accessibility standards",
55
"keywords": [
66
"a11y",

code/addons/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-actions",
3-
"version": "9.1.0-alpha.0",
3+
"version": "9.1.0-alpha.1",
44
"description": "Empty package - please don't use it anymore",
55
"keywords": [],
66
"homepage": "https://github.com/storybookjs/storybook",

code/addons/backgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-backgrounds",
3-
"version": "9.1.0-alpha.0",
3+
"version": "9.1.0-alpha.1",
44
"description": "Empty package - please don't use it anymore",
55
"keywords": [],
66
"homepage": "https://github.com/storybookjs/storybook",

code/addons/controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-controls",
3-
"version": "9.1.0-alpha.0",
3+
"version": "9.1.0-alpha.1",
44
"description": "Empty package - please don't use it anymore",
55
"keywords": [],
66
"homepage": "https://github.com/storybookjs/storybook",

code/addons/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-docs",
3-
"version": "9.1.0-alpha.0",
3+
"version": "9.1.0-alpha.1",
44
"description": "Document component usage and properties in Markdown",
55
"keywords": [
66
"addon",

code/addons/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-jest",
3-
"version": "9.1.0-alpha.0",
3+
"version": "9.1.0-alpha.1",
44
"description": "React storybook addon that show component jest report",
55
"keywords": [
66
"addon",

code/addons/links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-links",
3-
"version": "9.1.0-alpha.0",
3+
"version": "9.1.0-alpha.1",
44
"description": "Link stories together to build demos and prototypes with your UI components",
55
"keywords": [
66
"storybook-addons",

0 commit comments

Comments
 (0)