@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 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
@@ -0,0 +1,11 @@
1
+ # Change Log - @qn-pandora/pandora-component
2
+
3
+ This log was last generated on Mon, 20 Dec 2021 11:18:50 GMT and should not be manually modified.
4
+
5
+ ## 3.0.0
6
+ Mon, 20 Dec 2021 11:18:50 GMT
7
+
8
+ ### Breaking changes
9
+
10
+ - 仓库迁移至rush后统一发个大版本
11
+