From 9181195fa3df82de5c3078345f65daf63b165e6b Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 23 Mar 2021 10:07:07 -0700 Subject: [PATCH] v4.5.0 --- CHANGELOG.md | 7 +++++++ ICON_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3a6d2..c0e4f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [4.5.0](https://github.com/metonym/svelte-polaris-icons/releases/tag/v4.5.0) - 2021-03-23 + +**Features** + +- upgrade `@shopify/polaris-icons` to v4.5.0 (net +8 icons) +- add TypeScript definitions + ## [4.1.0](https://github.com/metonym/svelte-polaris-icons/releases/tag/v4.1.0) - 2020-11-29 **Breaking Changes** diff --git a/ICON_INDEX.md b/ICON_INDEX.md index 3096111..e3d8a98 100644 --- a/ICON_INDEX.md +++ b/ICON_INDEX.md @@ -1,6 +1,6 @@ # Icon Index -> 386 icons from svelte-polaris-icons@4.1.0. +> 386 icons from svelte-polaris-icons@4.5.0. ## Usage diff --git a/package.json b/package.json index 467e6ad..eefce5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-polaris-icons", - "version": "4.1.0", + "version": "4.5.0", "license": "MIT", "description": "Shopify Polaris SVG icons as Svelte components", "author": "Eric Liu (https://github.com/metonym)",