@qn-pandora/pandora-component 3.0.0 → 3.0.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 +21 -1
- package/CHANGELOG.md +12 -4
- package/es/index.css +1728 -1728
- package/es/index.less +4 -4
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
@@ -1,10 +1,30 @@
|
|
1
1
|
{
|
2
2
|
"name": "@qn-pandora/pandora-component",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "3.0.1",
|
6
|
+
"tag": "@qn-pandora/pandora-component_v3.0.1",
|
7
|
+
"date": "Fri, 28 Jan 2022 15:30:56 GMT",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "1.28publish"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"dependency": [
|
15
|
+
{
|
16
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^2.0.0` to `^2.0.1`"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^1.0.0` to `^1.0.1`"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
},
|
4
24
|
{
|
5
25
|
"version": "3.0.0",
|
6
26
|
"tag": "@qn-pandora/pandora-component_v3.0.0",
|
7
|
-
"date": "Mon, 20 Dec 2021 11:
|
27
|
+
"date": "Mon, 20 Dec 2021 11:46:43 GMT",
|
8
28
|
"comments": {
|
9
29
|
"major": [
|
10
30
|
{
|
package/CHANGELOG.md
CHANGED
@@ -1,11 +1,19 @@
|
|
1
1
|
# Change Log - @qn-pandora/pandora-component
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 28 Jan 2022 15:30:56 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 3.0.1
|
6
|
+
|
7
|
+
Fri, 28 Jan 2022 15:30:56 GMT
|
8
|
+
|
9
|
+
### Patches
|
10
|
+
|
11
|
+
- 1.28publish
|
4
12
|
|
5
13
|
## 3.0.0
|
6
|
-
Mon, 20 Dec 2021 11:18:50 GMT
|
7
14
|
|
8
|
-
|
15
|
+
Mon, 20 Dec 2021 11:46:43 GMT
|
9
16
|
|
10
|
-
|
17
|
+
### Breaking changes
|
11
18
|
|
19
|
+
- 仓库迁移至 rush 后统一发个大版本
|