Skip to content

Commit 6e9d1f8

Browse files
github-actions[bot]thepassle
authored andcommitted
Version Packages
1 parent a5d687f commit 6e9d1f8

File tree

5 files changed

+22
-16
lines changed

5 files changed

+22
-16
lines changed

.changeset/sour-grapes-rest.md

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

package-lock.json

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dev-server-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@web/dev-server-core": "^0.5.0",
6565
"@web/rollup-plugin-html": "^2.0.0",
6666
"@web/rollup-plugin-polyfills-loader": "^2.0.0",
67-
"@web/storybook-prebuilt": "^0.1.32",
67+
"@web/storybook-prebuilt": "^0.1.36",
6868
"babel-plugin-bundled-import-meta": "^0.3.2",
6969
"babel-plugin-template-html-minifier": "^4.1.0",
7070
"es-module-lexer": "^1.0.2",

packages/mocks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @web/mocks
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 78f76396: Publish Types
8+
39
## 0.1.0
410

511
### Minor Changes

packages/mocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/mocks",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -49,7 +49,7 @@
4949
"msw"
5050
],
5151
"dependencies": {
52-
"@web/storybook-prebuilt": "^0.1.34",
52+
"@web/storybook-prebuilt": "^0.1.36",
5353
"msw": "0.0.0-fetch.rc-15"
5454
},
5555
"wireit": {

0 commit comments

Comments
 (0)