File tree Expand file tree Collapse file tree
storybook-framework-web-components Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @web/mocks
22
3+ ## 2.0.0
4+
5+ ### Major Changes
6+
7+ - 2bc4206: Decouple ` @web/mocks ` from Storybook.
8+ Extract Storybook addon to the package ` @web/storybook-addon-mocks ` .
9+ See MIGRATION.md for more info.
10+
311## 1.3.2
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @web/mocks" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 2.0.0 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
5454 "msw" : " 2.13.2"
5555 },
5656 "devDependencies" : {
57- "@web/storybook-builder" : " ^0.2.2 " ,
58- "@web/storybook-framework-web-components" : " ^0.2.1 "
57+ "@web/storybook-builder" : " ^0.3.0 " ,
58+ "@web/storybook-framework-web-components" : " ^0.3.0 "
5959 },
6060 "imports" : {
6161 "#sw-path" : {
Original file line number Diff line number Diff line change 11# @web/storybook-addons-mocks
2+
3+ ## 1.0.0
4+
5+ ### Major Changes
6+
7+ - c78ff49: Migrate projects to Storybook 9
8+
9+ ### Patch Changes
10+
11+ - Updated dependencies [ 2bc4206]
12+ - Updated dependencies [ c78ff49]
13+ - @web/mocks @2.0.0
14+ - @web/storybook-utils @2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @web/storybook-addon-mocks" ,
3- "version" : " 0 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "publishConfig" : {
55 "access" : " public"
66 },
3131 " msw"
3232 ],
3333 "dependencies" : {
34- "@web/mocks" : " ^1.3.2 " ,
35- "@web/storybook-utils" : " ^1.1.2 " ,
34+ "@web/mocks" : " ^2.0.0 " ,
35+ "@web/storybook-utils" : " ^2.0.0 " ,
3636 "lit" : " ^3.3.2" ,
3737 "storybook" : " ^9.1.20"
3838 }
Original file line number Diff line number Diff line change 11# @web/storybook-builder
22
3+ ## 0.3.0
4+
5+ ### Minor Changes
6+
7+ - c78ff49: Migrate projects to Storybook 9
8+
39## 0.2.6
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @web/storybook-builder" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.3.0 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
Original file line number Diff line number Diff line change 11# @web/storybook-framework-web-components
22
3+ ## 0.3.0
4+
5+ ### Minor Changes
6+
7+ - c78ff49: Migrate projects to Storybook 9
8+
9+ ### Patch Changes
10+
11+ - Updated dependencies [ c78ff49]
12+ - @web/storybook-builder @0.3.0
13+
314## 0.2.1
415
516### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @web/storybook-framework-web-components" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
5757 ],
5858 "dependencies" : {
5959 "@storybook/web-components" : " ^9.1.20" ,
60- "@web/storybook-builder" : " ^0.2.2 "
60+ "@web/storybook-builder" : " ^0.3.0 "
6161 },
6262 "devDependencies" : {
6363 "@playwright/test" : " ^1.53.0" ,
6666 "@storybook/addon-links" : " ^9.1.20" ,
6767 "@web/dev-server" : " ^0.4.0" ,
6868 "@web/rollup-plugin-import-meta-assets" : " ^2.2.1" ,
69- "@web/storybook-addon-mocks" : " ^0 .0.0" ,
70- "@web/storybook-utils" : " ^1.1 .0" ,
69+ "@web/storybook-addon-mocks" : " ^1 .0.0" ,
70+ "@web/storybook-utils" : " ^2.0 .0" ,
7171 "storybook" : " ^9.1.20"
7272 }
7373}
You can’t perform that action at this time.
0 commit comments