Skip to content

Commit 1e6827f

Browse files
committed
Release v0.17.1
1 parent cc9d8c2 commit 1e6827f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.17.1] - 2020-09-23
911
### Changed
1012
- Inline loading icon animation, prevent from loading global CSS files for icons.
1113

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "store-icons",
33
"vendor": "vtex",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"title": "VTEX Store icons",
66
"description": "All icons that store apps use.",
77
"mustUpdateAt": "2020-01-30",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vtex.store-icons",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "React components that encapsules store icons",
55
"scripts": {
66
"pretest": "yarn",

0 commit comments

Comments
 (0)