mirror of https://github.com/astrit/css.gg.git
Changelog update and version bump
This commit is contained in:
parent
9ea242a72f
commit
fa7028e5a7
37
CHANGELOG.md
37
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
|
||||
|
||||
- Init
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "css.gg",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue