Release 3.23.3 [automated]#6541
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.23 #6541 +/- ##
========================================
Coverage 48.16% 48.16%
========================================
Files 2589 2589
Lines 46051 46051
Branches 10869 10577 -292
========================================
Hits 22182 22182
- Misses 22624 23490 +866
+ Partials 1245 379 -866
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Differences Found✅ No packages or licenses were added. SummaryExpand
|
lkostrowski
approved these changes
Apr 28, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Automated Changesets release PR to publish saleor-dashboard@3.23.3 to npm.
Changes:
- Bump package version to
3.23.3. - Add
3.23.3release notes toCHANGELOG.md. - Remove consumed
.changeset/*.mdentries after changelog generation.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates the published package version to 3.23.3. |
| CHANGELOG.md | Adds the 3.23.3 patch release notes referencing merged PRs. |
| .changeset/spotty-bikes-brush.md | Removed after being incorporated into the changelog for this release. |
| .changeset/some-wolves-wish.md | Removed after being incorporated into the changelog for this release. |
| .changeset/quick-items-change.md | Removed after being incorporated into the changelog for this release. |
This file contains hidden or 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
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 3.23, this PR will be updated.
Releases
saleor-dashboard@3.23.3
Patch Changes
#6536
15eced3Thanks @IKarbowiak! - Added a "Stock availability" toggle in Site Settings to controluseLegacyShippingZoneStockAvailability.#6490
a963af0Thanks @lkostrowski! - Set strict-typed Scalars: JSON and JSONString. Previously Codegen generatedanytypes, making them insecure in the codebase. Now they areunknownandstring. Now it's explicit that JSON must be narrowed (e.g. with Zod schema) and JSONString must be first parsed.#6434
71222e4Thanks @mirekm! - Order-level and order-line discount flows now share the same UX in Draft and Unconfirmed orders. Access Add/Edit order line discount now also from the order row menu.