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 package(s) #316

Merged
merged 2 commits into from
Nov 27, 2023
Merged

chore: release package(s) #316

merged 2 commits into from
Nov 27, 2023

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Nov 27, 2023

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

  • #315 ac2b2fb Thanks @karlhorky! - feat: upgrade to sql-formatter v14, remove tabulateAlias and commaPosition options

Copy link

codesandbox-ci bot commented Nov 27, 2023

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.

Copy link
Contributor

github-actions bot commented Nov 27, 2023

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%)

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

❗ 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
@@           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.
📢 Have feedback on the report? Share it here.

karlhorky referenced this pull request in sql-formatter-org/sql-formatter Nov 27, 2023
@karlhorky
Copy link
Contributor

karlhorky commented Nov 27, 2023

@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:

@JounQin JounQin enabled auto-merge (squash) November 27, 2023 12:59
@JounQin JounQin merged commit 0e7a125 into master Nov 27, 2023
16 checks passed
@JounQin JounQin deleted the changeset-release/master branch November 27, 2023 12:59
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.

prettier-plugin-toml removes blank lines after comments
2 participants