@semcore/illustration 1.0.1 → 1.0.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.
- package/CHANGELOG.md +7 -1
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [1.0.2] - 2022-07-22
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.6 ~> 4.5.7]).
|
|
10
|
+
|
|
5
11
|
## [1.0.1] - 2022-07-07
|
|
6
12
|
|
|
7
13
|
### Changed
|
|
@@ -12,7 +18,7 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
12
18
|
|
|
13
19
|
### Changed
|
|
14
20
|
|
|
15
|
-
- Added react component `MailSent` put on path
|
|
21
|
+
- Added react component `MailSent` put on path `@semcore/illustration/MailSent`
|
|
16
22
|
- Illustration `MailSent` put on path `@semcore/illustration/svg/MailSent`
|
|
17
23
|
|
|
18
24
|
## [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)
|