@semcore/illustration 1.0.1 → 1.0.4

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.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [1.0.4] - 2022-08-18
6
+
7
+ ### Changed
8
+
9
+ - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.9 ~> 4.5.10]).
10
+
11
+ ## [1.0.3] - 2022-08-11
12
+
13
+ ### Changed
14
+
15
+ - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.8 ~> 4.5.9]).
16
+
17
+ ## [1.0.2] - 2022-07-22
18
+
19
+ ### Changed
20
+
21
+ - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.6 ~> 4.5.7]).
22
+
5
23
  ## [1.0.1] - 2022-07-07
6
24
 
7
25
  ### Changed
@@ -12,7 +30,7 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
12
30
 
13
31
  ### Changed
14
32
 
15
- - Added react component `MailSent` put on path ``@semcore/illustration/MailSent`
33
+ - Added react component `MailSent` put on path `@semcore/illustration/MailSent`
16
34
  - Illustration `MailSent` put on path `@semcore/illustration/svg/MailSent`
17
35
 
18
36
  ## [1.0.0-0] - 2022-02-28
package/README.md CHANGED
@@ -43,13 +43,13 @@ of the components that is discussed below. There should only be one version of t
43
43
 
44
44
  You can use the package the same way but without `/ui/` in the import path.
45
45
 
46
- </details>
47
-
48
46
  ```jsx
49
47
  import MailSentReact from '@semcore/illustration/MailSent';
50
48
  import MailSentSVG from '@semcore/illustration/svg/MailSent.svg';
51
49
  ```
52
50
 
51
+ </details>
52
+
53
53
  ## 👤 Author
54
54
 
55
55
  [UI-kit team](https://github.com/semrush/intergalactic/blob/master/MAINTAINERS) and [others ❤️](https://github.com/semrush/intergalactic/graphs/contributors)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/illustration",
3
- "description": "SEMRush Illustration Component",
4
- "version": "1.0.1",
3
+ "description": "Semrush Illustration Component",
4
+ "version": "1.0.4",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "sideEffects": false,