Skip to content

Commit 45c1cf8

Browse files
authored
Merge pull request #2812 from modernweb-dev/changeset-release/master
Version Packages
2 parents 9a2abb3 + 77cc473 commit 45c1cf8

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/smooth-carrots-rule.md

-5
This file was deleted.

.changeset/yellow-lies-behave.md

-5
This file was deleted.

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.1.17
4+
5+
### Patch Changes
6+
7+
- c0fefb04: fix storybook-builder on Windows
8+
39
## 0.1.16
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.16",
3+
"version": "0.1.17",
44
"publishConfig": {
55
"access": "public"
66
},

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

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- c0fefb04: fix storybook-framework-web-components on Windows
8+
- Updated dependencies [c0fefb04]
9+
- @web/storybook-builder@0.1.17
10+
311
## 0.1.2
412

513
### Patch Changes

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/storybook-framework-web-components",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -57,7 +57,7 @@
5757
],
5858
"dependencies": {
5959
"@storybook/web-components": "^7.0.0",
60-
"@web/storybook-builder": "^0.1.0"
60+
"@web/storybook-builder": "^0.1.17"
6161
},
6262
"devDependencies": {
6363
"@playwright/test": "^1.22.2",

0 commit comments

Comments
 (0)