un-ts / prettier

:package: Opinionated but Incredible Prettier plugins.
https://prettier.vercel.app
MIT License
261 stars 23 forks source link

chore: release package(s) #316

Closed JounQin closed 7 months ago

JounQin commented 7 months ago

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 master, this PR will be updated.

Releases

prettier-plugin-toml@2.0.0

Major Changes

We've migrated our repository from https://github.com/un-ts/toml-tools (v1) to https://github.com/un-ts/prettier/tree/master/packages/toml (v2), v1 has its own parser and printer while v2 just wrapps taplo which is faster and efficienter.

Patch Changes

prettier-plugin-sql@0.17.0

Minor Changes

codesandbox-ci[bot] commented 7 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

github-actions[bot] commented 7 months ago

size-limit report 📦

Path Size
packages/autocorrect/lib/index.js 542 B (0%)
packages/pkg/lib/index.js 449 B (0%)
packages/sh/lib/index.js 2.14 KB (0%)
packages/sql/lib/index.js 2.37 KB (0%)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7db8ba4) 87.27% compared to head (2adba9b) 87.27%.

:exclamation: Current head 2adba9b differs from pull request most recent head 77c592f. Consider uploading reports for the commit 77c592f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #316 +/- ## ======================================= Coverage 87.27% 87.27% ======================================= Files 10 10 Lines 165 165 Branches 45 45 ======================================= Hits 144 144 Misses 20 20 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

karlhorky commented 7 months ago

@JounQin tests are passing 🙌 Anything else I need to do to get this released?

Edit: Oh sorry, just saw your comment here about waiting on 314: