@next-core/illustrations 0.5.1 → 0.5.2

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 +6 -11
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.5.1](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.0...@next-core/illustrations@0.5.1) (2022-01-26)
6
+ ## [0.5.2](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.1...@next-core/illustrations@0.5.2) (2022-01-28)
7
7
 
8
8
  **Note:** Version bump only for package @next-core/illustrations
9
9
 
@@ -11,25 +11,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.5.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.4.6...@next-core/illustrations@0.5.0) (2022-01-26)
15
-
16
-
17
- ### Features
18
-
19
- * adapt to the dark theme and add dark icons ([8268b9b](https://github.com/easyops-cn/next-core/commit/8268b9b4309d56bd2ca35465b00b92cc78634863))
14
+ ## [0.5.1](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.5.0...@next-core/illustrations@0.5.1) (2022-01-26)
20
15
 
16
+ **Note:** Version bump only for package @next-core/illustrations
21
17
 
18
+ # [0.5.0](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.4.6...@next-core/illustrations@0.5.0) (2022-01-26)
22
19
 
20
+ ### Features
23
21
 
22
+ - adapt to the dark theme and add dark icons ([8268b9b](https://github.com/easyops-cn/next-core/commit/8268b9b4309d56bd2ca35465b00b92cc78634863))
24
23
 
25
24
  ## [0.4.6](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.4.5...@next-core/illustrations@0.4.6) (2021-12-17)
26
25
 
27
26
  **Note:** Version bump only for package @next-core/illustrations
28
27
 
29
-
30
-
31
-
32
-
33
28
  ## [0.4.5](https://github.com/easyops-cn/next-core/compare/@next-core/illustrations@0.4.4...@next-core/illustrations@0.4.5) (2021-11-18)
34
29
 
35
30
  **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.5.1",
3
+ "version": "0.5.2",
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",
@@ -32,7 +32,7 @@
32
32
  "prettier": "^2.5.1"
33
33
  },
34
34
  "dependencies": {
35
- "@next-core/brick-types": "^2.56.0"
35
+ "@next-core/brick-types": "^2.56.1"
36
36
  },
37
- "gitHead": "7d3ebbd38b59c9723f64d5cbfa9df629e112b784"
37
+ "gitHead": "e4dae8eebce240593620b6f8dbea8f5c852891bb"
38
38
  }