@qn-pandora/pandora-tools 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,10 +1,22 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-tools",
3
3
  "entries": [
4
+ {
5
+ "version": "1.1.0",
6
+ "tag": "@qn-pandora/pandora-tools_v1.1.0",
7
+ "date": "Tue, 15 Mar 2022 12:05:29 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "统一发布中版本"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "1.0.0",
6
18
  "tag": "@qn-pandora/pandora-tools_v1.0.0",
7
- "date": "Mon, 20 Dec 2021 09:51:49 GMT",
19
+ "date": "Mon, 20 Dec 2021 11:46:43 GMT",
8
20
  "comments": {
9
21
  "major": [
10
22
  {
package/CHANGELOG.md CHANGED
@@ -1,9 +1,16 @@
1
1
  # Change Log - @qn-pandora/pandora-tools
2
2
 
3
- This log was last generated on Mon, 20 Dec 2021 09:51:49 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 15 Mar 2022 12:05:29 GMT and should not be manually modified.
4
+
5
+ ## 1.1.0
6
+ Tue, 15 Mar 2022 12:05:29 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - 统一发布中版本
4
11
 
5
12
  ## 1.0.0
6
- Mon, 20 Dec 2021 09:51:49 GMT
13
+ Mon, 20 Dec 2021 11:46:43 GMT
7
14
 
8
15
  ### Breaking changes
9
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-tools",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "Pandora Lib 常用开发&打包工具集",
5
5
  "author": "pandora <pandora@qiniu.com>",
6
6
  "homepage": "https://github.com/qbox/phoenix#readme",
@@ -61,14 +61,14 @@
61
61
  "devDependencies": {
62
62
  "lodash": "^4.17.15",
63
63
  "react": "^16.8.6",
64
- "antd": "4.16.3"
64
+ "antd": "4.16.9"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "lodash": "^4.17.15",
68
68
  "react": "^16.8.6",
69
- "antd": "4.16.3"
69
+ "antd": "4.16.9"
70
70
  },
71
71
  "oclif": {
72
72
  "commands": "./src/cli/commands"
73
73
  }
74
- }
74
+ }