Skip to content

Commit 73c2c8a

Browse files
committed
chore: upgrade version to 4.3.0
1 parent 7ae2a63 commit 73c2c8a

3 files changed

Lines changed: 83 additions & 251 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"scripts": {
99
"clean": "rm -rf dist",
10-
"build": "yarn workspaces run build",
10+
"build": "yarn run addon:build && yarn run docs:build",
1111
"lint": "yarn workspaces run lint",
1212
"lint:fix": "yarn workspaces run lint:fix",
1313
"test": "yarn workspaces run test",

packages/mock-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-mock",
3-
"version": "4.2.1",
3+
"version": "4.3.0",
44
"description": "A storybook addon to mock fetch/XHR request",
55
"keywords": [
66
"storybook",

0 commit comments

Comments
 (0)