Skip to content

Commit

Permalink
chore: release (#38)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.

# Releases
## @adobe/spectrum-css-workflow-icons@3.0.0

### Major Changes

- [#36](#36)
[`9ce1a14`](9ce1a14)
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.
  • Loading branch information
castastrophe committed May 29, 2024
2 parents a1294e3 + 9004492 commit 0d6ca51
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .changeset/silent-tomatoes-peel.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.*
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

1 comment on commit 0d6ca51

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.