@gravity-ui/icons 2.2.0 → 2.3.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.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.3.0](https://github.com/gravity-ui/icons/compare/v2.2.0...v2.3.0) (2023-06-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * add metadata.json to package ([#25](https://github.com/gravity-ui/icons/issues/25)) ([8bb4bef](https://github.com/gravity-ui/icons/commit/8bb4bef83a67d485f53430314ac3d3eb48498b06))
9
+ * sync icons ([#24](https://github.com/gravity-ui/icons/issues/24)) ([85076dc](https://github.com/gravity-ui/icons/commit/85076dcf8700709f7c04ea47d49cbb0b696490c1))
10
+
3
11
  ## [2.2.0](https://github.com/gravity-ui/icons/compare/v2.1.0...v2.2.0) (2023-06-07)
4
12
 
5
13
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @gravity-ui/icons · [![npm package](https://img.shields.io/npm/v/@gravity-ui/icons)](https://www.npmjs.com/package/@gravity-ui/icons) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/icons/.github/workflows/ci.yml?branch=main&label=CI&logo=github)](https://github.com/gravity-ui/icons/actions/workflows/ci.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.gravity-ui.com/icons/)
2
2
 
3
- A pack of Gravity UI icons. Icons have two sources, SVG and React.
3
+ A pack of Gravity UI icons. Icons have two sources, SVG and React. Have a look at [showcase](https://preview.gravity-ui.com/icons/) page.
4
4
 
5
5
  ## Install
6
6