From 9004492bf20fd787b5830214c6970597ae37985e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 May 2024 22:06:27 +0000 Subject: [PATCH] chore: release --- .changeset/silent-tomatoes-peel.md | 17 ----------------- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 18 deletions(-) delete mode 100644 .changeset/silent-tomatoes-peel.md create mode 100644 CHANGELOG.md diff --git a/.changeset/silent-tomatoes-peel.md b/.changeset/silent-tomatoes-peel.md deleted file mode 100644 index 6ee23ae1..00000000 --- a/.changeset/silent-tomatoes-peel.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@adobe/spectrum-css-workflow-icons": major ---- - -refactor: migration of icon library to support Spectrum 2 - -**Breaking change** - -Icon sets have been refactored to provide a more consistent and maintainable set of icons. - -- No longer provided in 3 different formats: 18 (small), 24 (large), and color -- All icons provided in 20x20 viewboxes except where noted (i.e., 22x20) -- No "color" sets, however all icons are shipped with custom property hooks - -See the MIGRATION.md document for detailed information on how to migrate to the new set. - -Additional build tooling and project architecture has been modernized to support a more streamlined delivery system for icons. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6a7b8efd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# @adobe/spectrum-css-workflow-icons + +## 3.0.0 + +### Major Changes + +- [#36](https://github.com/adobe/spectrum-css-workflow-icons/pull/36) [`9ce1a14`](https://github.com/adobe/spectrum-css-workflow-icons/commit/9ce1a149dd3e37638898e27ac511d47219eb4947) Thanks [@castastrophe](https://github.com/castastrophe)! - refactor: migration of icon library to support Spectrum 2 + + **Breaking change** + + Icon sets have been refactored to provide a more consistent and maintainable set of icons. + + - No longer provided in 3 different formats: 18 (small), 24 (large), and color + - All icons provided in 20x20 viewboxes except where noted (i.e., 22x20) + - No "color" sets, however all icons are shipped with custom property hooks + + See the MIGRATION.md document for detailed information on how to migrate to the new set. + + Additional build tooling and project architecture has been modernized to support a more streamlined delivery system for icons. diff --git a/package.json b/package.json index cc44a676..2002fe40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/spectrum-css-workflow-icons", - "version": "2.0.0", + "version": "3.0.0", "license": "Apache-2.0", "author": "Adobe", "homepage": "https://opensource.adobe.com/spectrum-css-workflow-icons/",