chore(release): Publish

This commit is contained in:
olivermrbl
2022-12-22 15:54:20 +01:00
parent 30e2fc3057
commit 233d6904f8
77 changed files with 391 additions and 423 deletions
-6
View File
@@ -1,6 +0,0 @@
---
"medusa-core-utils": patch
"@medusajs/medusa": patch
---
fix: getConfigFile typings
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Order products on retrieval
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: add missing medusa-telemetry dependency to package.json
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Add has_account to filter only registered or unregistered customer in the admin
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Allow custom database schema
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore: Replace all usage of redis for the cache in favour of the cache service
-28
View File
@@ -1,28 +0,0 @@
---
"medusa-file-minio": patch
"medusa-file-s3": patch
"medusa-file-spaces": patch
"medusa-fulfillment-manual": patch
"medusa-fulfillment-webshipper": patch
"medusa-payment-adyen": patch
"medusa-payment-klarna": patch
"medusa-payment-manual": patch
"medusa-payment-stripe": patch
"medusa-plugin-algolia": patch
"medusa-plugin-contentful": patch
"medusa-plugin-discount-generator": patch
"medusa-plugin-economic": patch
"medusa-plugin-ip-lookup": patch
"medusa-plugin-mailchimp": patch
"medusa-plugin-meilisearch": patch
"medusa-plugin-restock-notification": patch
"medusa-plugin-segment": patch
"medusa-plugin-sendgrid": patch
"medusa-plugin-slack-notification": patch
"medusa-plugin-twilio-sms": patch
"medusa-plugin-wishlist": patch
"medusa-react": patch
"medusa-source-shopify": patch
---
chore: explicitly add devDependencies for monorepo peerDependencies
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Fixes a bug where using the q param with the endpoint /admin/price-lists/:id/products would also return products not associated with the price list.
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa-js": patch
---
fix: missing devDependency was failing repo build task
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Create draft orders without items
-5
View File
@@ -1,5 +0,0 @@
---
"medusa-file-s3": patch
---
Add options for s3 configuration for increased flexibility in configuration
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: Order with totals should include the variant relation to the items
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: Batch job not saving the errors properly
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(oas): replace requestBody with $ref to req class JSDoc OAS
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: Gift cart tax claculation wrongly calculated
Adds tax_rate column to gift_card table to calculate tax accurately for a gift card. This change includes a backfill migration to update gift cards that were already created.
-6
View File
@@ -1,6 +0,0 @@
---
"medusa-plugin-brightpearl": patch
"@medusajs/medusa": patch
---
feat(medusa): Extract cron jobs logic from the EventBusService to its own service JobSchedulerService
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): add `q` param to PKs sales channels retrieval
-6
View File
@@ -1,6 +0,0 @@
---
"medusa-payment-stripe": patch
"@medusajs/medusa": patch
---
feat(medusa,medusa-payment-stripe): Move database mutation from plugin to core
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(medusa): Validate required id in `[someService].retrieve`
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(oas): PascalCase for schemas + remove x-resourceId