-
Notifications
You must be signed in to change notification settings - Fork 345
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
🚀 Release apps #1723
Merged
Merged
🚀 Release apps #1723
+19
−21
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1723 +/- ##
=======================================
Coverage 44.05% 44.05%
=======================================
Files 643 643
Lines 296107 296107
Branches 2003 2003
=======================================
Hits 130457 130457
Misses 165244 165244
Partials 406 406 ☔ View full report in Codecov by Sentry. |
Differences Found✅ No packages or licenses were added. SummaryExpand
|
lkostrowski
force-pushed
the
changeset-release/main
branch
from
February 4, 2025 09:15
e12a184
to
f60df33
Compare
lkostrowski
force-pushed
the
changeset-release/main
branch
from
February 5, 2025 08:11
f60df33
to
1833aa8
Compare
lkostrowski
force-pushed
the
changeset-release/main
branch
from
February 5, 2025 10:46
1833aa8
to
8997401
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
app-avatax@1.12.8
Patch Changes
899a057: Changed behavior how tax rate is calculated. It was possible that AvaTax return a non-zero rate, while the actual tax was 0 (for example - product is normally taxable, but this transaction has tax exemption).
Previously, app returned original, non-zero tax rate as the response together with 0 tax.
Now, if taxableAmount or total net amount is 0, rate will be also zero
segment@2.0.6
Patch Changes