Skip to content

Commit 6b8dd56

Browse files
authored
Merge pull request #2888 from modernweb-dev/changeset-release/master
Version Packages
2 parents 4ff985b + 98da0ff commit 6b8dd56

File tree

10 files changed

+41
-19
lines changed

10 files changed

+41
-19
lines changed

.changeset/beige-pugs-end.md

-6
This file was deleted.

.changeset/twelve-bears-call.md

-6
This file was deleted.

packages/mocks/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @web/mocks
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- a10a0bd: add backwards compatible support for Storybook 8
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a10a0bd]
12+
- @web/storybook-utils@1.1.0
13+
314
## 1.2.3
415

516
### Patch Changes

packages/mocks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/mocks",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@web/storybook-prebuilt": "^0.1.37",
72-
"@web/storybook-utils": "^1.0.0",
72+
"@web/storybook-utils": "^1.1.0",
7373
"lit": "^2.7.5 || ^3.0.0",
7474
"msw": "2.4.1"
7575
},

packages/storybook-builder/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @web/storybook-builder
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 0fd9659: migrate to Storybook 8
8+
39
## 0.1.21
410

511
### Patch Changes

packages/storybook-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/storybook-builder",
3-
"version": "0.1.21",
3+
"version": "0.2.0",
44
"publishConfig": {
55
"access": "public"
66
},

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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @web/storybook-framework-web-components
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 0fd9659: migrate to Storybook 8
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0fd9659]
12+
- @web/storybook-builder@0.2.0
13+
314
## 0.1.3
415

516
### Patch Changes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/storybook-framework-web-components",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -57,7 +57,7 @@
5757
],
5858
"dependencies": {
5959
"@storybook/web-components": "^8.5.0",
60-
"@web/storybook-builder": "^0.1.17"
60+
"@web/storybook-builder": "^0.2.0"
6161
},
6262
"devDependencies": {
6363
"@playwright/test": "^1.22.2",
@@ -69,7 +69,7 @@
6969
"@storybook/types": "^8.5.0",
7070
"@web/dev-server": "^0.4.0",
7171
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
72-
"@web/storybook-utils": "^1.0.1",
72+
"@web/storybook-utils": "^1.1.0",
7373
"storybook": "^8.5.0"
7474
}
7575
}

packages/storybook-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @web/storybook-utils
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- a10a0bd: add backwards compatible support for Storybook 8
8+
39
## 1.0.2
410

511
### Patch Changes

packages/storybook-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/storybook-utils",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)