Skip to content

Commit

Permalink
chore: upgrade version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nutboltu committed Sep 20, 2023
1 parent 7ae2a63 commit 73c2c8a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 251 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"scripts": {
"clean": "rm -rf dist",
"build": "yarn workspaces run build",
"build": "yarn run addon:build && yarn run docs:build",
"lint": "yarn workspaces run lint",
"lint:fix": "yarn workspaces run lint:fix",
"test": "yarn workspaces run test",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-mock",
"version": "4.2.1",
"version": "4.3.0",
"description": "A storybook addon to mock fetch/XHR request",
"keywords": [
"storybook",
Expand Down

0 comments on commit 73c2c8a

Please sign in to comment.