Skip to content

Commit bcf30ab

Browse files
authored
Merge pull request #2947 from modernweb-dev/changeset-release/master
Version Packages
2 parents 09827aa + 613ab7d commit bcf30ab

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/hot-eagles-retire.md

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

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.2.2
4+
5+
### Patch Changes
6+
7+
- 7e0af43: bump storybook packages to 8.6.12
8+
39
## 0.2.1
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.1",
3+
"version": "0.2.2",
44
"publishConfig": {
55
"access": "public"
66
},

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @web/storybook-framework-web-components
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 7e0af43: bump storybook packages to 8.6.12
8+
- Updated dependencies [7e0af43]
9+
- @web/storybook-builder@0.2.2
10+
311
## 0.2.0
412

513
### Minor Changes

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

Lines changed: 2 additions & 2 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.0",
3+
"version": "0.2.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -57,7 +57,7 @@
5757
],
5858
"dependencies": {
5959
"@storybook/web-components": "^8.6.12",
60-
"@web/storybook-builder": "^0.2.0"
60+
"@web/storybook-builder": "^0.2.2"
6161
},
6262
"devDependencies": {
6363
"@playwright/test": "^1.22.2",

0 commit comments

Comments
 (0)