@qn-pandora/pandora-component 2.2.2 → 3.0.0
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 +25 -0
- package/CHANGELOG.md +11 -0
- package/es/index.css +1728 -1728
- package/es/index.less +4 -4
- package/package.json +4 -4
package/CHANGELOG.json
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"name": "@qn-pandora/pandora-component",
|
3
|
+
"entries": [
|
4
|
+
{
|
5
|
+
"version": "3.0.0",
|
6
|
+
"tag": "@qn-pandora/pandora-component_v3.0.0",
|
7
|
+
"date": "Mon, 20 Dec 2021 11:18:50 GMT",
|
8
|
+
"comments": {
|
9
|
+
"major": [
|
10
|
+
{
|
11
|
+
"comment": "仓库迁移至rush后统一发个大版本"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"dependency": [
|
15
|
+
{
|
16
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^1.2.0` to `^2.0.0`"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^0.1.0` to `^1.0.0`"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
package/CHANGELOG.md
ADDED