Skip to content

Commit 91d7a7f

Browse files
Merge branch 'next' into patch-1
2 parents 31d1092 + c67bf67 commit 91d7a7f

File tree

169 files changed

+1968
-807
lines changed

Some content is hidden

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

169 files changed

+1968
-807
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
at: .
597597
- run:
598598
name: Install dependencies
599-
command: yarn install
599+
command: yarn install --no-immutable
600600
working_directory: test-storybooks/portable-stories-kitchen-sink/<< parameters.directory >>
601601
- run:
602602
name: Run Jest tests

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

CHANGELOG.prerelease.md

Lines changed: 10 additions & 0 deletions

code/.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ ember-output
1717
!.eslintrc.js
1818
!.eslintrc-markdown.js
1919
!.storybook
20-
lib/core-common/templates/base-preview-head.html
20+
lib/core-common/templates/base-preview-head.html
21+
lib/core-server/src/utils/__search-files-tests__

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": "8.1.0-alpha.5",
3+
"version": "8.1.0-alpha.6",
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": "8.1.0-alpha.5",
3+
"version": "8.1.0-alpha.6",
44
"description": "Get UI feedback when an action is performed on an interactive element",
55
"keywords": [
66
"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": "8.1.0-alpha.5",
3+
"version": "8.1.0-alpha.6",
44
"description": "Switch backgrounds to view components in different settings",
55
"keywords": [
66
"addon",

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": "8.1.0-alpha.5",
3+
"version": "8.1.0-alpha.6",
44
"description": "Interact with component inputs dynamically in the Storybook UI",
55
"keywords": [
66
"addon",

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": "8.1.0-alpha.5",
3+
"version": "8.1.0-alpha.6",
44
"description": "Document component usage and properties in Markdown",
55
"keywords": [
66
"addon",

code/addons/essentials/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-essentials",
3-
"version": "8.1.0-alpha.5",
3+
"version": "8.1.0-alpha.6",
44
"description": "Curated addons to bring out the best of Storybook",
55
"keywords": [
66
"addon",

0 commit comments

Comments
 (0)