Skip to content

Commit 5427d09

Browse files
committed
released v3.0.2
1 parent e4a2d07 commit 5427d09

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

example/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/base",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -12,7 +12,7 @@
1212
},
1313
"author": "",
1414
"devDependencies": {
15-
"mocker-api": "^3.0.1"
15+
"mocker-api": "^3.0.2"
1616
},
1717
"license": "MIT"
1818
}

example/create-react-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/create-react-app",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "~5.16.5",
@@ -11,7 +11,7 @@
1111
"react-scripts": "~5.0.1"
1212
},
1313
"devDependencies": {
14-
"mocker-api": "^3.0.1"
14+
"mocker-api": "^3.0.2"
1515
},
1616
"scripts": {
1717
"start": "react-scripts start",

example/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/express",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -18,6 +18,6 @@
1818
"nodemon": "~2.0.20"
1919
},
2020
"devDependencies": {
21-
"mocker-api": "^3.0.1"
21+
"mocker-api": "^3.0.2"
2222
}
2323
}

example/loadData/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/load-data",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -9,7 +9,7 @@
99
"keywords": [],
1010
"author": "",
1111
"devDependencies": {
12-
"mocker-api": "^3.0.1"
12+
"mocker-api": "^3.0.2"
1313
},
1414
"license": "MIT"
1515
}

example/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/typescript",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"description": "",
66
"main": "index.js",
@@ -15,6 +15,6 @@
1515
"dependencies": {
1616
"@types/express": "~4.17.14",
1717
"express": "~4.21.0",
18-
"mocker-api": "^3.0.1"
18+
"mocker-api": "^3.0.2"
1919
}
2020
}

example/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/webpack",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"description": "Mocker API Example",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@webpack-cli/serve": "~2.0.1",
1515
"html-webpack-plugin": "~5.6.0",
16-
"mocker-api": "^3.0.1",
16+
"mocker-api": "^3.0.2",
1717
"webpack": "^5.77.0",
1818
"webpack-cli": "^5.0.1",
1919
"webpack-dev-server": "^4.13.2"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.1",
2+
"version": "3.0.2",
33
"packages": [
44
"packages/*",
55
"example/*"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocker-api",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "This is dev support mock RESTful API.",
55
"homepage": "https://wangchujiang.com/mocker-api/",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

0 commit comments

Comments
 (0)