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/.github/workflows/release.yml b/.github/workflows/release.yml index 96199adc..5b0f1fe8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,11 +22,8 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - always-auth: true node-version: 20 cache: yarn - registry-url: 'https://registry.npmjs.org' - scope: '@adobe' - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.nvmrc b/.nvmrc index 209e3ef4..e6a17873 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +20.* 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/",