Skip to content

Commit 5a23ea5

Browse files
authored
Merge pull request #2895 from modernweb-dev/changeset-release/master
Version Packages
2 parents e5f5797 + 359d6b8 commit 5a23ea5

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/spicy-dragons-search.md

-6
This file was deleted.

packages/mocks/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 1bd1e53: try to prevent npm update issue "Could not resolve dependency" between Storybook 7 and 8
8+
- Updated dependencies [1bd1e53]
9+
- @web/storybook-utils@1.1.1
10+
311
## 1.3.0
412

513
### Minor 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.3.0",
3+
"version": "1.3.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -67,7 +67,7 @@
6767
"@storybook/manager-api": "^7.0.0 || ^8.0.0",
6868
"@storybook/preview-api": "^7.0.0 || ^8.0.0",
6969
"@web/storybook-prebuilt": "^0.1.37",
70-
"@web/storybook-utils": "^1.1.0",
70+
"@web/storybook-utils": "^1.1.1",
7171
"lit": "^2.7.5 || ^3.0.0",
7272
"msw": "2.4.1"
7373
},

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.1
4+
5+
### Patch Changes
6+
7+
- 1bd1e53: try to prevent npm update issue "Could not resolve dependency" between Storybook 7 and 8
8+
39
## 1.1.0
410

511
### Minor 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.1.0",
3+
"version": "1.1.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)