@qn-pandora/pandora-component 4.0.10 → 4.0.11
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 +20 -0
- package/CHANGELOG.md +9 -1
- package/es/index.css +5679 -5679
- package/es/index.less +15 -15
- package/es/style/theme.less +2 -0
- package/lib/index.css +7366 -7366
- package/lib/index.less +16 -16
- package/lib/style/theme.less +2 -0
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"name": "@qn-pandora/pandora-component",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "4.0.11",
|
6
|
+
"tag": "@qn-pandora/pandora-component_v4.0.11",
|
7
|
+
"date": "Wed, 24 May 2023 07:19:25 GMT",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "2023.05.24发包"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"dependency": [
|
15
|
+
{
|
16
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.13` to `^3.0.14`"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.14` to `^3.0.15`"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
},
|
4
24
|
{
|
5
25
|
"version": "4.0.10",
|
6
26
|
"tag": "@qn-pandora/pandora-component_v4.0.10",
|
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 Wed, 24 May 2023 07:19:25 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 4.0.11
|
6
|
+
|
7
|
+
Wed, 24 May 2023 07:19:25 GMT
|
8
|
+
|
9
|
+
### Patches
|
10
|
+
|
11
|
+
- 2023.05.24 发包
|
4
12
|
|
5
13
|
## 4.0.10
|
6
14
|
|