-
-
Notifications
You must be signed in to change notification settings - Fork 28
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 package(s) #316
Conversation
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. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
@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: |
58dbf97
to
2adba9b
Compare
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
7db8ba4
Thanks @so1ve! - feat!: addtoml
plugin, usetaplo
inside insteadWe'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
7db8ba4
Thanks @so1ve! - fix: do not remove blank lines after comments - close prettier-plugin-toml removes blank lines after comments toml-tools#74prettier-plugin-sql@0.17.0
Minor Changes
ac2b2fb
Thanks @karlhorky! - feat: upgrade to sql-formatter v14, removetabulateAlias
andcommaPosition
options