Highlights
Add missing dependency in @medusajs/framework
In @medusajs/framework
uninstalled dependencies are directly imported and resolved through transitive dependencies. However, the glob
package is not a transitive dependency of any production dependency and hence it fails running the server with NODE_ENV=production
.
Bugs
- fix(core-flows): cart validate sales channel by @fPolic in #11024
- fix(cli): fix command description for plugin:db:generate by @shahednasser in #11022
- fix(dashboard): invite UI tweaks by @fPolic in #10999
- fix: missing dependencies in the framework package by @thetutlage in #11049
Documentation
- docs: update payment docs after removing fields by @shahednasser in #10992
- docs: document new migration script option for db:migrate by @shahednasser in #10986
- chore: generate core-flows reference for 2.3.0 by @shahednasser in #11028
- chore: generate types docs reference manually for 2.3.0 by @shahednasser in #11034
- docs: generate references for v2.3.0 by @shahednasser in #11035
- docs: improve content of workflows reference overview page by @shahednasser in #11045
Chores
- chore(framework): update the TSDocs for a plugin in the medusa config by @shahednasser in #10991
- chore(core-flows): general fixes to core-flows TSDocs by @shahednasser in #11046
Other Changes
- docs: fix typo by @gharbi-mohamed-dev in #11043
Full Changelog: v2.3.0...v2.3.1