Skip to content

Commit ffc2f13

Browse files
Version Packages
1 parent 2bc4206 commit ffc2f13

12 files changed

Lines changed: 56 additions & 27 deletions

File tree

.changeset/serious-hounds-look.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/shiny-sloths-drum.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/mocks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

packages/mocks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/mocks",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -54,8 +54,8 @@
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": {
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
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

packages/storybook-addon-mocks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/storybook-addon-mocks",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -31,8 +31,8 @@
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
}

packages/storybook-builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

packages/storybook-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/storybook-builder",
3-
"version": "0.2.6",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/storybook-framework-web-components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

packages/storybook-framework-web-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/storybook-framework-web-components",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -57,7 +57,7 @@
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",
@@ -66,8 +66,8 @@
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
}

0 commit comments

Comments
 (0)