@next-core/illustrations 0.8.0 → 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -27
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,63 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.8.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.7.0...@next-core/illustrations@0.8.0) (2022-06-23)
7
-
8
-
9
- ### Features
10
-
11
- * **illustrations:** add gif resources ([a48ccf0](https://github.com/easyops-cn/next-core/commit/a48ccf0c34170901611131970d1f83449108eba2))
6
+ ## [0.8.1](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.8.0...@next-core/illustrations@0.8.1) (2022-06-24)
12
7
 
8
+ **Note:** Version bump only for package @next-core/illustrations
13
9
 
14
10
 
15
11
 
16
12
 
17
- # [0.7.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.6.0...@next-core/illustrations@0.7.0) (2022-06-10)
18
13
 
14
+ # [0.8.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.7.0...@next-core/illustrations@0.8.0) (2022-06-23)
19
15
 
20
16
  ### Features
21
17
 
22
- * add resources to illustrations library, and support GIF ([cffa82f](https://github.com/easyops-cn/next-core/commit/cffa82facfdb860f0c20c45f02864bb47db09f91))
23
-
18
+ - **illustrations:** add gif resources ([a48ccf0](https://github.com/easyops-cn/next-core/commit/a48ccf0c34170901611131970d1f83449108eba2))
24
19
 
20
+ # [0.7.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.6.0...@next-core/illustrations@0.7.0) (2022-06-10)
25
21
 
22
+ ### Features
26
23
 
24
+ - add resources to illustrations library, and support GIF ([cffa82f](https://github.com/easyops-cn/next-core/commit/cffa82facfdb860f0c20c45f02864bb47db09f91))
27
25
 
28
26
  # [0.6.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.21...@next-core/illustrations@0.6.0) (2022-06-10)
29
27
 
30
-
31
28
  ### Features
32
29
 
33
- * add resources to illustration lib ([09e8aba](https://github.com/easyops-cn/next-core/commit/09e8aba9e5ae2ce6d2747500d31ea88aad7912cf))
34
-
35
-
36
-
37
-
30
+ - add resources to illustration lib ([09e8aba](https://github.com/easyops-cn/next-core/commit/09e8aba9e5ae2ce6d2747500d31ea88aad7912cf))
38
31
 
39
32
  ## [0.5.21](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.20...@next-core/illustrations@0.5.21) (2022-05-26)
40
33
 
41
34
  **Note:** Version bump only for package @next-core/illustrations
42
35
 
43
-
44
-
45
-
46
-
47
36
  ## [0.5.20](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.19...@next-core/illustrations@0.5.20) (2022-05-10)
48
37
 
49
38
  **Note:** Version bump only for package @next-core/illustrations
50
39
 
51
-
52
-
53
-
54
-
55
40
  ## [0.5.19](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.18...@next-core/illustrations@0.5.19) (2022-05-09)
56
41
 
57
42
  **Note:** Version bump only for package @next-core/illustrations
58
43
 
59
-
60
-
61
-
62
-
63
44
  ## [0.5.18](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.17...@next-core/illustrations@0.5.18) (2022-05-06)
64
45
 
65
46
  **Note:** Version bump only for package @next-core/illustrations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/illustrations",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/easyops-illustrations",
6
6
  "license": "GPL-3.0",
@@ -29,10 +29,10 @@
29
29
  "change-case": "^4.1.2",
30
30
  "fs-extra": "^10.1.0",
31
31
  "klaw-sync": "^6.0.0",
32
- "prettier": "^2.6.2"
32
+ "prettier": "^2.7.1"
33
33
  },
34
34
  "dependencies": {
35
- "@next-core/brick-types": "^2.62.0"
35
+ "@next-core/brick-types": "^2.62.1"
36
36
  },
37
- "gitHead": "fea00f68859e17286116e998c4b52bc287374a91"
37
+ "gitHead": "5828708654c05d56554685add5dd6cd5733c881c"
38
38
  }