Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #27

Merged
merged 2 commits into from
Feb 17, 2022
Merged

chore: release #27

merged 2 commits into from
Feb 17, 2022

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release 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

[email protected]

Minor Changes

  • #26 21bfa28 Thanks @matthewp! - astro-icon is now compatible with Astro's --experimental-static-build flag

  • #26 21bfa28 Thanks @matthewp! - # Breaking Changes

    • [email protected] is compatible with [email protected] and up, but will no longer work in lower versions.

    • The createIconPack export has been moved from astro-icon to astro-icon/pack.

      You will likely see a Vite error that createIconPack is not defined until you update your import statement.

      - import { createIconPack } from "astro-icon";
      + import { createIconPack } from "astro-icon/pack";
      
      export default createIconPack({ package: "heroicons", dir: "outline" })

[email protected]

Patch Changes

@vercel
Copy link

vercel bot commented Feb 17, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

astroicon – ./packages/www/

🔍 Inspect: https://vercel.com/nmoo/astroicon/2uYNLj1f5PjLcvDTGtYUSyZrh4UM
✅ Preview: https://astroicon-git-changeset-release-main-nmoo.vercel.app

api-astroicon – ./packages/service

🔍 Inspect: https://vercel.com/nmoo/api-astroicon/4U7gf5GyE9MpgUvC4kLAFPSbdiE3
✅ Preview: https://api-astroicon-git-changeset-release-main-nmoo.vercel.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant