chore(release): Publish

This commit is contained in:
olivermrbl
2022-12-22 15:52:47 +01:00
parent 30e2fc3057
commit 233d6904f8
77 changed files with 391 additions and 423 deletions

View File

@@ -1,6 +0,0 @@
---
"medusa-core-utils": patch
"@medusajs/medusa": patch
---
fix: getConfigFile typings

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Order products on retrieval

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: add missing medusa-telemetry dependency to package.json

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Add has_account to filter only registered or unregistered customer in the admin

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Allow custom database schema

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore: Replace all usage of redis for the cache in favour of the cache service

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

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.

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa-js": patch
---
fix: missing devDependency was failing repo build task

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Create draft orders without items

View File

@@ -1,5 +0,0 @@
---
"medusa-file-s3": patch
---
Add options for s3 configuration for increased flexibility in configuration

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: Order with totals should include the variant relation to the items

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: Batch job not saving the errors properly

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(oas): replace requestBody with $ref to req class JSDoc OAS

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.

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

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): add `q` param to PKs sales channels retrieval

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

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(medusa): Validate required id in `[someService].retrieve`

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(oas): PascalCase for schemas + remove x-resourceId

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.1.37
### Patch Changes
- [#2783](https://github.com/medusajs/medusa/pull/2783) [`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168) Thanks [@adrien2p](https://github.com/adrien2p)! - fix: getConfigFile typings
## 1.1.36
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-core-utils",
"version": "1.1.36",
"version": "1.1.37",
"description": "Core utils for Medusa",
"main": "dist/index.js",
"repository": {

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.1.2
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-minio",
"version": "1.1.1",
"version": "1.1.2",
"description": "MinIO server file connector for Medusa",
"main": "index.js",
"repository": {
@@ -39,7 +39,7 @@
"aws-sdk": "^2.1043.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "3bbd1e8507e00bc471de6ae3c30207999a4a4011",

View File

@@ -1,5 +1,16 @@
# Change Log
## 1.1.8
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- [#2809](https://github.com/medusajs/medusa/pull/2809) [`79cddc23d`](https://github.com/medusajs/medusa/commit/79cddc23da66d5cc47fa0aeba81d80cab867d6ad) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add options for s3 configuration for increased flexibility in configuration
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-s3",
"version": "1.1.7",
"version": "1.1.8",
"description": "AWS s3 file connector for Medusa",
"main": "index.js",
"repository": {
@@ -40,7 +40,7 @@
"aws-sdk": "^2.983.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.32",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.3.2
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.3.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-spaces",
"version": "1.3.1",
"version": "1.3.2",
"description": "Digital Ocean Spaces file connector for Medusa",
"main": "index.js",
"repository": {
@@ -40,7 +40,7 @@
"aws-sdk": "^2.710.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37",
"stripe": "^8.50.0"
},

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.1.33
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.1.32
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-fulfillment-manual",
"version": "1.1.32",
"version": "1.1.33",
"description": "A manual fulfillment provider for Medusa",
"main": "index.js",
"repository": {
@@ -36,7 +36,7 @@
"@babel/plugin-transform-instanceof": "^7.8.3",
"@babel/runtime": "^7.7.6",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31"
"medusa-core-utils": "^1.1.37"
},
"gitHead": "7770046479c361f375842a8605b15e5d7bc24624",
"keywords": [

View File

@@ -1,68 +1,49 @@
# Change Log
## 1.3.4
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.3](https://github.com/medusajs/medusa/compare/medusa-fulfillment-webshipper@1.3.2...medusa-fulfillment-webshipper@1.3.3) (2022-07-05)
### Bug Fixes
* **webshipper:** allow cancelling WS orders with error status ([#1755](https://github.com/medusajs/medusa/issues/1755)) ([1d3032d](https://github.com/medusajs/medusa/commit/1d3032dc671b477654afd13a218caa772454bde0))
* **webshipper:** only add invoices if invoice generator produces a file ([#1749](https://github.com/medusajs/medusa/issues/1749)) ([c0e18d4](https://github.com/medusajs/medusa/commit/c0e18d473c050d143f67ed2c76fa9ec9414daf1a))
- **webshipper:** allow cancelling WS orders with error status ([#1755](https://github.com/medusajs/medusa/issues/1755)) ([1d3032d](https://github.com/medusajs/medusa/commit/1d3032dc671b477654afd13a218caa772454bde0))
- **webshipper:** only add invoices if invoice generator produces a file ([#1749](https://github.com/medusajs/medusa/issues/1749)) ([c0e18d4](https://github.com/medusajs/medusa/commit/c0e18d473c050d143f67ed2c76fa9ec9414daf1a))
## [1.3.2](https://github.com/medusajs/medusa/compare/medusa-fulfillment-webshipper@1.3.0...medusa-fulfillment-webshipper@1.3.2) (2022-06-19)
**Note:** Version bump only for package medusa-fulfillment-webshipper
## [1.3.1](https://github.com/medusajs/medusa/compare/medusa-fulfillment-webshipper@1.3.0...medusa-fulfillment-webshipper@1.3.1) (2022-05-31)
**Note:** Version bump only for package medusa-fulfillment-webshipper
# [1.3.0](https://github.com/medusajs/medusa/compare/medusa-fulfillment-webshipper@1.2.1...medusa-fulfillment-webshipper@1.3.0) (2022-05-01)
### Features
* Add DiscountConditions ([#1230](https://github.com/medusajs/medusa/issues/1230)) ([a610805](https://github.com/medusajs/medusa/commit/a610805917ee930d4cebde74905e541a468aa83b)), closes [#1146](https://github.com/medusajs/medusa/issues/1146) [#1149](https://github.com/medusajs/medusa/issues/1149) [#1156](https://github.com/medusajs/medusa/issues/1156) [#1170](https://github.com/medusajs/medusa/issues/1170) [#1172](https://github.com/medusajs/medusa/issues/1172) [#1212](https://github.com/medusajs/medusa/issues/1212) [#1224](https://github.com/medusajs/medusa/issues/1224) [#1228](https://github.com/medusajs/medusa/issues/1228)
- Add DiscountConditions ([#1230](https://github.com/medusajs/medusa/issues/1230)) ([a610805](https://github.com/medusajs/medusa/commit/a610805917ee930d4cebde74905e541a468aa83b)), closes [#1146](https://github.com/medusajs/medusa/issues/1146) [#1149](https://github.com/medusajs/medusa/issues/1149) [#1156](https://github.com/medusajs/medusa/issues/1156) [#1170](https://github.com/medusajs/medusa/issues/1170) [#1172](https://github.com/medusajs/medusa/issues/1172) [#1212](https://github.com/medusajs/medusa/issues/1212) [#1224](https://github.com/medusajs/medusa/issues/1224) [#1228](https://github.com/medusajs/medusa/issues/1228)
## [1.2.1](https://github.com/medusajs/medusa/compare/medusa-fulfillment-webshipper@1.1.35...medusa-fulfillment-webshipper@1.2.1) (2022-02-28)
### Features
* new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([47588e7](https://github.com/medusajs/medusa/commit/47588e7a8d3b2ae2fed0c1e87fdf1ee2db6bcdc2)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
- new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([47588e7](https://github.com/medusajs/medusa/commit/47588e7a8d3b2ae2fed0c1e87fdf1ee2db6bcdc2)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-fulfillment-webshipper@1.1.35...medusa-fulfillment-webshipper@1.2.0) (2022-02-25)
### Features
* new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([c56660f](https://github.com/medusajs/medusa/commit/c56660fca9921a3f3637bc137d9794781c5b090f)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
- new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([c56660f](https://github.com/medusajs/medusa/commit/c56660fca9921a3f3637bc137d9794781c5b090f)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
## [1.1.35](https://github.com/medusajs/medusa/compare/medusa-fulfillment-webshipper@1.1.34...medusa-fulfillment-webshipper@1.1.35) (2021-12-08)

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-fulfillment-webshipper",
"version": "1.3.3",
"version": "1.3.4",
"description": "Webshipper Fulfillment provider for Medusa",
"main": "index.js",
"repository": {
@@ -18,7 +18,7 @@
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.5",
"@babel/runtime": "^7.9.6",
"@medusajs/medusa": "^1.3.3",
"@medusajs/medusa": "^1.7.1",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
@@ -38,7 +38,7 @@
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31"
"medusa-core-utils": "^1.1.37"
},
"gitHead": "7770046479c361f375842a8605b15e5d7bc24624",
"keywords": [

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.3.5
### Patch Changes
- [#2804](https://github.com/medusajs/medusa/pull/2804) [`7bb9cd6af`](https://github.com/medusajs/medusa/commit/7bb9cd6aff1d832e6e159f2c878be88a054eddaa) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - fix: missing devDependency was failing repo build task
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168), [`463f83ffd`](https://github.com/medusajs/medusa/commit/463f83ffdd450d5325a57fe742b68bfb32ef1a42), [`17c3f34e3`](https://github.com/medusajs/medusa/commit/17c3f34e3df0a4c3656ad8909608331e207155f1), [`c16522d6c`](https://github.com/medusajs/medusa/commit/c16522d6ce806aa6289d626b868818409f41c66e), [`2e5ceb795`](https://github.com/medusajs/medusa/commit/2e5ceb795008fbf53d19bb79ac561561dd11311e), [`71b536e01`](https://github.com/medusajs/medusa/commit/71b536e01e32e3ab3fb5d295df9d67497a8bbe6d), [`9e05fef4b`](https://github.com/medusajs/medusa/commit/9e05fef4b973ceb60a2b975c839de96ca743597b), [`3113d8024`](https://github.com/medusajs/medusa/commit/3113d8024fdeb09230675c2053fcefe811e575fd), [`e27b1940c`](https://github.com/medusajs/medusa/commit/e27b1940c7249e835404ac5490cf39e93053d2bb), [`5e4decbc1`](https://github.com/medusajs/medusa/commit/5e4decbc1c4cc25cb1adb1f63b2f8ea8669d352e), [`b700c6ba5`](https://github.com/medusajs/medusa/commit/b700c6ba5b323c7c5e200f721f0335f40b3e357a), [`8a60a7338`](https://github.com/medusajs/medusa/commit/8a60a73389c1b5c8abf96fbbcc7be7c4d427041d), [`ba6bb3e54`](https://github.com/medusajs/medusa/commit/ba6bb3e54b9989cecf476c7411c406a43562efe1), [`ea460b4e0`](https://github.com/medusajs/medusa/commit/ea460b4e0b1a9aa0fe1ab66bc21a8c40f76a65b3), [`c8724da50`](https://github.com/medusajs/medusa/commit/c8724da50300b94255c5fb4ffe9904be279b5923), [`8dcc805cc`](https://github.com/medusajs/medusa/commit/8dcc805ccf8da619549e77f009d6c4d7b2b6c99a), [`a027d5ff9`](https://github.com/medusajs/medusa/commit/a027d5ff9eb821a1c8728476e4f8bf5f4dd102c8)]:
- @medusajs/medusa@1.7.1
## 1.3.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "1.3.4",
"version": "1.3.5",
"description": "Client for Medusa Commerce Rest API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -21,7 +21,7 @@
"retry-axios": "^2.6.0"
},
"peerDependencies": {
"@medusajs/medusa": "^1.7.0"
"@medusajs/medusa": "^1.7.1"
},
"repository": {
"type": "git",
@@ -32,7 +32,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa": "^1.7.0",
"@medusajs/medusa": "^1.7.1",
"@types/jest": "^26.0.19",
"cross-env": "^7.0.3",
"jest": "^26.6.3",

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.1.40
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,26 +16,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-payment-adyen
## [1.1.38](https://github.com/medusajs/medusa/compare/medusa-payment-adyen@1.1.37...medusa-payment-adyen@1.1.38) (2021-12-29)
**Note:** Version bump only for package medusa-payment-adyen
## [1.1.37](https://github.com/medusajs/medusa/compare/medusa-payment-adyen@1.1.36...medusa-payment-adyen@1.1.37) (2021-12-17)
**Note:** Version bump only for package medusa-payment-adyen
## [1.1.36](https://github.com/medusajs/medusa/compare/medusa-payment-adyen@1.1.35...medusa-payment-adyen@1.1.36) (2021-12-08)
**Note:** Version bump only for package medusa-payment-adyen

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-adyen",
"version": "1.1.39",
"version": "1.1.40",
"description": "Adyen Payment provider for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -42,7 +42,7 @@
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31"
"medusa-core-utils": "^1.1.37"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
"keywords": [

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.3.5
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.3.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-klarna",
"version": "1.3.4",
"version": "1.3.5",
"description": "Klarna Payment provider for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -40,7 +40,7 @@
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.32",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.0.18
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
## 1.0.17
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-manual",
"version": "1.0.17",
"version": "1.0.18",
"description": "A dummy payment provider to be used for testing or manual payments",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,16 @@
# Change Log
## 1.1.50
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- [#2743](https://github.com/medusajs/medusa/pull/2743) [`c8724da50`](https://github.com/medusajs/medusa/commit/c8724da50300b94255c5fb4ffe9904be279b5923) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa,medusa-payment-stripe): Move database mutation from plugin to core
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.1.49
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "1.1.49",
"version": "1.1.50",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "index.js",
"repository": {
@@ -40,7 +40,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.36",
"medusa-core-utils": "^1.1.37",
"stripe": "^8.50.0"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",

View File

@@ -1,5 +1,14 @@
# Change Log
## 0.2.6
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 0.2.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-algolia",
"version": "0.2.5",
"version": "0.2.6",
"description": "Search support for algolia",
"main": "index.js",
"repository": {
@@ -24,7 +24,7 @@
"algoliasearch": "^4.10.5",
"body-parser": "^1.19.0",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-interfaces": "^1.3.3"
},
"devDependencies": {

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.3.3
### Patch Changes
- [#2821](https://github.com/medusajs/medusa/pull/2821) [`ba6bb3e54`](https://github.com/medusajs/medusa/commit/ba6bb3e54b9989cecf476c7411c406a43562efe1) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Extract cron jobs logic from the EventBusService to its own service JobSchedulerService
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.3.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-brightpearl",
"version": "1.3.2",
"version": "1.3.3",
"description": "Brightpearl plugin for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -42,7 +42,7 @@
"axios": "^0.19.2",
"axios-rate-limit": "^1.2.1",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.34",
"medusa-core-utils": "^1.1.37",
"randomatic": "^3.1.1"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.2.4
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,61 +16,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-plugin-contentful
## [1.2.2](https://github.com/medusajs/medusa/compare/medusa-plugin-contentful@1.2.0...medusa-plugin-contentful@1.2.2) (2022-06-19)
**Note:** Version bump only for package medusa-plugin-contentful
## [1.2.1](https://github.com/medusajs/medusa/compare/medusa-plugin-contentful@1.2.0...medusa-plugin-contentful@1.2.1) (2022-05-31)
**Note:** Version bump only for package medusa-plugin-contentful
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-plugin-contentful@1.1.40...medusa-plugin-contentful@1.2.0) (2022-05-01)
### Bug Fixes
* **medusa-plugin-contentful:** add type and collection entity synchronisation ([#1191](https://github.com/medusajs/medusa/issues/1191)) ([36bfdfe](https://github.com/medusajs/medusa/commit/36bfdfe6e1eb3cefea7aacf711cfd22d44893a8c))
- **medusa-plugin-contentful:** add type and collection entity synchronisation ([#1191](https://github.com/medusajs/medusa/issues/1191)) ([36bfdfe](https://github.com/medusajs/medusa/commit/36bfdfe6e1eb3cefea7aacf711cfd22d44893a8c))
## [1.1.40](https://github.com/medusajs/medusa/compare/medusa-plugin-contentful@1.1.39...medusa-plugin-contentful@1.1.40) (2022-01-11)
**Note:** Version bump only for package medusa-plugin-contentful
## [1.1.39](https://github.com/medusajs/medusa/compare/medusa-plugin-contentful@1.1.38...medusa-plugin-contentful@1.1.39) (2021-12-29)
**Note:** Version bump only for package medusa-plugin-contentful
## [1.1.38](https://github.com/medusajs/medusa/compare/medusa-plugin-contentful@1.1.37...medusa-plugin-contentful@1.1.38) (2021-12-17)
**Note:** Version bump only for package medusa-plugin-contentful
## [1.1.37](https://github.com/medusajs/medusa/compare/medusa-plugin-contentful@1.1.36...medusa-plugin-contentful@1.1.37) (2021-12-08)
**Note:** Version bump only for package medusa-plugin-contentful

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-contentful",
"version": "1.2.3",
"version": "1.2.4",
"description": "Contentful plugin for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -39,7 +39,7 @@
"body-parser": "^1.19.0",
"contentful-management": "^5.27.1",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37",
"redis": "^3.0.2"
},

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.1.21
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.1.20
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-discount-generator",
"version": "1.1.20",
"version": "1.1.21",
"main": "index.js",
"license": "MIT",
"author": "Sebastian Rindom",
@@ -37,7 +37,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.34",
"medusa-core-utils": "^1.1.37",
"randomatic": "^3.1.1"
},
"gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d"

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.1.39
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.1.38
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-economic",
"version": "1.1.38",
"version": "1.1.39",
"description": "E-conomic financial reporting",
"main": "index.js",
"repository": {
@@ -39,7 +39,7 @@
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37",
"moment": "^2.27.0"
},

View File

@@ -1,27 +1,24 @@
# Change Log
## 1.2.2
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.1](https://github.com/medusajs/medusa/compare/medusa-plugin-ip-lookup@1.2.0...medusa-plugin-ip-lookup@1.2.1) (2022-07-05)
### Bug Fixes
* **medusa:** Remove deps `mongoose` + `mongodb` ([#1218](https://github.com/medusajs/medusa/issues/1218)) ([c76e23e](https://github.com/medusajs/medusa/commit/c76e23e84dd8cb08c3c709f9f95c4c17b9685439))
- **medusa:** Remove deps `mongoose` + `mongodb` ([#1218](https://github.com/medusajs/medusa/issues/1218)) ([c76e23e](https://github.com/medusajs/medusa/commit/c76e23e84dd8cb08c3c709f9f95c4c17b9685439))
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-plugin-ip-lookup@1.1.19...medusa-plugin-ip-lookup@1.2.0) (2022-05-01)
**Note:** Version bump only for package medusa-plugin-ip-lookup
## [1.1.19](https://github.com/medusajs/medusa/compare/medusa-plugin-ip-lookup@1.1.18...medusa-plugin-ip-lookup@1.1.19) (2021-10-18)
**Note:** Version bump only for package medusa-plugin-ip-lookup

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-ip-lookup",
"version": "1.2.1",
"version": "1.2.2",
"description": "IP lookup middleware for Medusa core",
"main": "dist/index.js",
"repository": {

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.1.43
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,26 +16,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-plugin-mailchimp
## [1.1.41](https://github.com/medusajs/medusa/compare/medusa-plugin-mailchimp@1.1.39...medusa-plugin-mailchimp@1.1.41) (2022-06-19)
**Note:** Version bump only for package medusa-plugin-mailchimp
## [1.1.40](https://github.com/medusajs/medusa/compare/medusa-plugin-mailchimp@1.1.39...medusa-plugin-mailchimp@1.1.40) (2022-05-31)
**Note:** Version bump only for package medusa-plugin-mailchimp
## [1.1.39](https://github.com/medusajs/medusa/compare/medusa-plugin-mailchimp@1.1.38...medusa-plugin-mailchimp@1.1.39) (2022-02-06)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-mailchimp",
"version": "1.1.42",
"version": "1.1.43",
"description": "Mailchimp newsletter subscriptions",
"main": "index.js",
"repository": {
@@ -40,7 +40,7 @@
"cors": "^2.8.5",
"express": "^4.17.1",
"mailchimp-api-v3": "^1.14.0",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.0.1
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-meilisearch",
"version": "1.0.0",
"version": "1.0.1",
"description": "A starter for Medusa projects.",
"main": "index.js",
"repository": {
@@ -22,7 +22,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"meilisearch": "0.27.0"
},
"devDependencies": {

View File

@@ -1,5 +1,15 @@
# Change Log
## 2.0.1
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168), [`463f83ffd`](https://github.com/medusajs/medusa/commit/463f83ffdd450d5325a57fe742b68bfb32ef1a42), [`17c3f34e3`](https://github.com/medusajs/medusa/commit/17c3f34e3df0a4c3656ad8909608331e207155f1), [`c16522d6c`](https://github.com/medusajs/medusa/commit/c16522d6ce806aa6289d626b868818409f41c66e), [`2e5ceb795`](https://github.com/medusajs/medusa/commit/2e5ceb795008fbf53d19bb79ac561561dd11311e), [`71b536e01`](https://github.com/medusajs/medusa/commit/71b536e01e32e3ab3fb5d295df9d67497a8bbe6d), [`9e05fef4b`](https://github.com/medusajs/medusa/commit/9e05fef4b973ceb60a2b975c839de96ca743597b), [`3113d8024`](https://github.com/medusajs/medusa/commit/3113d8024fdeb09230675c2053fcefe811e575fd), [`e27b1940c`](https://github.com/medusajs/medusa/commit/e27b1940c7249e835404ac5490cf39e93053d2bb), [`5e4decbc1`](https://github.com/medusajs/medusa/commit/5e4decbc1c4cc25cb1adb1f63b2f8ea8669d352e), [`b700c6ba5`](https://github.com/medusajs/medusa/commit/b700c6ba5b323c7c5e200f721f0335f40b3e357a), [`8a60a7338`](https://github.com/medusajs/medusa/commit/8a60a73389c1b5c8abf96fbbcc7be7c4d427041d), [`ba6bb3e54`](https://github.com/medusajs/medusa/commit/ba6bb3e54b9989cecf476c7411c406a43562efe1), [`ea460b4e0`](https://github.com/medusajs/medusa/commit/ea460b4e0b1a9aa0fe1ab66bc21a8c40f76a65b3), [`c8724da50`](https://github.com/medusajs/medusa/commit/c8724da50300b94255c5fb4ffe9904be279b5923), [`8dcc805cc`](https://github.com/medusajs/medusa/commit/8dcc805ccf8da619549e77f009d6c4d7b2b6c99a), [`a027d5ff9`](https://github.com/medusajs/medusa/commit/a027d5ff9eb821a1c8728476e4f8bf5f4dd102c8)]:
- medusa-core-utils@1.1.37
- @medusajs/medusa@1.7.1
## 2.0.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-restock-notification",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"repository": {
"type": "git",
@@ -29,14 +29,14 @@
"test": "jest"
},
"peerDependencies": {
"@medusajs/medusa": "^1.7.0",
"@medusajs/medusa": "^1.7.1",
"medusa-interfaces": "1.x"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.36"
"medusa-core-utils": "^1.1.37"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",
"keywords": [

View File

@@ -1,45 +1,38 @@
# Change Log
## 1.3.1
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/medusajs/medusa/compare/medusa-plugin-segment@1.2.1...medusa-plugin-segment@1.3.0) (2022-05-01)
### Bug Fixes
* ensure customer identify calls before order track ([#1227](https://github.com/medusajs/medusa/issues/1227)) ([fbe3b98](https://github.com/medusajs/medusa/commit/fbe3b987618d28325938e8fe6264b01d4d581c71))
- ensure customer identify calls before order track ([#1227](https://github.com/medusajs/medusa/issues/1227)) ([fbe3b98](https://github.com/medusajs/medusa/commit/fbe3b987618d28325938e8fe6264b01d4d581c71))
### Features
* Add DiscountConditions ([#1230](https://github.com/medusajs/medusa/issues/1230)) ([a610805](https://github.com/medusajs/medusa/commit/a610805917ee930d4cebde74905e541a468aa83b)), closes [#1146](https://github.com/medusajs/medusa/issues/1146) [#1149](https://github.com/medusajs/medusa/issues/1149) [#1156](https://github.com/medusajs/medusa/issues/1156) [#1170](https://github.com/medusajs/medusa/issues/1170) [#1172](https://github.com/medusajs/medusa/issues/1172) [#1212](https://github.com/medusajs/medusa/issues/1212) [#1224](https://github.com/medusajs/medusa/issues/1224) [#1228](https://github.com/medusajs/medusa/issues/1228)
- Add DiscountConditions ([#1230](https://github.com/medusajs/medusa/issues/1230)) ([a610805](https://github.com/medusajs/medusa/commit/a610805917ee930d4cebde74905e541a468aa83b)), closes [#1146](https://github.com/medusajs/medusa/issues/1146) [#1149](https://github.com/medusajs/medusa/issues/1149) [#1156](https://github.com/medusajs/medusa/issues/1156) [#1170](https://github.com/medusajs/medusa/issues/1170) [#1172](https://github.com/medusajs/medusa/issues/1172) [#1212](https://github.com/medusajs/medusa/issues/1212) [#1224](https://github.com/medusajs/medusa/issues/1224) [#1228](https://github.com/medusajs/medusa/issues/1228)
## [1.2.1](https://github.com/medusajs/medusa/compare/medusa-plugin-segment@1.1.42...medusa-plugin-segment@1.2.1) (2022-02-28)
### Features
* new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([47588e7](https://github.com/medusajs/medusa/commit/47588e7a8d3b2ae2fed0c1e87fdf1ee2db6bcdc2)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
- new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([47588e7](https://github.com/medusajs/medusa/commit/47588e7a8d3b2ae2fed0c1e87fdf1ee2db6bcdc2)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-plugin-segment@1.1.42...medusa-plugin-segment@1.2.0) (2022-02-25)
### Features
* new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([c56660f](https://github.com/medusajs/medusa/commit/c56660fca9921a3f3637bc137d9794781c5b090f)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
- new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([c56660f](https://github.com/medusajs/medusa/commit/c56660fca9921a3f3637bc137d9794781c5b090f)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
## [1.1.42](https://github.com/medusajs/medusa/compare/medusa-plugin-segment@1.1.41...medusa-plugin-segment@1.1.42) (2022-02-06)

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-segment",
"version": "1.3.0",
"version": "1.3.1",
"description": "Segment Analytics",
"main": "index.js",
"repository": {
@@ -40,7 +40,7 @@
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.3.4
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,93 +16,52 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-plugin-sendgrid
## [1.3.2](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.3.0...medusa-plugin-sendgrid@1.3.2) (2022-06-19)
**Note:** Version bump only for package medusa-plugin-sendgrid
## [1.3.1](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.3.0...medusa-plugin-sendgrid@1.3.1) (2022-05-31)
**Note:** Version bump only for package medusa-plugin-sendgrid
# [1.3.0](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.2.1...medusa-plugin-sendgrid@1.3.0) (2022-05-01)
### Features
* Add DiscountConditions ([#1230](https://github.com/medusajs/medusa/issues/1230)) ([a610805](https://github.com/medusajs/medusa/commit/a610805917ee930d4cebde74905e541a468aa83b)), closes [#1146](https://github.com/medusajs/medusa/issues/1146) [#1149](https://github.com/medusajs/medusa/issues/1149) [#1156](https://github.com/medusajs/medusa/issues/1156) [#1170](https://github.com/medusajs/medusa/issues/1170) [#1172](https://github.com/medusajs/medusa/issues/1172) [#1212](https://github.com/medusajs/medusa/issues/1212) [#1224](https://github.com/medusajs/medusa/issues/1224) [#1228](https://github.com/medusajs/medusa/issues/1228)
- Add DiscountConditions ([#1230](https://github.com/medusajs/medusa/issues/1230)) ([a610805](https://github.com/medusajs/medusa/commit/a610805917ee930d4cebde74905e541a468aa83b)), closes [#1146](https://github.com/medusajs/medusa/issues/1146) [#1149](https://github.com/medusajs/medusa/issues/1149) [#1156](https://github.com/medusajs/medusa/issues/1156) [#1170](https://github.com/medusajs/medusa/issues/1170) [#1172](https://github.com/medusajs/medusa/issues/1172) [#1212](https://github.com/medusajs/medusa/issues/1212) [#1224](https://github.com/medusajs/medusa/issues/1224) [#1228](https://github.com/medusajs/medusa/issues/1228)
## [1.2.1](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.38...medusa-plugin-sendgrid@1.2.1) (2022-02-28)
### Bug Fixes
* reset user password subscription in sendgrid plugin ([#1072](https://github.com/medusajs/medusa/issues/1072)) ([91263fb](https://github.com/medusajs/medusa/commit/91263fbc8e70a8566a496cce97ed6256e559a786))
- reset user password subscription in sendgrid plugin ([#1072](https://github.com/medusajs/medusa/issues/1072)) ([91263fb](https://github.com/medusajs/medusa/commit/91263fbc8e70a8566a496cce97ed6256e559a786))
### Features
* new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([47588e7](https://github.com/medusajs/medusa/commit/47588e7a8d3b2ae2fed0c1e87fdf1ee2db6bcdc2)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
- new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([47588e7](https://github.com/medusajs/medusa/commit/47588e7a8d3b2ae2fed0c1e87fdf1ee2db6bcdc2)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.38...medusa-plugin-sendgrid@1.2.0) (2022-02-25)
### Bug Fixes
* reset user password subscription in sendgrid plugin ([#1072](https://github.com/medusajs/medusa/issues/1072)) ([90121dd](https://github.com/medusajs/medusa/commit/90121dd19d5419e239ea5d1b6feda9e7bc754d63))
- reset user password subscription in sendgrid plugin ([#1072](https://github.com/medusajs/medusa/issues/1072)) ([90121dd](https://github.com/medusajs/medusa/commit/90121dd19d5419e239ea5d1b6feda9e7bc754d63))
### Features
* new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([c56660f](https://github.com/medusajs/medusa/commit/c56660fca9921a3f3637bc137d9794781c5b090f)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
- new tax api ([#979](https://github.com/medusajs/medusa/issues/979)) ([c56660f](https://github.com/medusajs/medusa/commit/c56660fca9921a3f3637bc137d9794781c5b090f)), closes [#885](https://github.com/medusajs/medusa/issues/885) [#896](https://github.com/medusajs/medusa/issues/896) [#911](https://github.com/medusajs/medusa/issues/911) [#945](https://github.com/medusajs/medusa/issues/945) [#950](https://github.com/medusajs/medusa/issues/950) [#951](https://github.com/medusajs/medusa/issues/951) [#954](https://github.com/medusajs/medusa/issues/954) [#969](https://github.com/medusajs/medusa/issues/969) [#998](https://github.com/medusajs/medusa/issues/998) [#1017](https://github.com/medusajs/medusa/issues/1017) [#1110](https://github.com/medusajs/medusa/issues/1110)
## [1.1.38](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.37...medusa-plugin-sendgrid@1.1.38) (2022-01-11)
**Note:** Version bump only for package medusa-plugin-sendgrid
## [1.1.37](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.36...medusa-plugin-sendgrid@1.1.37) (2021-12-29)
**Note:** Version bump only for package medusa-plugin-sendgrid
## [1.1.36](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.35...medusa-plugin-sendgrid@1.1.36) (2021-12-17)
**Note:** Version bump only for package medusa-plugin-sendgrid
## [1.1.35](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.34...medusa-plugin-sendgrid@1.1.35) (2021-12-08)
**Note:** Version bump only for package medusa-plugin-sendgrid

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-sendgrid",
"version": "1.3.3",
"version": "1.3.4",
"description": "SendGrid transactional emails",
"main": "index.js",
"repository": {
@@ -39,7 +39,7 @@
"@sendgrid/mail": "^7.1.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "3bbd1e8507e00bc471de6ae3c30207999a4a4011",

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.3.5
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.3.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-slack-notification",
"version": "1.3.4",
"version": "1.3.5",
"description": "Slack notifications",
"main": "index.js",
"repository": {
@@ -39,7 +39,7 @@
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37",
"moment": "^2.27.0"
},

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.2.4
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,61 +16,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-plugin-twilio-sms
## [1.2.2](https://github.com/medusajs/medusa/compare/medusa-plugin-twilio-sms@1.2.0...medusa-plugin-twilio-sms@1.2.2) (2022-06-19)
**Note:** Version bump only for package medusa-plugin-twilio-sms
## [1.2.1](https://github.com/medusajs/medusa/compare/medusa-plugin-twilio-sms@1.2.0...medusa-plugin-twilio-sms@1.2.1) (2022-05-31)
**Note:** Version bump only for package medusa-plugin-twilio-sms
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-plugin-twilio-sms@1.1.37...medusa-plugin-twilio-sms@1.2.0) (2022-05-01)
### Bug Fixes
* **medusa-plugin-twilio-sms:** fix name in README ([#1457](https://github.com/medusajs/medusa/issues/1457)) ([56e79d3](https://github.com/medusajs/medusa/commit/56e79d334ecd2a67cad43c8ebd58e364f9e9fb59))
- **medusa-plugin-twilio-sms:** fix name in README ([#1457](https://github.com/medusajs/medusa/issues/1457)) ([56e79d3](https://github.com/medusajs/medusa/commit/56e79d334ecd2a67cad43c8ebd58e364f9e9fb59))
## [1.1.37](https://github.com/medusajs/medusa/compare/medusa-plugin-twilio-sms@1.1.36...medusa-plugin-twilio-sms@1.1.37) (2022-01-11)
**Note:** Version bump only for package medusa-plugin-twilio-sms
## [1.1.36](https://github.com/medusajs/medusa/compare/medusa-plugin-twilio-sms@1.1.35...medusa-plugin-twilio-sms@1.1.36) (2021-12-29)
**Note:** Version bump only for package medusa-plugin-twilio-sms
## [1.1.35](https://github.com/medusajs/medusa/compare/medusa-plugin-twilio-sms@1.1.34...medusa-plugin-twilio-sms@1.1.35) (2021-12-17)
**Note:** Version bump only for package medusa-plugin-twilio-sms
## [1.1.34](https://github.com/medusajs/medusa/compare/medusa-plugin-twilio-sms@1.1.33...medusa-plugin-twilio-sms@1.1.34) (2021-12-08)
**Note:** Version bump only for package medusa-plugin-twilio-sms

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-twilio-sms",
"version": "1.2.3",
"version": "1.2.4",
"main": "index.js",
"repository": {
"type": "git",
@@ -35,7 +35,7 @@
"dependencies": {
"@babel/plugin-transform-classes": "^7.9.5",
"body-parser": "^1.19.0",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37",
"twilio": "^3.49.1"
},

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.1.38
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,26 +16,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-plugin-wishlist
## [1.1.36](https://github.com/medusajs/medusa/compare/medusa-plugin-wishlist@1.1.35...medusa-plugin-wishlist@1.1.36) (2021-12-29)
**Note:** Version bump only for package medusa-plugin-wishlist
## [1.1.35](https://github.com/medusajs/medusa/compare/medusa-plugin-wishlist@1.1.34...medusa-plugin-wishlist@1.1.35) (2021-12-17)
**Note:** Version bump only for package medusa-plugin-wishlist
## [1.1.34](https://github.com/medusajs/medusa/compare/medusa-plugin-wishlist@1.1.33...medusa-plugin-wishlist@1.1.34) (2021-12-08)
**Note:** Version bump only for package medusa-plugin-wishlist

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-wishlist",
"version": "1.1.37",
"version": "1.1.38",
"description": "Provides /customers/:id/wishlist to add items to a customr's wishlist",
"main": "index.js",
"repository": {
@@ -38,7 +38,7 @@
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "3bbd1e8507e00bc471de6ae3c30207999a4a4011",

View File

@@ -1,5 +1,15 @@
# Change Log
## 4.0.1
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168), [`463f83ffd`](https://github.com/medusajs/medusa/commit/463f83ffdd450d5325a57fe742b68bfb32ef1a42), [`17c3f34e3`](https://github.com/medusajs/medusa/commit/17c3f34e3df0a4c3656ad8909608331e207155f1), [`c16522d6c`](https://github.com/medusajs/medusa/commit/c16522d6ce806aa6289d626b868818409f41c66e), [`2e5ceb795`](https://github.com/medusajs/medusa/commit/2e5ceb795008fbf53d19bb79ac561561dd11311e), [`71b536e01`](https://github.com/medusajs/medusa/commit/71b536e01e32e3ab3fb5d295df9d67497a8bbe6d), [`9e05fef4b`](https://github.com/medusajs/medusa/commit/9e05fef4b973ceb60a2b975c839de96ca743597b), [`7bb9cd6af`](https://github.com/medusajs/medusa/commit/7bb9cd6aff1d832e6e159f2c878be88a054eddaa), [`3113d8024`](https://github.com/medusajs/medusa/commit/3113d8024fdeb09230675c2053fcefe811e575fd), [`e27b1940c`](https://github.com/medusajs/medusa/commit/e27b1940c7249e835404ac5490cf39e93053d2bb), [`5e4decbc1`](https://github.com/medusajs/medusa/commit/5e4decbc1c4cc25cb1adb1f63b2f8ea8669d352e), [`b700c6ba5`](https://github.com/medusajs/medusa/commit/b700c6ba5b323c7c5e200f721f0335f40b3e357a), [`8a60a7338`](https://github.com/medusajs/medusa/commit/8a60a73389c1b5c8abf96fbbcc7be7c4d427041d), [`ba6bb3e54`](https://github.com/medusajs/medusa/commit/ba6bb3e54b9989cecf476c7411c406a43562efe1), [`ea460b4e0`](https://github.com/medusajs/medusa/commit/ea460b4e0b1a9aa0fe1ab66bc21a8c40f76a65b3), [`c8724da50`](https://github.com/medusajs/medusa/commit/c8724da50300b94255c5fb4ffe9904be279b5923), [`8dcc805cc`](https://github.com/medusajs/medusa/commit/8dcc805ccf8da619549e77f009d6c4d7b2b6c99a), [`a027d5ff9`](https://github.com/medusajs/medusa/commit/a027d5ff9eb821a1c8728476e4f8bf5f4dd102c8)]:
- @medusajs/medusa@1.7.1
- @medusajs/medusa-js@1.3.5
## 4.0.0
### Patch Changes

View File

@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -22,7 +22,7 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@medusajs/medusa": "^1.7.0",
"@medusajs/medusa": "^1.7.1",
"react": ">=16",
"react-query": ">= 3.29.0"
},
@@ -46,7 +46,7 @@
],
"devDependencies": {
"@babel/core": "^7.16.0",
"@medusajs/medusa": "^1.7.0",
"@medusajs/medusa": "^1.7.1",
"@size-limit/preset-small-lib": "^6.0.4",
"@storybook/addon-contexts": "^5.3.21",
"@storybook/addon-essentials": "^6.3.12",
@@ -75,7 +75,7 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@medusajs/medusa-js": "^1.3.3",
"@medusajs/medusa-js": "^1.3.5",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react-query": "^3.31.0"

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.2.4
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.2.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-source-shopify",
"version": "1.2.3",
"version": "1.2.4",
"description": "Source plugin that allows users to import products from a Shopify store",
"main": "index.js",
"repository": {
@@ -28,7 +28,7 @@
"express": "^4.17.1",
"ioredis": "^4.27.9",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-interfaces": "^1.3.3",
"medusa-test-utils": "^1.1.37"
},

View File

@@ -1,5 +1,48 @@
# Change Log
## 1.7.1
### Patch Changes
- [#2783](https://github.com/medusajs/medusa/pull/2783) [`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168) Thanks [@adrien2p](https://github.com/adrien2p)! - fix: getConfigFile typings
- [#2815](https://github.com/medusajs/medusa/pull/2815) [`463f83ffd`](https://github.com/medusajs/medusa/commit/463f83ffdd450d5325a57fe742b68bfb32ef1a42) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Order products on retrieval
- [#2772](https://github.com/medusajs/medusa/pull/2772) [`17c3f34e3`](https://github.com/medusajs/medusa/commit/17c3f34e3df0a4c3656ad8909608331e207155f1) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - fix: add missing medusa-telemetry dependency to package.json
- [#2811](https://github.com/medusajs/medusa/pull/2811) [`c16522d6c`](https://github.com/medusajs/medusa/commit/c16522d6ce806aa6289d626b868818409f41c66e) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add has_account to filter only registered or unregistered customer in the admin
- [#2819](https://github.com/medusajs/medusa/pull/2819) [`2e5ceb795`](https://github.com/medusajs/medusa/commit/2e5ceb795008fbf53d19bb79ac561561dd11311e) Thanks [@josetr](https://github.com/josetr)! - Allow custom database schema
- [#2802](https://github.com/medusajs/medusa/pull/2802) [`71b536e01`](https://github.com/medusajs/medusa/commit/71b536e01e32e3ab3fb5d295df9d67497a8bbe6d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: Replace all usage of redis for the cache in favour of the cache service
- [#2813](https://github.com/medusajs/medusa/pull/2813) [`9e05fef4b`](https://github.com/medusajs/medusa/commit/9e05fef4b973ceb60a2b975c839de96ca743597b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - 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.
- [#2719](https://github.com/medusajs/medusa/pull/2719) [`3113d8024`](https://github.com/medusajs/medusa/commit/3113d8024fdeb09230675c2053fcefe811e575fd) Thanks [@josetr](https://github.com/josetr)! - feat(medusa): Create draft orders without items
- [#2869](https://github.com/medusajs/medusa/pull/2869) [`e27b1940c`](https://github.com/medusajs/medusa/commit/e27b1940c7249e835404ac5490cf39e93053d2bb) Thanks [@adrien2p](https://github.com/adrien2p)! - fix: Order with totals should include the variant relation to the items
- [#2812](https://github.com/medusajs/medusa/pull/2812) [`5e4decbc1`](https://github.com/medusajs/medusa/commit/5e4decbc1c4cc25cb1adb1f63b2f8ea8669d352e) Thanks [@adrien2p](https://github.com/adrien2p)! - fix: Batch job not saving the errors properly
- [#2867](https://github.com/medusajs/medusa/pull/2867) [`b700c6ba5`](https://github.com/medusajs/medusa/commit/b700c6ba5b323c7c5e200f721f0335f40b3e357a) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore(oas): replace requestBody with $ref to req class JSDoc OAS
- [#2777](https://github.com/medusajs/medusa/pull/2777) [`8a60a7338`](https://github.com/medusajs/medusa/commit/8a60a73389c1b5c8abf96fbbcc7be7c4d427041d) Thanks [@riqwan](https://github.com/riqwan)! - 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.
- [#2821](https://github.com/medusajs/medusa/pull/2821) [`ba6bb3e54`](https://github.com/medusajs/medusa/commit/ba6bb3e54b9989cecf476c7411c406a43562efe1) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Extract cron jobs logic from the EventBusService to its own service JobSchedulerService
- [#2810](https://github.com/medusajs/medusa/pull/2810) [`ea460b4e0`](https://github.com/medusajs/medusa/commit/ea460b4e0b1a9aa0fe1ab66bc21a8c40f76a65b3) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa): add `q` param to PKs sales channels retrieval
- [#2743](https://github.com/medusajs/medusa/pull/2743) [`c8724da50`](https://github.com/medusajs/medusa/commit/c8724da50300b94255c5fb4ffe9904be279b5923) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa,medusa-payment-stripe): Move database mutation from plugin to core
- [#2738](https://github.com/medusajs/medusa/pull/2738) [`8dcc805cc`](https://github.com/medusajs/medusa/commit/8dcc805ccf8da619549e77f009d6c4d7b2b6c99a) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(medusa): Validate required id in `[someService].retrieve`
- [#2847](https://github.com/medusajs/medusa/pull/2847) [`a027d5ff9`](https://github.com/medusajs/medusa/commit/a027d5ff9eb821a1c8728476e4f8bf5f4dd102c8) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore(oas): PascalCase for schemas + remove x-resourceId
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 1.7.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.7.0",
"version": "1.7.1",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",
@@ -67,7 +67,7 @@
"ioredis-mock": "^5.6.0",
"iso8601-duration": "^1.3.0",
"jsonwebtoken": "^8.5.1",
"medusa-core-utils": "^1.1.36",
"medusa-core-utils": "^1.1.37",
"medusa-telemetry": "^0.0.15",
"medusa-test-utils": "^1.1.37",
"morgan": "^1.9.1",

View File

@@ -4377,11 +4377,11 @@ __metadata:
languageName: unknown
linkType: soft
"@medusajs/medusa-js@^1.3.3, @medusajs/medusa-js@workspace:packages/medusa-js":
"@medusajs/medusa-js@^1.3.5, @medusajs/medusa-js@workspace:packages/medusa-js":
version: 0.0.0-use.local
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
dependencies:
"@medusajs/medusa": ^1.7.0
"@medusajs/medusa": ^1.7.1
"@types/jest": ^26.0.19
axios: ^0.24.0
cross-env: ^7.0.3
@@ -4391,11 +4391,11 @@ __metadata:
retry-axios: ^2.6.0
typescript: ^4.1.3
peerDependencies:
"@medusajs/medusa": ^1.7.0
"@medusajs/medusa": ^1.7.1
languageName: unknown
linkType: soft
"@medusajs/medusa@*, @medusajs/medusa@^1.3.3, @medusajs/medusa@^1.7.0, @medusajs/medusa@workspace:packages/medusa":
"@medusajs/medusa@*, @medusajs/medusa@^1.7.1, @medusajs/medusa@workspace:packages/medusa":
version: 0.0.0-use.local
resolution: "@medusajs/medusa@workspace:packages/medusa"
dependencies:
@@ -4431,7 +4431,7 @@ __metadata:
iso8601-duration: ^1.3.0
jest: ^25.5.2
jsonwebtoken: ^8.5.1
medusa-core-utils: ^1.1.36
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-telemetry: ^0.0.15
medusa-test-utils: ^1.1.37
@@ -23675,7 +23675,7 @@ __metadata:
languageName: node
linkType: hard
"medusa-core-utils@^1.1.31, medusa-core-utils@^1.1.32, medusa-core-utils@^1.1.34, medusa-core-utils@^1.1.36, medusa-core-utils@workspace:packages/medusa-core-utils":
"medusa-core-utils@^1.1.31, medusa-core-utils@^1.1.32, medusa-core-utils@^1.1.37, medusa-core-utils@workspace:packages/medusa-core-utils":
version: 0.0.0-use.local
resolution: "medusa-core-utils@workspace:packages/medusa-core-utils"
dependencies:
@@ -23737,7 +23737,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -23765,7 +23765,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.32
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -23793,7 +23793,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
stripe: ^8.50.0
@@ -23818,7 +23818,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
peerDependencies:
medusa-interfaces: 1.3.3
@@ -23836,7 +23836,7 @@ __metadata:
"@babel/plugin-transform-runtime": ^7.7.6
"@babel/preset-env": ^7.7.5
"@babel/runtime": ^7.9.6
"@medusajs/medusa": ^1.3.3
"@medusajs/medusa": ^1.7.1
axios: ^0.20.0
body-parser: ^1.19.0
client-sessions: ^0.8.0
@@ -23844,7 +23844,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
peerDependencies:
medusa-interfaces: 1.x
@@ -23898,7 +23898,7 @@ __metadata:
cross-env: ^7.0.2
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -23927,7 +23927,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.32
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -24008,7 +24008,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.36
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
stripe: ^8.50.0
@@ -24036,7 +24036,7 @@ __metadata:
cross-env: ^5.2.1
jest: ^25.5.2
lodash: ^4.17.21
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
peerDependencies:
medusa-interfaces: 1.3.3
@@ -24066,7 +24066,7 @@ __metadata:
cross-env: ^7.0.2
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.34
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.1
medusa-test-utils: ^1.1.37
randomatic: ^3.1.1
@@ -24095,7 +24095,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
redis: ^3.0.2
@@ -24123,7 +24123,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.34
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
randomatic: ^3.1.1
peerDependencies:
@@ -24151,7 +24151,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
moment: ^2.27.0
@@ -24202,7 +24202,7 @@ __metadata:
express: ^4.17.1
jest: ^25.5.2
mailchimp-api-v3: ^1.14.0
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -24228,7 +24228,7 @@ __metadata:
cross-env: ^5.2.1
jest: ^25.5.2
lodash: ^4.17.21
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
meilisearch: 0.27.0
peerDependencies:
@@ -24250,13 +24250,13 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.36
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
pg: ^8.5.1
ulid: ^2.3.0
peerDependencies:
"@medusajs/medusa": ^1.7.0
"@medusajs/medusa": ^1.7.1
medusa-interfaces: 1.x
languageName: unknown
linkType: soft
@@ -24282,7 +24282,7 @@ __metadata:
eslint: ^6.8.0
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -24310,7 +24310,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -24338,7 +24338,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
moment: ^2.27.0
@@ -24364,7 +24364,7 @@ __metadata:
body-parser: ^1.19.0
cross-env: ^5.2.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
twilio: ^3.49.1
@@ -24392,7 +24392,7 @@ __metadata:
cross-env: ^5.2.1
express: ^4.17.1
jest: ^25.5.2
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies:
@@ -24405,8 +24405,8 @@ __metadata:
resolution: "medusa-react@workspace:packages/medusa-react"
dependencies:
"@babel/core": ^7.16.0
"@medusajs/medusa": ^1.7.0
"@medusajs/medusa-js": ^1.3.3
"@medusajs/medusa": ^1.7.1
"@medusajs/medusa-js": ^1.3.5
"@size-limit/preset-small-lib": ^6.0.4
"@storybook/addon-contexts": ^5.3.21
"@storybook/addon-essentials": ^6.3.12
@@ -24437,7 +24437,7 @@ __metadata:
ts-jest: ^27.1.4
tslib: ^2.3.1
peerDependencies:
"@medusajs/medusa": ^1.7.0
"@medusajs/medusa": ^1.7.1
react: ">=16"
react-query: ">= 3.29.0"
languageName: unknown
@@ -24466,7 +24466,7 @@ __metadata:
ioredis: ^4.27.9
jest: ^26.6.3
lodash: ^4.17.21
medusa-core-utils: ^1.1.31
medusa-core-utils: ^1.1.37
medusa-interfaces: ^1.3.3
medusa-test-utils: ^1.1.37
peerDependencies: