From 5bfe7c540e1bdf9fc47be1b77c9f1f078a71b931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=84=9A=E9=81=93?= Date: Sat, 4 May 2019 11:01:15 +0800 Subject: [PATCH] feat: add blockConfig.specVersion --- AccountCenter/package.json | 5 ++++- AccountSettings/package.json | 3 +++ AdvancedForm/package.json | 3 +++ AdvancedProfile/package.json | 5 ++++- Analysis/package.json | 3 +++ BasicForm/package.json | 5 ++++- BasicList/package.json | 3 +++ BasicProfile/package.json | 5 ++++- CardList/package.json | 5 ++++- Exception403/package.json | 5 ++++- Exception404/package.json | 7 +++++-- Exception500/package.json | 7 +++++-- Monitor/package.json | 5 ++++- ResultFail/package.json | 5 ++++- ResultSuccess/package.json | 5 ++++- SearchListApplications/package.json | 5 ++++- SearchListArticles/package.json | 5 ++++- SearchListProjects/package.json | 5 ++++- StepForm/package.json | 5 ++++- TableList/package.json | 5 ++++- UserLogin/package.json | 5 ++++- UserRegister/package.json | 5 ++++- UserRegisterResult/package.json | 5 ++++- Workplace/package.json | 7 +++++-- 24 files changed, 95 insertions(+), 23 deletions(-) diff --git a/AccountCenter/package.json b/AccountCenter/package.json index e687973c..448486cb 100644 --- a/AccountCenter/package.json +++ b/AccountCenter/package.json @@ -21,5 +21,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/AccountSettings/package.json b/AccountSettings/package.json index 298c2698..8cbf073d 100644 --- a/AccountSettings/package.json +++ b/AccountSettings/package.json @@ -21,5 +21,8 @@ "umi": "^2.6.9", "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.3.0-beta.1" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/AdvancedForm/package.json b/AdvancedForm/package.json index 39b5c017..94cb2c8f 100644 --- a/AdvancedForm/package.json +++ b/AdvancedForm/package.json @@ -22,5 +22,8 @@ "umi": "^2.6.9", "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.7.2" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/AdvancedProfile/package.json b/AdvancedProfile/package.json index 43a044fc..aa792fd7 100644 --- a/AdvancedProfile/package.json +++ b/AdvancedProfile/package.json @@ -24,5 +24,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Analysis/package.json b/Analysis/package.json index 3cc7f0b3..27d43abc 100644 --- a/Analysis/package.json +++ b/Analysis/package.json @@ -28,5 +28,8 @@ "umi-plugin-block-dev": "^1.1.0", "umi-plugin-react": "^1.7.2", "@types/numeral": "^0.0.25" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/BasicForm/package.json b/BasicForm/package.json index 9a880089..535fc2cd 100644 --- a/BasicForm/package.json +++ b/BasicForm/package.json @@ -22,5 +22,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/BasicList/package.json b/BasicList/package.json index bd684cdf..0900ea73 100644 --- a/BasicList/package.json +++ b/BasicList/package.json @@ -24,5 +24,8 @@ "umi": "^2.6.9", "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.7.2" + }, + "blockConfig": { + "specVersion": "0.1" } } \ No newline at end of file diff --git a/BasicProfile/package.json b/BasicProfile/package.json index 853d5343..a46b0b24 100644 --- a/BasicProfile/package.json +++ b/BasicProfile/package.json @@ -21,5 +21,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/CardList/package.json b/CardList/package.json index 2106ac91..f4d3d00c 100644 --- a/CardList/package.json +++ b/CardList/package.json @@ -21,5 +21,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Exception403/package.json b/Exception403/package.json index a7c7db7d..d6927852 100644 --- a/Exception403/package.json +++ b/Exception403/package.json @@ -21,5 +21,8 @@ "devDependencies": { "umi-plugin-block-dev": "^1.3.0" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Exception404/package.json b/Exception404/package.json index 24893ffb..34f54e3b 100644 --- a/Exception404/package.json +++ b/Exception404/package.json @@ -20,5 +20,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" -} + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } +} \ No newline at end of file diff --git a/Exception500/package.json b/Exception500/package.json index 81cae72e..2491789b 100644 --- a/Exception500/package.json +++ b/Exception500/package.json @@ -20,5 +20,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" -} + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } +} \ No newline at end of file diff --git a/Monitor/package.json b/Monitor/package.json index 0c003220..c8ee83f0 100644 --- a/Monitor/package.json +++ b/Monitor/package.json @@ -28,5 +28,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/ResultFail/package.json b/ResultFail/package.json index 601520e6..a7dcdb1f 100644 --- a/ResultFail/package.json +++ b/ResultFail/package.json @@ -19,5 +19,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/ResultSuccess/package.json b/ResultSuccess/package.json index b36d8616..b8d1e3a3 100644 --- a/ResultSuccess/package.json +++ b/ResultSuccess/package.json @@ -19,5 +19,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/SearchListApplications/package.json b/SearchListApplications/package.json index 03aa7ffe..abdf1efc 100644 --- a/SearchListApplications/package.json +++ b/SearchListApplications/package.json @@ -26,5 +26,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/SearchListArticles/package.json b/SearchListArticles/package.json index 55ba68c3..36299fce 100644 --- a/SearchListArticles/package.json +++ b/SearchListArticles/package.json @@ -23,5 +23,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/SearchListProjects/package.json b/SearchListProjects/package.json index 8869ff24..e61f9e39 100644 --- a/SearchListProjects/package.json +++ b/SearchListProjects/package.json @@ -23,5 +23,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/StepForm/package.json b/StepForm/package.json index 2f3caad5..96150fee 100644 --- a/StepForm/package.json +++ b/StepForm/package.json @@ -22,5 +22,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/TableList/package.json b/TableList/package.json index f661a0ec..a2293e52 100644 --- a/TableList/package.json +++ b/TableList/package.json @@ -22,5 +22,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "ISC" + "license": "ISC", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/UserLogin/package.json b/UserLogin/package.json index 098c6f58..8d2af3f1 100644 --- a/UserLogin/package.json +++ b/UserLogin/package.json @@ -23,5 +23,8 @@ "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.3.0-beta.1" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/UserRegister/package.json b/UserRegister/package.json index d00479f6..b5887e92 100644 --- a/UserRegister/package.json +++ b/UserRegister/package.json @@ -24,5 +24,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/UserRegisterResult/package.json b/UserRegisterResult/package.json index 6872d14a..11b36049 100644 --- a/UserRegisterResult/package.json +++ b/UserRegisterResult/package.json @@ -19,5 +19,8 @@ "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, - "license": "MIT" + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } } \ No newline at end of file diff --git a/Workplace/package.json b/Workplace/package.json index 1adc1a0e..c382be0a 100644 --- a/Workplace/package.json +++ b/Workplace/package.json @@ -24,5 +24,8 @@ "umi-plugin-block-dev": "^1.0.0", "umi-plugin-react": "^1.3.0-beta.1" }, - "license": "MIT" -} + "license": "MIT", + "blockConfig": { + "specVersion": "0.1" + } +} \ No newline at end of file -- GitLab