From 8f8f6332b792b7febddd86de9a6d7d7017737f71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 12:11:45 +0200 Subject: [PATCH] chore: Version Packages (#4114) Co-authored-by: github-actions[bot] --- .changeset/bright-carrots-look.md | 6 --- .changeset/chilled-dolphins-prove.md | 6 --- .changeset/cool-buckets-explode.md | 5 --- .changeset/curly-carpets-remain.md | 5 --- .changeset/five-ways-care.md | 7 ---- .changeset/gentle-avocados-melt.md | 5 --- .changeset/itchy-peaches-tell.md | 5 --- .changeset/large-ears-love.md | 5 --- .changeset/lovely-readers-live.md | 5 --- .changeset/odd-tables-hang.md | 5 --- .changeset/orange-bikes-sparkle.md | 5 --- .changeset/quick-kings-bow.md | 5 --- .changeset/slimy-houses-battle.md | 6 --- .changeset/slimy-snails-run.md | 5 --- .changeset/smart-students-kneel.md | 5 --- .changeset/smooth-numbers-whisper.md | 8 ---- .changeset/soft-eyes-vanish.md | 5 --- .changeset/swift-cycles-vanish.md | 5 --- .changeset/tall-cougars-juggle.md | 6 --- .changeset/tall-dolls-relax.md | 9 ---- .changeset/tall-humans-count.md | 8 ---- .changeset/ten-pumpkins-sleep.md | 5 --- .changeset/tiny-eagles-nail.md | 5 --- .changeset/tough-ears-laugh.md | 5 --- .changeset/twelve-otters-jam.md | 8 ---- .changeset/unlucky-doors-sell.md | 5 --- .changeset/yellow-carpets-jam.md | 5 --- integration-tests/api/package.json | 6 +-- integration-tests/plugins/package.json | 6 +-- integration-tests/repositories/package.json | 2 +- packages/admin-ui/CHANGELOG.md | 23 ++++++++++ packages/admin-ui/package.json | 8 ++-- packages/admin/CHANGELOG.md | 14 +++++++ packages/admin/package.json | 6 +-- packages/cache-inmemory/CHANGELOG.md | 7 ++++ packages/cache-inmemory/package.json | 6 +-- packages/cache-redis/CHANGELOG.md | 7 ++++ packages/cache-redis/package.json | 6 +-- packages/event-bus-local/CHANGELOG.md | 8 ++++ packages/event-bus-local/package.json | 8 ++-- packages/event-bus-redis/CHANGELOG.md | 8 ++++ packages/event-bus-redis/package.json | 8 ++-- packages/generated/client-types/CHANGELOG.md | 10 +++++ packages/generated/client-types/package.json | 4 +- packages/inventory/CHANGELOG.md | 18 ++++++++ packages/inventory/package.json | 8 ++-- packages/medusa-cli/CHANGELOG.md | 9 ++++ packages/medusa-cli/package.json | 4 +- packages/medusa-file-local/CHANGELOG.md | 7 ++++ packages/medusa-file-local/package.json | 4 +- packages/medusa-file-minio/package.json | 2 +- packages/medusa-file-s3/package.json | 2 +- .../package.json | 2 +- packages/medusa-js/CHANGELOG.md | 9 ++++ packages/medusa-js/package.json | 6 +-- packages/medusa-payment-paypal/CHANGELOG.md | 7 ++++ packages/medusa-payment-paypal/package.json | 6 +-- packages/medusa-payment-stripe/CHANGELOG.md | 7 ++++ packages/medusa-payment-stripe/package.json | 6 +-- packages/medusa-plugin-algolia/CHANGELOG.md | 8 ++++ packages/medusa-plugin-algolia/package.json | 8 ++-- .../medusa-plugin-contentful/CHANGELOG.md | 8 ++++ .../medusa-plugin-contentful/package.json | 2 +- packages/medusa-plugin-mailchimp/CHANGELOG.md | 9 ++++ packages/medusa-plugin-mailchimp/package.json | 6 +-- .../medusa-plugin-meilisearch/CHANGELOG.md | 7 ++++ .../medusa-plugin-meilisearch/package.json | 8 ++-- .../CHANGELOG.md | 7 ++++ .../package.json | 4 +- packages/medusa-react/CHANGELOG.md | 10 +++++ packages/medusa-react/package.json | 8 ++-- packages/medusa/CHANGELOG.md | 42 +++++++++++++++++++ packages/medusa/package.json | 12 +++--- packages/modules-sdk/CHANGELOG.md | 10 +++++ packages/modules-sdk/package.json | 6 +-- packages/oas/medusa-oas-cli/CHANGELOG.md | 7 ++++ packages/oas/medusa-oas-cli/package.json | 4 +- packages/oas/oas-github-ci/CHANGELOG.md | 7 ++++ packages/oas/oas-github-ci/package.json | 4 +- packages/stock-location/CHANGELOG.md | 12 ++++++ packages/stock-location/package.json | 8 ++-- packages/types/CHANGELOG.md | 6 +++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 12 ++++++ packages/utils/package.json | 4 +- 85 files changed, 367 insertions(+), 242 deletions(-) delete mode 100644 .changeset/bright-carrots-look.md delete mode 100644 .changeset/chilled-dolphins-prove.md delete mode 100644 .changeset/cool-buckets-explode.md delete mode 100644 .changeset/curly-carpets-remain.md delete mode 100644 .changeset/five-ways-care.md delete mode 100644 .changeset/gentle-avocados-melt.md delete mode 100644 .changeset/itchy-peaches-tell.md delete mode 100644 .changeset/large-ears-love.md delete mode 100644 .changeset/lovely-readers-live.md delete mode 100644 .changeset/odd-tables-hang.md delete mode 100644 .changeset/orange-bikes-sparkle.md delete mode 100644 .changeset/quick-kings-bow.md delete mode 100644 .changeset/slimy-houses-battle.md delete mode 100644 .changeset/slimy-snails-run.md delete mode 100644 .changeset/smart-students-kneel.md delete mode 100644 .changeset/smooth-numbers-whisper.md delete mode 100644 .changeset/soft-eyes-vanish.md delete mode 100644 .changeset/swift-cycles-vanish.md delete mode 100644 .changeset/tall-cougars-juggle.md delete mode 100644 .changeset/tall-dolls-relax.md delete mode 100644 .changeset/tall-humans-count.md delete mode 100644 .changeset/ten-pumpkins-sleep.md delete mode 100644 .changeset/tiny-eagles-nail.md delete mode 100644 .changeset/tough-ears-laugh.md delete mode 100644 .changeset/twelve-otters-jam.md delete mode 100644 .changeset/unlucky-doors-sell.md delete mode 100644 .changeset/yellow-carpets-jam.md create mode 100644 packages/medusa-file-local/CHANGELOG.md diff --git a/.changeset/bright-carrots-look.md b/.changeset/bright-carrots-look.md deleted file mode 100644 index f81d29b1a5..0000000000 --- a/.changeset/bright-carrots-look.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/inventory": patch -"@medusajs/medusa": patch ---- - -Feat(medusa,inventory): search inventory items based on title and description diff --git a/.changeset/chilled-dolphins-prove.md b/.changeset/chilled-dolphins-prove.md deleted file mode 100644 index 2b9098c8fa..0000000000 --- a/.changeset/chilled-dolphins-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/client-types": patch -"@medusajs/medusa": patch ---- - -feat(medusa,client-types): add location_id filtering to list-location levels diff --git a/.changeset/cool-buckets-explode.md b/.changeset/cool-buckets-explode.md deleted file mode 100644 index d27abb339b..0000000000 --- a/.changeset/cool-buckets-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feaet(medusa): add description to reservation default fields diff --git a/.changeset/curly-carpets-remain.md b/.changeset/curly-carpets-remain.md deleted file mode 100644 index 520e4df04b..0000000000 --- a/.changeset/curly-carpets-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -feat(admin-ui): update edit allocation modal design diff --git a/.changeset/five-ways-care.md b/.changeset/five-ways-care.md deleted file mode 100644 index e2b831034c..0000000000 --- a/.changeset/five-ways-care.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch -"@medusajs/medusa": patch ---- - -chore(medusa,admin-ui): Add reservations FF diff --git a/.changeset/gentle-avocados-melt.md b/.changeset/gentle-avocados-melt.md deleted file mode 100644 index 5a328d5bae..0000000000 --- a/.changeset/gentle-avocados-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Improve prices flow diff --git a/.changeset/itchy-peaches-tell.md b/.changeset/itchy-peaches-tell.md deleted file mode 100644 index e5a8845bbb..0000000000 --- a/.changeset/itchy-peaches-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): Ensures that the default invite link uses the **BASE** in constructing the link if it exists diff --git a/.changeset/large-ears-love.md b/.changeset/large-ears-love.md deleted file mode 100644 index 8acf78807b..0000000000 --- a/.changeset/large-ears-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): fix CSV parsing issues by downgrading the version of the parsing library diff --git a/.changeset/lovely-readers-live.md b/.changeset/lovely-readers-live.md deleted file mode 100644 index 095c150599..0000000000 --- a/.changeset/lovely-readers-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-plugin-mailchimp": patch ---- - -feat(medusa-plugin-mailchimp): Added PUT method for the /mailchimp/subscribe endpoint. diff --git a/.changeset/odd-tables-hang.md b/.changeset/odd-tables-hang.md deleted file mode 100644 index 99d681cd6c..0000000000 --- a/.changeset/odd-tables-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): migrations cli should look for migrations in plugin dist folder diff --git a/.changeset/orange-bikes-sparkle.md b/.changeset/orange-bikes-sparkle.md deleted file mode 100644 index 8e20d236ee..0000000000 --- a/.changeset/orange-bikes-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Upserting tax rates diff --git a/.changeset/quick-kings-bow.md b/.changeset/quick-kings-bow.md deleted file mode 100644 index c5f4bcdf64..0000000000 --- a/.changeset/quick-kings-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": minor ---- - -chore(medusa): Minor bump diff --git a/.changeset/slimy-houses-battle.md b/.changeset/slimy-houses-battle.md deleted file mode 100644 index 00879f59d2..0000000000 --- a/.changeset/slimy-houses-battle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin-ui): Delete variant diff --git a/.changeset/slimy-snails-run.md b/.changeset/slimy-snails-run.md deleted file mode 100644 index 1f1f54b17c..0000000000 --- a/.changeset/slimy-snails-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -feat(admin-ui): fix allow_backorder updates diff --git a/.changeset/smart-students-kneel.md b/.changeset/smart-students-kneel.md deleted file mode 100644 index 954aa50c49..0000000000 --- a/.changeset/smart-students-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(plugins): Pass Config Modules to plugin diff --git a/.changeset/smooth-numbers-whisper.md b/.changeset/smooth-numbers-whisper.md deleted file mode 100644 index cb8fe0c3e1..0000000000 --- a/.changeset/smooth-numbers-whisper.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/client-types": patch -"@medusajs/inventory": patch -"@medusajs/medusa": patch -"@medusajs/types": patch ---- - -feat(client-types, inventory, medusa, types): add additional filtering capabilities to list-reservations diff --git a/.changeset/soft-eyes-vanish.md b/.changeset/soft-eyes-vanish.md deleted file mode 100644 index 829c0dced8..0000000000 --- a/.changeset/soft-eyes-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-plugin-contentful": patch ---- - -feat(medusa-plugin-contentful): include sku from inventory module when syncing variants and products diff --git a/.changeset/swift-cycles-vanish.md b/.changeset/swift-cycles-vanish.md deleted file mode 100644 index 1763cf640a..0000000000 --- a/.changeset/swift-cycles-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/inventory": patch ---- - -fix(inventory): update revert migration diff --git a/.changeset/tall-cougars-juggle.md b/.changeset/tall-cougars-juggle.md deleted file mode 100644 index ebbc31538e..0000000000 --- a/.changeset/tall-cougars-juggle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin-ui): Omit purchasable variant prop on duplicate diff --git a/.changeset/tall-dolls-relax.md b/.changeset/tall-dolls-relax.md deleted file mode 100644 index a8e935e97a..0000000000 --- a/.changeset/tall-dolls-relax.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@medusajs/client-types": patch -"medusa-react": patch -"@medusajs/medusa-js": patch -"@medusajs/admin-ui": patch -"@medusajs/medusa": patch ---- - -feat(medusa,client-types,medusa-js,admin-ui,medusa-react): add reservation table and creation diff --git a/.changeset/tall-humans-count.md b/.changeset/tall-humans-count.md deleted file mode 100644 index 418bc01941..0000000000 --- a/.changeset/tall-humans-count.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/medusa-cli": patch -"medusa-plugin-contentful": patch -"@medusajs/medusa": patch -"@medusajs/utils": patch ---- - -feat(medusa): Remove sqlite support diff --git a/.changeset/ten-pumpkins-sleep.md b/.changeset/ten-pumpkins-sleep.md deleted file mode 100644 index 076d827359..0000000000 --- a/.changeset/ten-pumpkins-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Revert pricing service setVariantPrices API diff --git a/.changeset/tiny-eagles-nail.md b/.changeset/tiny-eagles-nail.md deleted file mode 100644 index a0c42d97a5..0000000000 --- a/.changeset/tiny-eagles-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/file-local": patch ---- - -feat(file-local): Add plugin for local file storage diff --git a/.changeset/tough-ears-laugh.md b/.changeset/tough-ears-laugh.md deleted file mode 100644 index 81a09aa800..0000000000 --- a/.changeset/tough-ears-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/modules-sdk": patch ---- - -chore: module as singleton instances diff --git a/.changeset/twelve-otters-jam.md b/.changeset/twelve-otters-jam.md deleted file mode 100644 index e18a22f550..0000000000 --- a/.changeset/twelve-otters-jam.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/stock-location": minor -"@medusajs/inventory": minor -"@medusajs/utils": minor -"@medusajs/medusa": patch ---- - -chore(medusa, utils, inventory, stock-location): clear deps in the utils package diff --git a/.changeset/unlucky-doors-sell.md b/.changeset/unlucky-doors-sell.md deleted file mode 100644 index 01b76b9851..0000000000 --- a/.changeset/unlucky-doors-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): On duplicate product ensure order of variant options matches product options diff --git a/.changeset/yellow-carpets-jam.md b/.changeset/yellow-carpets-jam.md deleted file mode 100644 index 1479e5edbe..0000000000 --- a/.changeset/yellow-carpets-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/utils": patch ---- - -chore(medusa): Align build query utils diff --git a/integration-tests/api/package.json b/integration-tests/api/package.json index bc8f49577d..a93decde78 100644 --- a/integration-tests/api/package.json +++ b/integration-tests/api/package.json @@ -9,9 +9,9 @@ "build": "babel src -d dist --extensions \".ts,.js\"" }, "dependencies": { - "@medusajs/cache-inmemory": "1.8.6", - "@medusajs/event-bus-local": "1.9.3", - "@medusajs/medusa": "1.11.0", + "@medusajs/cache-inmemory": "1.8.7", + "@medusajs/event-bus-local": "1.9.4", + "@medusajs/medusa": "1.12.0", "faker": "^5.5.3", "medusa-interfaces": "1.3.7", "typeorm": "^0.3.16" diff --git a/integration-tests/plugins/package.json b/integration-tests/plugins/package.json index 89c22b37ec..915088a701 100644 --- a/integration-tests/plugins/package.json +++ b/integration-tests/plugins/package.json @@ -9,9 +9,9 @@ "build": "babel src -d dist --extensions \".ts,.js\"" }, "dependencies": { - "@medusajs/cache-inmemory": "1.8.6", - "@medusajs/event-bus-local": "1.9.3", - "@medusajs/medusa": "1.11.0", + "@medusajs/cache-inmemory": "1.8.7", + "@medusajs/event-bus-local": "1.9.4", + "@medusajs/medusa": "1.12.0", "faker": "^5.5.3", "medusa-fulfillment-webshipper": "1.3.9", "medusa-interfaces": "1.3.7", diff --git a/integration-tests/repositories/package.json b/integration-tests/repositories/package.json index cbb8150108..b1e12817a6 100644 --- a/integration-tests/repositories/package.json +++ b/integration-tests/repositories/package.json @@ -8,7 +8,7 @@ "test:integration": "jest --silent=false --runInBand --bail --detectOpenHandles --forceExit" }, "dependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "medusa-interfaces": "1.3.7", "typeorm": "^0.3.16" }, diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md index c978a69ad8..c4399addfe 100644 --- a/packages/admin-ui/CHANGELOG.md +++ b/packages/admin-ui/CHANGELOG.md @@ -1,5 +1,28 @@ # @medusajs/admin-ui +## 1.8.7 + +### Patch Changes + +- [#4071](https://github.com/medusajs/medusa/pull/4071) [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): update edit allocation modal design + +- [#4184](https://github.com/medusajs/medusa/pull/4184) [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(medusa,admin-ui): Add reservations FF + +- [#4173](https://github.com/medusajs/medusa/pull/4173) [`9a46c11f2`](https://github.com/medusajs/medusa/commit/9a46c11f2acab1eba10c2cad6854c0a7f4a0ee13) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Ensures that the default invite link uses the **BASE** in constructing the link if it exists + +- [#4163](https://github.com/medusajs/medusa/pull/4163) [`f47b11293`](https://github.com/medusajs/medusa/commit/f47b11293e273d9a5a5238e5114c9a3a530ecf1b) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Delete variant + +- [#4051](https://github.com/medusajs/medusa/pull/4051) [`294576949`](https://github.com/medusajs/medusa/commit/294576949792f8c4dc2a8c1a03fdc9db73a8a00e) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): fix allow_backorder updates + +- [#4180](https://github.com/medusajs/medusa/pull/4180) [`5988fa8f4`](https://github.com/medusajs/medusa/commit/5988fa8f4ca1c5538e4b48cfe9b600bf43037998) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Omit purchasable variant prop on duplicate + +- [#4081](https://github.com/medusajs/medusa/pull/4081) [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types,medusa-js,admin-ui,medusa-react): add reservation table and creation + +- [#4178](https://github.com/medusajs/medusa/pull/4178) [`063d9b6d5`](https://github.com/medusajs/medusa/commit/063d9b6d5535e548356e8b47656371a8fbc54936) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): On duplicate product ensure order of variant options matches product options + +- Updated dependencies [[`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47)]: + - medusa-react@9.0.0 + ## 1.8.6 ### Patch Changes diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json index 2cb6036a7a..d473bb88ae 100644 --- a/packages/admin-ui/package.json +++ b/packages/admin-ui/package.json @@ -2,7 +2,7 @@ "name": "@medusajs/admin-ui", "author": "Kasper Kristensen ", "license": "MIT", - "version": "1.8.6", + "version": "1.8.7", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa.git", @@ -50,7 +50,7 @@ "copy-to-clipboard": "^3.3.1", "emoji-picker-react": "^4.4.3", "framer-motion": "^9.1.6", - "medusa-react": "8.0.0", + "medusa-react": "9.0.0", "moment": "^2.29.4", "pluralize": "^8.0.0", "postcss": "^8.4.21", @@ -80,8 +80,8 @@ "vite": "^4.1.4" }, "devDependencies": { - "@medusajs/medusa": "1.11.0", - "@medusajs/types": "1.8.6", + "@medusajs/medusa": "1.12.0", + "@medusajs/types": "1.8.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index 5851696cbe..704cdcf0e5 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,19 @@ # @medusajs/admin +## 6.0.0 + +### Patch Changes + +- [#4184](https://github.com/medusajs/medusa/pull/4184) [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(medusa,admin-ui): Add reservations FF + +- [#4163](https://github.com/medusajs/medusa/pull/4163) [`f47b11293`](https://github.com/medusajs/medusa/commit/f47b11293e273d9a5a5238e5114c9a3a530ecf1b) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Delete variant + +- [#4180](https://github.com/medusajs/medusa/pull/4180) [`5988fa8f4`](https://github.com/medusajs/medusa/commit/5988fa8f4ca1c5538e4b48cfe9b600bf43037998) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Omit purchasable variant prop on duplicate + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`9a46c11f2`](https://github.com/medusajs/medusa/commit/9a46c11f2acab1eba10c2cad6854c0a7f4a0ee13), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`f47b11293`](https://github.com/medusajs/medusa/commit/f47b11293e273d9a5a5238e5114c9a3a530ecf1b), [`294576949`](https://github.com/medusajs/medusa/commit/294576949792f8c4dc2a8c1a03fdc9db73a8a00e), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`5988fa8f4`](https://github.com/medusajs/medusa/commit/5988fa8f4ca1c5538e4b48cfe9b600bf43037998), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`063d9b6d5`](https://github.com/medusajs/medusa/commit/063d9b6d5535e548356e8b47656371a8fbc54936)]: + - @medusajs/medusa@1.12.0 + - @medusajs/admin-ui@1.8.7 + ## 5.0.0 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index b59af20407..2974acb5bd 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin", - "version": "5.0.0", + "version": "6.0.0", "bin": { "medusa-admin": "./bin/medusa-admin.js" }, @@ -26,7 +26,7 @@ "directory": "packages/admin" }, "dependencies": { - "@medusajs/admin-ui": "1.8.6", + "@medusajs/admin-ui": "1.8.7", "commander": "^10.0.0", "dotenv": "^16.0.3", "express": "^4.17.1", @@ -37,7 +37,7 @@ "ts-dedent": "^2.2.0" }, "peerDependencies": { - "@medusajs/medusa": "1.11.0" + "@medusajs/medusa": "1.12.0" }, "devDependencies": { "@types/express": "^4.17.13", diff --git a/packages/cache-inmemory/CHANGELOG.md b/packages/cache-inmemory/CHANGELOG.md index 71e1603c5b..7e32262695 100644 --- a/packages/cache-inmemory/CHANGELOG.md +++ b/packages/cache-inmemory/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/cache-inmemory +## 1.8.7 + +### Patch Changes + +- Updated dependencies [[`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145)]: + - @medusajs/modules-sdk@1.8.7 + ## 1.8.6 ### Patch Changes diff --git a/packages/cache-inmemory/package.json b/packages/cache-inmemory/package.json index b38b7b7ac5..ed594b1333 100644 --- a/packages/cache-inmemory/package.json +++ b/packages/cache-inmemory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cache-inmemory", - "version": "1.8.6", + "version": "1.8.7", "description": "In-memory Cache Module for Medusa", "main": "dist/index.js", "repository": { @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "cross-env": "^5.2.1", "jest": "^25.5.4", "ts-jest": "^25.5.1", @@ -30,6 +30,6 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/modules-sdk": "1.8.6" + "@medusajs/modules-sdk": "1.8.7" } } diff --git a/packages/cache-redis/CHANGELOG.md b/packages/cache-redis/CHANGELOG.md index 3e9df708e8..2e1ca9324e 100644 --- a/packages/cache-redis/CHANGELOG.md +++ b/packages/cache-redis/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/cache-redis +## 1.8.7 + +### Patch Changes + +- Updated dependencies [[`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145)]: + - @medusajs/modules-sdk@1.8.7 + ## 1.8.6 ### Patch Changes diff --git a/packages/cache-redis/package.json b/packages/cache-redis/package.json index cdf81e70c7..672076ba61 100644 --- a/packages/cache-redis/package.json +++ b/packages/cache-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cache-redis", - "version": "1.8.6", + "version": "1.8.7", "description": "Redis Cache Module for Medusa", "main": "dist/index.js", "repository": { @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "cross-env": "^5.2.1", "jest": "^25.5.4", "ts-jest": "^25.5.1", @@ -30,7 +30,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/modules-sdk": "1.8.6", + "@medusajs/modules-sdk": "1.8.7", "awilix": "^8.0.0", "ioredis": "^5.3.1" } diff --git a/packages/event-bus-local/CHANGELOG.md b/packages/event-bus-local/CHANGELOG.md index fdc5c857de..9bda21135e 100644 --- a/packages/event-bus-local/CHANGELOG.md +++ b/packages/event-bus-local/CHANGELOG.md @@ -1,5 +1,13 @@ # @medusajs/event-bus-local +## 1.9.4 + +### Patch Changes + +- Updated dependencies [[`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/utils@1.9.0 + - @medusajs/modules-sdk@1.8.7 + ## 1.9.3 ### Patch Changes diff --git a/packages/event-bus-local/package.json b/packages/event-bus-local/package.json index 5da920ecd8..d82831b87f 100644 --- a/packages/event-bus-local/package.json +++ b/packages/event-bus-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-local", - "version": "1.9.3", + "version": "1.9.4", "description": "Local Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "cross-env": "^5.2.1", "jest": "^25.5.2", "ts-jest": "^25.5.1", @@ -30,7 +30,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/modules-sdk": "1.8.6", - "@medusajs/utils": "1.8.5" + "@medusajs/modules-sdk": "1.8.7", + "@medusajs/utils": "1.9.0" } } diff --git a/packages/event-bus-redis/CHANGELOG.md b/packages/event-bus-redis/CHANGELOG.md index e4d162c777..ac8903f2c0 100644 --- a/packages/event-bus-redis/CHANGELOG.md +++ b/packages/event-bus-redis/CHANGELOG.md @@ -1,5 +1,13 @@ # @medusajs/event-bus-redis +## 1.8.7 + +### Patch Changes + +- Updated dependencies [[`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/utils@1.9.0 + - @medusajs/modules-sdk@1.8.7 + ## 1.8.6 ### Patch Changes diff --git a/packages/event-bus-redis/package.json b/packages/event-bus-redis/package.json index 9b918c8a27..2b7c7ed0b5 100644 --- a/packages/event-bus-redis/package.json +++ b/packages/event-bus-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-redis", - "version": "1.8.6", + "version": "1.8.7", "description": "Redis Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "cross-env": "^5.2.1", "jest": "^25.5.2", "medusa-test-utils": "^1.1.40", @@ -31,8 +31,8 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/modules-sdk": "1.8.6", - "@medusajs/utils": "1.8.5", + "@medusajs/modules-sdk": "1.8.7", + "@medusajs/utils": "1.9.0", "awilix": "^8.0.0", "bullmq": "^3.5.6", "ioredis": "^5.2.5" diff --git a/packages/generated/client-types/CHANGELOG.md b/packages/generated/client-types/CHANGELOG.md index 0cd542ed8b..602049e7bc 100644 --- a/packages/generated/client-types/CHANGELOG.md +++ b/packages/generated/client-types/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/client-types +## 0.2.3 + +### Patch Changes + +- [#4066](https://github.com/medusajs/medusa/pull/4066) [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types): add location_id filtering to list-location levels + +- [#3979](https://github.com/medusajs/medusa/pull/3979) [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(client-types, inventory, medusa, types): add additional filtering capabilities to list-reservations + +- [#4081](https://github.com/medusajs/medusa/pull/4081) [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types,medusa-js,admin-ui,medusa-react): add reservation table and creation + ## 0.2.2 ### Patch Changes diff --git a/packages/generated/client-types/package.json b/packages/generated/client-types/package.json index 64bf5385e0..9e3c2f85be 100644 --- a/packages/generated/client-types/package.json +++ b/packages/generated/client-types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/client-types", - "version": "0.2.2", + "version": "0.2.3", "description": "Client types for Medusa Commerce Rest API", "main": "dist/index.js", "files": [ @@ -24,7 +24,7 @@ "url": "https://github.com/medusajs/medusa/issues" }, "devDependencies": { - "@medusajs/medusa-oas-cli": "0.2.6", + "@medusajs/medusa-oas-cli": "0.2.7", "cross-env": "^7.0.3", "execa": "^5.1.1", "jest": "^27.4.7", diff --git a/packages/inventory/CHANGELOG.md b/packages/inventory/CHANGELOG.md index 9ad32634f5..5350ea4664 100644 --- a/packages/inventory/CHANGELOG.md +++ b/packages/inventory/CHANGELOG.md @@ -1,5 +1,23 @@ # @medusajs/inventory +## 1.9.0 + +### Minor Changes + +- [#4146](https://github.com/medusajs/medusa/pull/4146) [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b) Thanks [@fPolic](https://github.com/fPolic)! - chore(medusa, utils, inventory, stock-location): clear deps in the utils package + +### Patch Changes + +- [#4154](https://github.com/medusajs/medusa/pull/4154) [`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Feat(medusa,inventory): search inventory items based on title and description + +- [#3979](https://github.com/medusajs/medusa/pull/3979) [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(client-types, inventory, medusa, types): add additional filtering capabilities to list-reservations + +- [#4155](https://github.com/medusajs/medusa/pull/4155) [`5c01b4e6b`](https://github.com/medusajs/medusa/commit/5c01b4e6b66f2e6d6be12fc1e75940236ebbcb08) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(inventory): update revert migration + +- Updated dependencies [[`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/utils@1.9.0 + - @medusajs/modules-sdk@1.8.7 + ## 1.8.6 ### Patch Changes diff --git a/packages/inventory/package.json b/packages/inventory/package.json index 6ed59894ed..b9ae016933 100644 --- a/packages/inventory/package.json +++ b/packages/inventory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/inventory", - "version": "1.8.6", + "version": "1.9.0", "description": "Inventory Module for Medusa", "main": "dist/index.js", "repository": { @@ -17,15 +17,15 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "cross-env": "^5.2.1", "jest": "^25.5.4", "ts-jest": "^25.5.1", "typescript": "^4.4.4" }, "dependencies": { - "@medusajs/modules-sdk": "1.8.6", - "@medusajs/utils": "1.8.5", + "@medusajs/modules-sdk": "1.8.7", + "@medusajs/utils": "1.9.0", "awilix": "^8.0.0", "typeorm": "^0.3.16" }, diff --git a/packages/medusa-cli/CHANGELOG.md b/packages/medusa-cli/CHANGELOG.md index 46dec4c5dd..c1617294e6 100644 --- a/packages/medusa-cli/CHANGELOG.md +++ b/packages/medusa-cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.15 + +### Patch Changes + +- [#4026](https://github.com/medusajs/medusa/pull/4026) [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Remove sqlite support + +- Updated dependencies [[`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/utils@1.9.0 + ## 1.3.14 ### Patch Changes diff --git a/packages/medusa-cli/package.json b/packages/medusa-cli/package.json index 8d25888cfc..c2fac2f11b 100644 --- a/packages/medusa-cli/package.json +++ b/packages/medusa-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-cli", - "version": "1.3.14", + "version": "1.3.15", "description": "Command Line interface for Medusa Commerce", "main": "dist/index.js", "bin": { @@ -36,7 +36,7 @@ "jest": "^25.5.4" }, "dependencies": { - "@medusajs/utils": "1.8.5", + "@medusajs/utils": "1.9.0", "axios": "^0.21.4", "chalk": "^4.0.0", "configstore": "5.0.1", diff --git a/packages/medusa-file-local/CHANGELOG.md b/packages/medusa-file-local/CHANGELOG.md new file mode 100644 index 0000000000..8b6ebef51c --- /dev/null +++ b/packages/medusa-file-local/CHANGELOG.md @@ -0,0 +1,7 @@ +# @medusajs/file-local + +## 1.0.1 + +### Patch Changes + +- [#4118](https://github.com/medusajs/medusa/pull/4118) [`c4aae6b97`](https://github.com/medusajs/medusa/commit/c4aae6b976d1983e89a3a133d0a73f073fa65cdb) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(file-local): Add plugin for local file storage diff --git a/packages/medusa-file-local/package.json b/packages/medusa-file-local/package.json index e971e948d6..dcd7f0b07b 100644 --- a/packages/medusa-file-local/package.json +++ b/packages/medusa-file-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/file-local", - "version": "1.0.0", + "version": "1.0.1", "description": "Local file plugin for Medusa", "main": "dist/index.js", "files": [ @@ -14,7 +14,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "^1.10.1", + "@medusajs/medusa": "^1.12.0", "cross-env": "^5.2.1", "jest": "^25.5.4", "typescript": "^4.9.5" diff --git a/packages/medusa-file-minio/package.json b/packages/medusa-file-minio/package.json index d37c0f8887..f8022cfdc2 100644 --- a/packages/medusa-file-minio/package.json +++ b/packages/medusa-file-minio/package.json @@ -14,7 +14,7 @@ "author": "Edin Skeja", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "cross-env": "^5.2.1", "jest": "^25.5.4", "typescript": "^4.9.5" diff --git a/packages/medusa-file-s3/package.json b/packages/medusa-file-s3/package.json index 87d89458ad..175e7a5271 100644 --- a/packages/medusa-file-s3/package.json +++ b/packages/medusa-file-s3/package.json @@ -14,7 +14,7 @@ "author": "Sebastian Mateos Nicolajsen", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "cross-env": "^5.2.1", "jest": "^25.5.4", "medusa-interfaces": "^1.3.7", diff --git a/packages/medusa-fulfillment-webshipper/package.json b/packages/medusa-fulfillment-webshipper/package.json index ce4bf0ee34..05caedd213 100644 --- a/packages/medusa-fulfillment-webshipper/package.json +++ b/packages/medusa-fulfillment-webshipper/package.json @@ -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.11.0", + "@medusajs/medusa": "1.12.0", "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.4", diff --git a/packages/medusa-js/CHANGELOG.md b/packages/medusa-js/CHANGELOG.md index f7cf452c36..989435205b 100644 --- a/packages/medusa-js/CHANGELOG.md +++ b/packages/medusa-js/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 6.0.0 + +### Patch Changes + +- [#4081](https://github.com/medusajs/medusa/pull/4081) [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types,medusa-js,admin-ui,medusa-react): add reservation table and creation + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b)]: + - @medusajs/medusa@1.12.0 + ## 5.0.0 ### Patch Changes diff --git a/packages/medusa-js/package.json b/packages/medusa-js/package.json index 23a2521b92..528a1414e4 100644 --- a/packages/medusa-js/package.json +++ b/packages/medusa-js/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-js", - "version": "5.0.0", + "version": "6.0.0", "description": "Client for Medusa Commerce Rest API", "main": "dist/index.js", "module": "dist/index.mjs", @@ -32,7 +32,7 @@ "uuid": "^9.0.0" }, "peerDependencies": { - "@medusajs/medusa": "1.11.0" + "@medusajs/medusa": "1.12.0" }, "repository": { "type": "git", @@ -43,7 +43,7 @@ "url": "https://github.com/medusajs/medusa/issues" }, "devDependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "@types/uuid": "^9.0.0", "cross-env": "^7.0.3", "jest": "^27.4.7", diff --git a/packages/medusa-payment-paypal/CHANGELOG.md b/packages/medusa-payment-paypal/CHANGELOG.md index 7d1fc9c889..d40590aade 100644 --- a/packages/medusa-payment-paypal/CHANGELOG.md +++ b/packages/medusa-payment-paypal/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 6.0.0 + +### Patch Changes + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b)]: + - @medusajs/medusa@1.12.0 + ## 5.0.0 ### Patch Changes diff --git a/packages/medusa-payment-paypal/package.json b/packages/medusa-payment-paypal/package.json index 825658fc71..5302ac3b64 100644 --- a/packages/medusa-payment-paypal/package.json +++ b/packages/medusa-payment-paypal/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-paypal", - "version": "5.0.0", + "version": "6.0.0", "description": "Paypal Payment provider for Medusa Commerce", "main": "dist/index.js", "repository": { @@ -20,14 +20,14 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "@types/stripe": "^8.0.417", "cross-env": "^5.2.1", "jest": "^25.5.4", "typescript": "^4.4.4" }, "peerDependencies": { - "@medusajs/medusa": "1.11.0" + "@medusajs/medusa": "1.12.0" }, "dependencies": { "@paypal/checkout-server-sdk": "^1.0.3", diff --git a/packages/medusa-payment-stripe/CHANGELOG.md b/packages/medusa-payment-stripe/CHANGELOG.md index cbf24b91bc..ff84214f8d 100644 --- a/packages/medusa-payment-stripe/CHANGELOG.md +++ b/packages/medusa-payment-stripe/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 6.0.0 + +### Patch Changes + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b)]: + - @medusajs/medusa@1.12.0 + ## 5.0.0 ### Patch Changes diff --git a/packages/medusa-payment-stripe/package.json b/packages/medusa-payment-stripe/package.json index 4af0a4f384..64fa59a48d 100644 --- a/packages/medusa-payment-stripe/package.json +++ b/packages/medusa-payment-stripe/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-stripe", - "version": "5.0.0", + "version": "6.0.0", "description": "Stripe Payment provider for Meduas Commerce", "main": "dist/index.js", "repository": { @@ -20,14 +20,14 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "@types/stripe": "^8.0.417", "cross-env": "^5.2.1", "jest": "^25.5.4", "typescript": "^4.9.5" }, "peerDependencies": { - "@medusajs/medusa": "1.11.0" + "@medusajs/medusa": "1.12.0" }, "dependencies": { "body-parser": "^1.19.0", diff --git a/packages/medusa-plugin-algolia/CHANGELOG.md b/packages/medusa-plugin-algolia/CHANGELOG.md index 6fa19d9a16..133973bc57 100644 --- a/packages/medusa-plugin-algolia/CHANGELOG.md +++ b/packages/medusa-plugin-algolia/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.2.17 + +### Patch Changes + +- Updated dependencies [[`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/utils@1.9.0 + - @medusajs/modules-sdk@1.8.7 + ## 0.2.16 ### Patch Changes diff --git a/packages/medusa-plugin-algolia/package.json b/packages/medusa-plugin-algolia/package.json index 810fabc258..b5e1c40730 100644 --- a/packages/medusa-plugin-algolia/package.json +++ b/packages/medusa-plugin-algolia/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-algolia", - "version": "0.2.16", + "version": "0.2.17", "description": "Algolia search plugin for Medusa", "repository": { "type": "git", @@ -19,12 +19,12 @@ "watch": "tsc --watch" }, "dependencies": { - "@medusajs/modules-sdk": "1.8.6", - "@medusajs/utils": "1.8.5", + "@medusajs/modules-sdk": "1.8.7", + "@medusajs/utils": "1.9.0", "algoliasearch": "^4.15.0" }, "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.4", diff --git a/packages/medusa-plugin-contentful/CHANGELOG.md b/packages/medusa-plugin-contentful/CHANGELOG.md index 2802e84d14..4b9c81496d 100644 --- a/packages/medusa-plugin-contentful/CHANGELOG.md +++ b/packages/medusa-plugin-contentful/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.2.9 + +### Patch Changes + +- [#3991](https://github.com/medusajs/medusa/pull/3991) [`eba21d9c5`](https://github.com/medusajs/medusa/commit/eba21d9c5f5fac292013cf1c39ead1d5523414d6) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa-plugin-contentful): include sku from inventory module when syncing variants and products + +- [#4026](https://github.com/medusajs/medusa/pull/4026) [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Remove sqlite support + ## 1.2.8 ### Patch Changes diff --git a/packages/medusa-plugin-contentful/package.json b/packages/medusa-plugin-contentful/package.json index 16c23a2536..e00200602e 100644 --- a/packages/medusa-plugin-contentful/package.json +++ b/packages/medusa-plugin-contentful/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-contentful", - "version": "1.2.8", + "version": "1.2.9", "description": "Contentful plugin for Medusa Commerce", "main": "index.js", "repository": { diff --git a/packages/medusa-plugin-mailchimp/CHANGELOG.md b/packages/medusa-plugin-mailchimp/CHANGELOG.md index 8fe88fffee..c74137e754 100644 --- a/packages/medusa-plugin-mailchimp/CHANGELOG.md +++ b/packages/medusa-plugin-mailchimp/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.49 + +### Patch Changes + +- [#4040](https://github.com/medusajs/medusa/pull/4040) [`ddc90db53`](https://github.com/medusajs/medusa/commit/ddc90db5302286afa27282b38b28961ee0edf9e8) Thanks [@tomekpur](https://github.com/tomekpur)! - feat(medusa-plugin-mailchimp): Added PUT method for the /mailchimp/subscribe endpoint. + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b)]: + - @medusajs/medusa@1.12.0 + ## 1.1.48 ### Patch Changes diff --git a/packages/medusa-plugin-mailchimp/package.json b/packages/medusa-plugin-mailchimp/package.json index 2fb02adebb..5bc0119bef 100644 --- a/packages/medusa-plugin-mailchimp/package.json +++ b/packages/medusa-plugin-mailchimp/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-mailchimp", - "version": "1.1.48", + "version": "1.1.49", "description": "Mailchimp newsletter subscriptions", "main": "index.js", "repository": { @@ -11,7 +11,7 @@ "author": "Oliver Juhl, Tomek Pur", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "1.10.0", + "@medusajs/medusa": "1.12.0", "@types/express": "^4.17.17", "client-sessions": "^0.8.0", "cross-env": "^5.2.1", @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "peerDependencies": { - "@medusajs/medusa": "1.10.0" + "@medusajs/medusa": "1.12.0" }, "dependencies": { "body-parser": "^1.19.0", diff --git a/packages/medusa-plugin-meilisearch/CHANGELOG.md b/packages/medusa-plugin-meilisearch/CHANGELOG.md index 44b7e930a0..510dcf9dd6 100644 --- a/packages/medusa-plugin-meilisearch/CHANGELOG.md +++ b/packages/medusa-plugin-meilisearch/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.0.6 + +### Patch Changes + +- Updated dependencies [[`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/utils@1.9.0 + ## 2.0.5 ### Patch Changes diff --git a/packages/medusa-plugin-meilisearch/package.json b/packages/medusa-plugin-meilisearch/package.json index f718b87fdf..74ef7f778f 100644 --- a/packages/medusa-plugin-meilisearch/package.json +++ b/packages/medusa-plugin-meilisearch/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-meilisearch", - "version": "2.0.5", + "version": "2.0.6", "description": "Meilisearch search plugin for Medusa", "repository": { "type": "git", @@ -19,14 +19,14 @@ "watch": "tsc --watch" }, "dependencies": { - "@medusajs/utils": "1.8.5", + "@medusajs/utils": "1.9.0", "body-parser": "^1.19.0", "lodash": "^4.17.21", "meilisearch": "^0.32.3" }, "devDependencies": { - "@medusajs/medusa": "1.11.0", - "@medusajs/types": "1.8.6", + "@medusajs/medusa": "1.12.0", + "@medusajs/types": "1.8.7", "cross-env": "^5.2.1", "jest": "^25.5.4", "typescript": "^4.9.5" diff --git a/packages/medusa-plugin-restock-notification/CHANGELOG.md b/packages/medusa-plugin-restock-notification/CHANGELOG.md index 91a5ff132e..529dbe8c57 100644 --- a/packages/medusa-plugin-restock-notification/CHANGELOG.md +++ b/packages/medusa-plugin-restock-notification/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 7.0.0 + +### Patch Changes + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b)]: + - @medusajs/medusa@1.12.0 + ## 6.0.0 ### Patch Changes diff --git a/packages/medusa-plugin-restock-notification/package.json b/packages/medusa-plugin-restock-notification/package.json index d1e1b68a49..5d20f29757 100644 --- a/packages/medusa-plugin-restock-notification/package.json +++ b/packages/medusa-plugin-restock-notification/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-restock-notification", - "version": "6.0.0", + "version": "7.0.0", "main": "index.js", "repository": { "type": "git", @@ -29,7 +29,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "medusa-interfaces": "1.3.7" }, "dependencies": { diff --git a/packages/medusa-react/CHANGELOG.md b/packages/medusa-react/CHANGELOG.md index c8c04e9b3e..51724a1d3a 100644 --- a/packages/medusa-react/CHANGELOG.md +++ b/packages/medusa-react/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 9.0.0 + +### Patch Changes + +- [#4081](https://github.com/medusajs/medusa/pull/4081) [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types,medusa-js,admin-ui,medusa-react): add reservation table and creation + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b)]: + - @medusajs/medusa@1.12.0 + - @medusajs/medusa-js@6.0.0 + ## 8.0.0 ### Patch Changes diff --git a/packages/medusa-react/package.json b/packages/medusa-react/package.json index 22f545e3af..3e8584f563 100644 --- a/packages/medusa-react/package.json +++ b/packages/medusa-react/package.json @@ -1,5 +1,5 @@ { - "version": "8.0.0", + "version": "9.0.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", @@ -25,7 +25,7 @@ "test": "echo \"Tests disabled temporarily\"" }, "peerDependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "@tanstack/react-query": "^4.22.0", "react": "^16.8 || ^17.0 || ^18.0", "react-dom": "^16.8 || ^17.0 || ^18.0" @@ -34,7 +34,7 @@ "author": "Zakaria S. El Asri", "devDependencies": { "@babel/core": "^7.16.0", - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", "@storybook/addons": "^6.3.12", @@ -61,7 +61,7 @@ "tsup": "^6.5.0" }, "dependencies": { - "@medusajs/medusa-js": "5.0.0" + "@medusajs/medusa-js": "6.0.0" }, "msw": { "workerDirectory": "public" diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 7989acfd50..c3c3eca895 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,47 @@ # Change Log +## 1.12.0 + +### Minor Changes + +- [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(medusa): Minor bump + +### Patch Changes + +- [#4154](https://github.com/medusajs/medusa/pull/4154) [`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Feat(medusa,inventory): search inventory items based on title and description + +- [#4066](https://github.com/medusajs/medusa/pull/4066) [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types): add location_id filtering to list-location levels + +- [#4071](https://github.com/medusajs/medusa/pull/4071) [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feaet(medusa): add description to reservation default fields + +- [#4184](https://github.com/medusajs/medusa/pull/4184) [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(medusa,admin-ui): Add reservations FF + +- [#3703](https://github.com/medusajs/medusa/pull/3703) [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Improve prices flow + +- [#4174](https://github.com/medusajs/medusa/pull/4174) [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa): fix CSV parsing issues by downgrading the version of the parsing library + +- [#3956](https://github.com/medusajs/medusa/pull/3956) [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07) Thanks [@dwene](https://github.com/dwene)! - fix(medusa): migrations cli should look for migrations in plugin dist folder + +- [#4189](https://github.com/medusajs/medusa/pull/4189) [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Upserting tax rates + +- [#4094](https://github.com/medusajs/medusa/pull/4094) [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875) Thanks [@juanzgc](https://github.com/juanzgc)! - feat(plugins): Pass Config Modules to plugin + +- [#3979](https://github.com/medusajs/medusa/pull/3979) [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(client-types, inventory, medusa, types): add additional filtering capabilities to list-reservations + +- [#4081](https://github.com/medusajs/medusa/pull/4081) [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,client-types,medusa-js,admin-ui,medusa-react): add reservation table and creation + +- [#4026](https://github.com/medusajs/medusa/pull/4026) [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Remove sqlite support + +- [#4130](https://github.com/medusajs/medusa/pull/4130) [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Revert pricing service setVariantPrices API + +- [#4146](https://github.com/medusajs/medusa/pull/4146) [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b) Thanks [@fPolic](https://github.com/fPolic)! - chore(medusa, utils, inventory, stock-location): clear deps in the utils package + +- Updated dependencies [[`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/types@1.8.7 + - @medusajs/medusa-cli@1.3.15 + - @medusajs/utils@1.9.0 + - @medusajs/modules-sdk@1.8.7 + ## 1.11.0 ### Minor Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index bb7c9178d7..c23cb8a35b 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.11.0", + "version": "1.12.0", "description": "Building blocks for digital commerce", "main": "dist/index.js", "bin": "./cli.js", @@ -19,7 +19,7 @@ "author": "Sebastian Rindom", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "@types/express": "^4.17.17", "@types/jsonwebtoken": "^8.5.9", "@types/multer": "^1.4.7", @@ -39,14 +39,14 @@ "test": "jest" }, "peerDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "medusa-interfaces": "1.3.7", "typeorm": "*" }, "dependencies": { - "@medusajs/medusa-cli": "1.3.14", - "@medusajs/modules-sdk": "1.8.6", - "@medusajs/utils": "1.8.5", + "@medusajs/medusa-cli": "1.3.15", + "@medusajs/modules-sdk": "1.8.7", + "@medusajs/utils": "1.9.0", "@types/ioredis": "^4.28.10", "@types/lodash": "^4.14.191", "awilix": "^8.0.0", diff --git a/packages/modules-sdk/CHANGELOG.md b/packages/modules-sdk/CHANGELOG.md index 45b6ea8b31..d527feab27 100644 --- a/packages/modules-sdk/CHANGELOG.md +++ b/packages/modules-sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/modules-sdk +## 1.8.7 + +### Patch Changes + +- [#4065](https://github.com/medusajs/medusa/pull/4065) [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore: module as singleton instances + +- Updated dependencies [[`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/types@1.8.7 + - @medusajs/utils@1.9.0 + ## 1.8.6 ### Patch Changes diff --git a/packages/modules-sdk/package.json b/packages/modules-sdk/package.json index 276e3a2eec..18678f2b27 100644 --- a/packages/modules-sdk/package.json +++ b/packages/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "1.8.6", + "version": "1.8.7", "description": "SDK for medusa modules", "main": "dist/index.js", "repository": { @@ -23,8 +23,8 @@ "typescript": "^4.4.4" }, "dependencies": { - "@medusajs/types": "1.8.6", - "@medusajs/utils": "1.8.5", + "@medusajs/types": "1.8.7", + "@medusajs/utils": "1.9.0", "awilix": "^8.0.0", "glob": "7.1.6", "medusa-telemetry": "^0.0.16", diff --git a/packages/oas/medusa-oas-cli/CHANGELOG.md b/packages/oas/medusa-oas-cli/CHANGELOG.md index a8cdbedecb..2601fa2d75 100644 --- a/packages/oas/medusa-oas-cli/CHANGELOG.md +++ b/packages/oas/medusa-oas-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/oas-cli +## 0.2.7 + +### Patch Changes + +- Updated dependencies [[`0a35f21af`](https://github.com/medusajs/medusa/commit/0a35f21af7ac8b6cdc1af12a403e95f9bf6142fe), [`4fb443c0e`](https://github.com/medusajs/medusa/commit/4fb443c0ea38bde3148bce059c0ee3b91dfff3d4), [`0476f5251`](https://github.com/medusajs/medusa/commit/0476f52519237c622b37d29de0718f9774b6add7), [`0f87d3d64`](https://github.com/medusajs/medusa/commit/0f87d3d642b56bf19de8136e1f5bfedf364c5193), [`ed382f2ee`](https://github.com/medusajs/medusa/commit/ed382f2ee510cbf96164991efa7ff75e3ce659ff), [`92f01cefb`](https://github.com/medusajs/medusa/commit/92f01cefbc4a190defce425fb237d2d68728fa9a), [`e3cfbcd4a`](https://github.com/medusajs/medusa/commit/e3cfbcd4a78073c63ecd9829bc531e50d3944f07), [`6998666c6`](https://github.com/medusajs/medusa/commit/6998666c6edd6617ca61a8d39c26435bad1273e3), [`81eeaa329`](https://github.com/medusajs/medusa/commit/81eeaa32942b1a7148126a7218ceb168ce8d6cac), [`e2d29d35c`](https://github.com/medusajs/medusa/commit/e2d29d35c4c477bc9b4a3ddce1279276fd072875), [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`4f3c8f5d7`](https://github.com/medusajs/medusa/commit/4f3c8f5d70b5ae4a11e9d4a2fea4a8410b2daf47), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`bf18bd0c8`](https://github.com/medusajs/medusa/commit/bf18bd0c8a284dd0042d4c54d84acb2e7c10edd3), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b)]: + - @medusajs/medusa@1.12.0 + ## 0.2.6 ### Patch Changes diff --git a/packages/oas/medusa-oas-cli/package.json b/packages/oas/medusa-oas-cli/package.json index 6f4c767401..e00777e423 100644 --- a/packages/oas/medusa-oas-cli/package.json +++ b/packages/oas/medusa-oas-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-oas-cli", - "version": "0.2.6", + "version": "0.2.7", "description": "OAS CLI", "main": "dist/index.js", "bin": { @@ -35,7 +35,7 @@ "test": "NODE_OPTIONS='--unhandled-rejections=strict' jest src" }, "dependencies": { - "@medusajs/medusa": "1.11.0", + "@medusajs/medusa": "1.12.0", "@medusajs/openapi-typescript-codegen": "0.2.1", "@readme/json-schema-ref-parser": "^1.2.0", "@readme/openapi-parser": "^2.4.0", diff --git a/packages/oas/oas-github-ci/CHANGELOG.md b/packages/oas/oas-github-ci/CHANGELOG.md index bd15732ab6..3aff47b568 100644 --- a/packages/oas/oas-github-ci/CHANGELOG.md +++ b/packages/oas/oas-github-ci/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/oas-github-ci +## 1.0.7 + +### Patch Changes + +- Updated dependencies []: + - @medusajs/medusa-oas-cli@0.2.7 + ## 1.0.6 ### Patch Changes diff --git a/packages/oas/oas-github-ci/package.json b/packages/oas/oas-github-ci/package.json index 258c40a488..ba98c9101e 100644 --- a/packages/oas/oas-github-ci/package.json +++ b/packages/oas/oas-github-ci/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/oas-github-ci", - "version": "1.0.6", + "version": "1.0.7", "description": "OAS Github CI", "main": "scripts/build-openapi.js", "files": [ @@ -21,7 +21,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/medusa-oas-cli": "0.2.6", + "@medusajs/medusa-oas-cli": "0.2.7", "execa": "^5.1.1" } } diff --git a/packages/stock-location/CHANGELOG.md b/packages/stock-location/CHANGELOG.md index bc8ee08734..679d08e5a9 100644 --- a/packages/stock-location/CHANGELOG.md +++ b/packages/stock-location/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/stock-location +## 1.9.0 + +### Minor Changes + +- [#4146](https://github.com/medusajs/medusa/pull/4146) [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b) Thanks [@fPolic](https://github.com/fPolic)! - chore(medusa, utils, inventory, stock-location): clear deps in the utils package + +### Patch Changes + +- Updated dependencies [[`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]: + - @medusajs/utils@1.9.0 + - @medusajs/modules-sdk@1.8.7 + ## 1.8.6 ### Patch Changes diff --git a/packages/stock-location/package.json b/packages/stock-location/package.json index 62ac0b7851..622a725db1 100644 --- a/packages/stock-location/package.json +++ b/packages/stock-location/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/stock-location", - "version": "1.8.6", + "version": "1.9.0", "description": "Stock Location Module for Medusa", "main": "dist/index.js", "repository": { @@ -17,15 +17,15 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "cross-env": "^5.2.1", "jest": "^25.5.4", "ts-jest": "^25.5.1", "typescript": "^4.4.4" }, "dependencies": { - "@medusajs/modules-sdk": "1.8.6", - "@medusajs/utils": "1.8.5", + "@medusajs/modules-sdk": "1.8.7", + "@medusajs/utils": "1.9.0", "awilix": "^8.0.0", "typeorm": "^0.3.16" }, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index b72f19ddaa..d7beeb9301 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/types +## 1.8.7 + +### Patch Changes + +- [#3979](https://github.com/medusajs/medusa/pull/3979) [`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(client-types, inventory, medusa, types): add additional filtering capabilities to list-reservations + ## 1.8.6 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 5195e6799b..174b464620 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.8.6", + "version": "1.8.7", "description": "Medusa Types definition", "main": "dist/index.js", "repository": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d0c3e1098a..9155fa5622 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/utils +## 1.9.0 + +### Minor Changes + +- [#4146](https://github.com/medusajs/medusa/pull/4146) [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b) Thanks [@fPolic](https://github.com/fPolic)! - chore(medusa, utils, inventory, stock-location): clear deps in the utils package + +### Patch Changes + +- [#4026](https://github.com/medusajs/medusa/pull/4026) [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Remove sqlite support + +- [#4148](https://github.com/medusajs/medusa/pull/4148) [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa): Align build query utils + ## 1.8.5 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index dff64c2cd0..466866e81a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.8.5", + "version": "1.9.0", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "repository": { @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "1.8.6", + "@medusajs/types": "1.8.7", "@types/express": "^4.17.17", "cross-env": "^5.2.1", "jest": "^25.5.4",