From 76b280700d2731fbf7d3d2c9960a083f119cb84b Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 8 Mar 2021 05:53:03 -0800 Subject: [PATCH] v19.2.2 --- CHANGELOG.md | 4 ++++ ICON_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44137d9..d987ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [19.2.2](https://github.com/metonym/svelte-gestalt-icons/releases/tag/v19.2.2) - 2021-03-08 + +- Upgrade `gestalt` to v19.2.2 (net +2 icons) + ## [17.5.3](https://github.com/metonym/svelte-gestalt-icons/releases/tag/v17.5.3) - 2021-02-15 - Upgrade `gestalt` to v17.5.3 (no change) diff --git a/ICON_INDEX.md b/ICON_INDEX.md index 5c69977..512d113 100644 --- a/ICON_INDEX.md +++ b/ICON_INDEX.md @@ -1,6 +1,6 @@ # Icon Index -> 173 icons from svelte-gestalt-icons@17.5.3. +> 173 icons from svelte-gestalt-icons@19.2.2. ## Usage diff --git a/package.json b/package.json index 2a380ef..0e93277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-gestalt-icons", - "version": "17.5.3", + "version": "19.2.2", "license": "MIT", "description": "Pinterest Gestalt SVG icons as Svelte components", "author": "Eric Liu (https://github.com/metonym)",