Skip to content

Commit

Permalink
released v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 26, 2021
1 parent 8391103 commit 2e86f76
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Or you can put it the `package.json` config as a current project dependency.
+ "api": "mocker ./mocker"
},
"devDependencies": {
+ "mocker-api": "2.8.0"
+ "mocker-api": "2.8.1"
},
"license": "MIT"
}
Expand Down Expand Up @@ -334,7 +334,7 @@ Let's add a script to easily run the dev server as well: `package.json`
"license": "MIT",
"devDependencies": {
"html-webpack-plugin": "4.5.0",
"mocker-api": "2.8.0",
"mocker-api": "2.8.1",
"webpack": "5.11.0",
"webpack-cli": "4.2.0",
"webpack-dev-server": "3.11.0"
Expand Down Expand Up @@ -381,7 +381,7 @@ module.exports = function(app) {
{
.....
"devDependencies": {
+ "mocker-api": "2.8.0"
+ "mocker-api": "2.8.1"
},
....
}
Expand Down
2 changes: 1 addition & 1 deletion example/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"author": "",
"devDependencies": {
"mocker-api": "2.8.0"
"mocker-api": "2.8.1"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion example/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"web-vitals": "0.2.4"
},
"devDependencies": {
"mocker-api": "2.8.0"
"mocker-api": "2.8.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion example/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"nodemon": "2.0.6"
},
"devDependencies": {
"mocker-api": "2.8.0"
"mocker-api": "2.8.1"
}
}
2 changes: 1 addition & 1 deletion example/loadData/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keywords": [],
"author": "",
"devDependencies": {
"mocker-api": "2.8.0"
"mocker-api": "2.8.1"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"@types/express": "4.17.8",
"mocker-api": "2.8.0",
"mocker-api": "2.8.1",
"express": "4.17.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"devDependencies": {
"html-webpack-plugin": "4.5.1",
"mocker-api": "2.8.0",
"mocker-api": "2.8.1",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Or you can put it the `package.json` config as a current project dependency.
+ "api": "mocker ./mocker"
},
"devDependencies": {
+ "mocker-api": "2.8.0"
+ "mocker-api": "2.8.1"
},
+ "mocker": {
+ "port": 7788
Expand Down Expand Up @@ -410,7 +410,7 @@ module.exports = function(app) {
{
.....
"devDependencies": {
+ "mocker-api": "2.8.0"
+ "mocker-api": "2.8.1"
},
....
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocker-api",
"version": "2.8.0",
"version": "2.8.1",
"description": "This is dev support mock RESTful API.",
"bin": {
"mocker": "lib/bin/mocker.js"
Expand Down

0 comments on commit 2e86f76

Please sign in to comment.