@qn-pandora/pandora-component 4.0.6 → 4.0.7
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 +23 -0
- package/CHANGELOG.md +9 -1
- package/es/index.css +1388 -1388
- package/es/index.less +11 -11
- package/lib/index.css +1909 -1909
- package/lib/index.less +16 -16
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,29 @@
|
|
1
1
|
{
|
2
2
|
"name": "@qn-pandora/pandora-component",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "4.0.7",
|
6
|
+
"tag": "@qn-pandora/pandora-component_v4.0.7",
|
7
|
+
"date": "Thu, 23 Mar 2023 07:12:05 GMT",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "2023.03.23发布"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"dependency": [
|
15
|
+
{
|
16
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.9` to `^3.0.10`"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.9` to `^3.0.10`"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.8` to `^2.0.9`"
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
4
27
|
{
|
5
28
|
"version": "4.0.6",
|
6
29
|
"tag": "@qn-pandora/pandora-component_v4.0.6",
|
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
# Change Log - @qn-pandora/pandora-component
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 23 Mar 2023 07:12:05 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 4.0.7
|
6
|
+
|
7
|
+
Thu, 23 Mar 2023 07:12:05 GMT
|
8
|
+
|
9
|
+
### Patches
|
10
|
+
|
11
|
+
- 2023.03.23 发布
|
4
12
|
|
5
13
|
## 4.0.6
|
6
14
|
|