Skip to content

Commit 666d70c

Browse files
committed
Merge branch 'main' into next [skip ci]
2 parents 141978d + 6049c8f commit 666d70c

File tree

3 files changed

+108
-5
lines changed

3 files changed

+108
-5
lines changed

.github/workflows/nightly.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
echo "prev_sb_version=$(yarn list @storybook/react --depth=0 2> /dev/null | grep @storybook/react | awk -F'@' '{print $3}')" >> $GITHUB_ENV
3030
echo "prev_sb_csf_version=$(yarn list @storybook/csf --depth=0 2> /dev/null | grep @storybook/csf | awk -F'@' '{print $3}')" >> $GITHUB_ENV
3131
32-
- name: Upgrade to storybook@future
32+
- name: Upgrade to storybook@next
3333
run: |
34-
npx storybook@future upgrade --prerelease --yes
34+
npx storybook@next upgrade --prerelease --yes
3535
3636
# TODO: This should not be necessary once @storybook/csf is properly updated
3737
- name: Fix local @storybook/csf version
@@ -115,9 +115,9 @@ jobs:
115115
echo "prev_sb_version=$(yarn list @storybook/react --depth=0 2> /dev/null | grep @storybook/react | awk -F'@' '{print $3}')" >> $GITHUB_ENV
116116
echo "prev_sb_csf_version=$(yarn list @storybook/csf --depth=0 2> /dev/null | grep @storybook/csf | awk -F'@' '{print $3}')" >> $GITHUB_ENV
117117
118-
- name: Upgrade to storybook@future
118+
- name: Upgrade to storybook@next
119119
run: |
120-
npx storybook@future upgrade --prerelease --yes
120+
npx storybook@next upgrade --prerelease --yes
121121
122122
# TODO: This should not be necessary once @storybook/csf is properly updated
123123
- name: Fix local @storybook/csf version

CHANGELOG.md

+103
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,106 @@
1+
# v0.9.4 (Wed Feb 01 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Release 0.9.4 [#258](https://github.com/storybookjs/test-runner/pull/258) ([@yannbf](https://github.com/yannbf))
6+
- Support other test-runner config extensions [#259](https://github.com/storybookjs/test-runner/pull/259) ([@yannbf](https://github.com/yannbf))
7+
- Use ipv4 loopback address [#252](https://github.com/storybookjs/test-runner/pull/252) ([@IanVS](https://github.com/IanVS))
8+
- Fix safe json stringify code [#239](https://github.com/storybookjs/test-runner/pull/239) ([@hansottowirtz](https://github.com/hansottowirtz))
9+
10+
#### Authors: 3
11+
12+
- Hans Otto Wirtz ([@hansottowirtz](https://github.com/hansottowirtz))
13+
- Ian VanSchooten ([@IanVS](https://github.com/IanVS))
14+
- Yann Braga ([@yannbf](https://github.com/yannbf))
15+
16+
---
17+
18+
# v0.9.3 (Fri Jan 20 2023)
19+
20+
#### 🐛 Bug Fix
21+
22+
- feat: add shard cli option [#246](https://github.com/storybookjs/test-runner/pull/246) ([@yannbf](https://github.com/yannbf))
23+
- feat: add shard cli option [#243](https://github.com/storybookjs/test-runner/pull/243) ([@Niznikr](https://github.com/Niznikr) [@yannbf](https://github.com/yannbf))
24+
25+
#### Authors: 2
26+
27+
- Robert Niznik ([@Niznikr](https://github.com/Niznikr))
28+
- Yann Braga ([@yannbf](https://github.com/yannbf))
29+
30+
---
31+
32+
# v0.9.2 (Tue Dec 20 2022)
33+
34+
#### 🐛 Bug Fix
35+
36+
- Fix target url in error feedback [#234](https://github.com/storybookjs/test-runner/pull/234) ([@yannbf](https://github.com/yannbf))
37+
38+
#### Authors: 1
39+
40+
- Yann Braga ([@yannbf](https://github.com/yannbf))
41+
42+
---
43+
44+
# v0.9.1 (Mon Nov 21 2022)
45+
46+
#### 🐛 Bug Fix
47+
48+
- Release 0.9.1 [#223](https://github.com/storybookjs/test-runner/pull/223) ([@yannbf](https://github.com/yannbf) [@shilman](https://github.com/shilman))
49+
- Fix missing dependencies [#209](https://github.com/storybookjs/test-runner/pull/209) ([@bryanjtc](https://github.com/bryanjtc))
50+
- Make setup-page globally available for index.json mode compatibility [#217](https://github.com/storybookjs/test-runner/pull/217) ([@yannbf](https://github.com/yannbf))
51+
- Upgrade nightly to next instead of future [#213](https://github.com/storybookjs/test-runner/pull/213) ([@shilman](https://github.com/shilman))
52+
53+
#### Authors: 3
54+
55+
- Bryan Thomas ([@bryanjtc](https://github.com/bryanjtc))
56+
- Michael Shilman ([@shilman](https://github.com/shilman))
57+
- Yann Braga ([@yannbf](https://github.com/yannbf))
58+
59+
---
60+
61+
# v0.9.0 (Wed Oct 12 2022)
62+
63+
#### 🚀 Enhancement
64+
65+
- feat: add cli option --ci [#204](https://github.com/storybookjs/test-runner/pull/204) ([@italoteix](https://github.com/italoteix))
66+
67+
#### 🐛 Bug Fix
68+
69+
- Upgrade preset-env to latest [#202](https://github.com/storybookjs/test-runner/pull/202) ([@shilman](https://github.com/shilman))
70+
- Fix nightly check for failures [#197](https://github.com/storybookjs/test-runner/pull/197) ([@yannbf](https://github.com/yannbf))
71+
- Improve error logging and ensure non-zero exit [#201](https://github.com/storybookjs/test-runner/pull/201) ([@IanVS](https://github.com/IanVS))
72+
73+
#### 📝 Documentation
74+
75+
- Docs: update coverage section now that the addon supports Vite [#205](https://github.com/storybookjs/test-runner/pull/205) ([@yannbf](https://github.com/yannbf))
76+
77+
#### Authors: 4
78+
79+
- Ian VanSchooten ([@IanVS](https://github.com/IanVS))
80+
- Ítalo Teixeira ([@italoteix](https://github.com/italoteix))
81+
- Michael Shilman ([@shilman](https://github.com/shilman))
82+
- Yann Braga ([@yannbf](https://github.com/yannbf))
83+
84+
---
85+
86+
# v0.8.0 (Fri Oct 07 2022)
87+
88+
#### 🚀 Enhancement
89+
90+
- Add isTestRunner utility [#198](https://github.com/storybookjs/test-runner/pull/198) ([@yannbf](https://github.com/yannbf) [@IanVS](https://github.com/IanVS))
91+
92+
#### 🐛 Bug Fix
93+
94+
- Fix StorybookTestRunnerError – length on undefined [#194](https://github.com/storybookjs/test-runner/pull/194) ([@ericclemmons](https://github.com/ericclemmons))
95+
96+
#### Authors: 3
97+
98+
- Eric Clemmons ([@ericclemmons](https://github.com/ericclemmons))
99+
- Ian VanSchooten ([@IanVS](https://github.com/IanVS))
100+
- Yann Braga ([@yannbf](https://github.com/yannbf))
101+
102+
---
103+
1104
# v0.7.2 (Fri Sep 16 2022)
2105

3106
#### 🐛 Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/test-runner",
3-
"version": "0.7.2",
3+
"version": "0.9.4",
44
"description": "Test runner for Storybook stories",
55
"keywords": [
66
"storybook-addons",

0 commit comments

Comments
 (0)