diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1d02f..3d5f304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,33 @@ +### 2.1.1: 2020-06-23 + +- PNG version added black and white 1400 assets +- Bug fixes +- 6000 glyphs added + ### 2.0.0: 2020-04-23 - * 🔥 200 New Icons - * 🔥 SVG Icons by Lona - * 🔥 SVG Sprite by Lona - * 🔥 Styled Components - ⚛️ React JS - * 🔥 Local Styled Components - * 🔥 Figma Components - https://css.gg/fig - * 🔥 Adobe XD Components - https://css.gg/xd + +- 🔥 200 New Icons +- 🔥 SVG Icons by Lona +- 🔥 SVG Sprite by Lona +- 🔥 Styled Components - ⚛️ React JS +- 🔥 Local Styled Components +- 🔥 Figma Components - https://css.gg/fig +- 🔥 Adobe XD Components - https://css.gg/xd ### 1.0.6: 2020-01-15 - * Icon: Dribbble - Fix: Gradient outdated direction syntax + +- Icon: Dribbble - Fix: Gradient outdated direction syntax ### 1.0.5: 2020-01-12 - * Fix: Gradient outdated direction syntax + +- Fix: Gradient outdated direction syntax ### 1.0.4: 2019-01-11 - * Add SCSS file - * Add icon Battery Full - * Change Battery to 50% filled + +- Add SCSS file +- Add icon Battery Full +- Change Battery to 50% filled ### 1.0.0: 2019-01-11 - * Init \ No newline at end of file + +- Init diff --git a/package-lock.json b/package-lock.json index d9690f2..698c50e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "css.gg", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1 } \ No newline at end of file diff --git a/package.json b/package.json index 0c1a9ad..0f9758b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css.gg", - "version": "2.1.0", + "version": "2.1.1", "description": "700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs", "main": "index.js", "module": "index.js",