From 65e97c2c536293b85e89e886194753569012a731 Mon Sep 17 00:00:00 2001 From: olivermrbl Date: Tue, 31 Aug 2021 16:08:14 +0200 Subject: [PATCH] chore(release): Publish - medusa-payment-manual@1.0.3 - medusa-plugin-brightpearl@1.1.29 - medusa-plugin-restock-notification@0.0.17 - medusa-plugin-wishlist@1.1.24 - @medusajs/medusa@1.1.39 --- packages/medusa-payment-manual/CHANGELOG.md | 11 +++++++++++ packages/medusa-payment-manual/package.json | 4 ++-- packages/medusa-plugin-brightpearl/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-brightpearl/package.json | 4 ++-- .../CHANGELOG.md | 8 ++++++++ .../package.json | 4 ++-- packages/medusa-plugin-wishlist/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-wishlist/package.json | 4 ++-- packages/medusa/CHANGELOG.md | 16 ++++++++++++++++ packages/medusa/package.json | 4 ++-- 10 files changed, 67 insertions(+), 10 deletions(-) diff --git a/packages/medusa-payment-manual/CHANGELOG.md b/packages/medusa-payment-manual/CHANGELOG.md index 4c3a3d0481..af9295ee1e 100644 --- a/packages/medusa-payment-manual/CHANGELOG.md +++ b/packages/medusa-payment-manual/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/medusajs/medusa/compare/medusa-payment-manual@1.0.2...medusa-payment-manual@1.0.3) (2021-08-31) + + +### Features + +* Update to API references look and feel ([#343](https://github.com/medusajs/medusa/issues/343)) ([143f06a](https://github.com/medusajs/medusa/commit/143f06aa397dcc16991405a6143c22eaa0e3ffd9)) + + + + + ## [1.0.2](https://github.com/medusajs/medusa/compare/medusa-payment-manual@1.0.1...medusa-payment-manual@1.0.2) (2021-08-05) **Note:** Version bump only for package medusa-payment-manual diff --git a/packages/medusa-payment-manual/package.json b/packages/medusa-payment-manual/package.json index 3c834d8776..eb92d9b4e1 100644 --- a/packages/medusa-payment-manual/package.json +++ b/packages/medusa-payment-manual/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-manual", - "version": "1.0.2", + "version": "1.0.3", "description": "A dummy payment provider to be used for testing or manual payments", "main": "index.js", "repository": { @@ -36,5 +36,5 @@ "peerDependencies": { "medusa-interfaces": "1.x" }, - "gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f" + "gitHead": "cb44b73a4ec0319c77058816022367183f28857c" } diff --git a/packages/medusa-plugin-brightpearl/CHANGELOG.md b/packages/medusa-plugin-brightpearl/CHANGELOG.md index 92f4abc913..3dd4b3503d 100644 --- a/packages/medusa-plugin-brightpearl/CHANGELOG.md +++ b/packages/medusa-plugin-brightpearl/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.29](https://github.com/medusajs/medusa/compare/medusa-plugin-brightpearl@1.1.28...medusa-plugin-brightpearl@1.1.29) (2021-08-31) + + +### Bug Fixes + +* account for non-division currencies in sales credit ([#342](https://github.com/medusajs/medusa/issues/342)) ([bd1e115](https://github.com/medusajs/medusa/commit/bd1e115696cf020a29bbfe07e5e85a3e0314bf78)) + + + + + ## [1.1.28](https://github.com/medusajs/medusa/compare/medusa-plugin-brightpearl@1.1.27...medusa-plugin-brightpearl@1.1.28) (2021-08-05) **Note:** Version bump only for package medusa-plugin-brightpearl diff --git a/packages/medusa-plugin-brightpearl/package.json b/packages/medusa-plugin-brightpearl/package.json index 14d6761bc1..e290d68d5a 100644 --- a/packages/medusa-plugin-brightpearl/package.json +++ b/packages/medusa-plugin-brightpearl/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-brightpearl", - "version": "1.1.28", + "version": "1.1.29", "description": "Brightpearl plugin for Medusa Commerce", "main": "index.js", "repository": { @@ -47,5 +47,5 @@ "medusa-core-utils": "^1.1.20", "randomatic": "^3.1.1" }, - "gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f" + "gitHead": "cb44b73a4ec0319c77058816022367183f28857c" } diff --git a/packages/medusa-plugin-restock-notification/CHANGELOG.md b/packages/medusa-plugin-restock-notification/CHANGELOG.md index c3a0c8d5d2..ed2601da73 100644 --- a/packages/medusa-plugin-restock-notification/CHANGELOG.md +++ b/packages/medusa-plugin-restock-notification/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.17](https://github.com/medusajs/medusa/compare/medusa-plugin-restock-notification@0.0.16...medusa-plugin-restock-notification@0.0.17) (2021-08-31) + +**Note:** Version bump only for package medusa-plugin-restock-notification + + + + + ## [0.0.16](https://github.com/medusajs/medusa/compare/medusa-plugin-restock-notification@0.0.15...medusa-plugin-restock-notification@0.0.16) (2021-08-05) **Note:** Version bump only for package medusa-plugin-restock-notification diff --git a/packages/medusa-plugin-restock-notification/package.json b/packages/medusa-plugin-restock-notification/package.json index b4363e6928..2004d857f2 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": "0.0.16", + "version": "0.0.17", "main": "index.js", "repository": { "type": "git", @@ -38,5 +38,5 @@ "express": "^4.17.1", "medusa-core-utils": "^1.1.20" }, - "gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f" + "gitHead": "cb44b73a4ec0319c77058816022367183f28857c" } diff --git a/packages/medusa-plugin-wishlist/CHANGELOG.md b/packages/medusa-plugin-wishlist/CHANGELOG.md index f079e50b64..49003ab7b9 100644 --- a/packages/medusa-plugin-wishlist/CHANGELOG.md +++ b/packages/medusa-plugin-wishlist/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.24](https://github.com/medusajs/medusa/compare/medusa-plugin-wishlist@1.1.23...medusa-plugin-wishlist@1.1.24) (2021-08-31) + + +### Bug Fixes + +* 404 ([b1132ee](https://github.com/medusajs/medusa/commit/b1132eec23514a6e7a22fe6653f4a4b4fde0e83f)) + + + + + ## [1.1.23](https://github.com/medusajs/medusa/compare/medusa-plugin-wishlist@1.1.22...medusa-plugin-wishlist@1.1.23) (2021-08-05) **Note:** Version bump only for package medusa-plugin-wishlist diff --git a/packages/medusa-plugin-wishlist/package.json b/packages/medusa-plugin-wishlist/package.json index 88d1e569a2..10203c5e3d 100644 --- a/packages/medusa-plugin-wishlist/package.json +++ b/packages/medusa-plugin-wishlist/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-wishlist", - "version": "1.1.23", + "version": "1.1.24", "description": "Provides /customers/:id/wishlist to add items to a customr's wishlist", "main": "index.js", "repository": { @@ -41,5 +41,5 @@ "medusa-core-utils": "^1.1.20", "medusa-test-utils": "^1.1.23" }, - "gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f" + "gitHead": "cb44b73a4ec0319c77058816022367183f28857c" } diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 08b477af2b..0ffeb0e49c 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.39](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.1.38...@medusajs/medusa@1.1.39) (2021-08-31) + + +### Bug Fixes + +* Account for non-discountable items in getRefundTotal ([#347](https://github.com/medusajs/medusa/issues/347)) ([fd14e24](https://github.com/medusajs/medusa/commit/fd14e243daf2724ce91aaf85c29806f22f3b6623)) + + +### Features + +* creates support for swaps on the storefront ([#355](https://github.com/medusajs/medusa/issues/355)) ([ae82cfc](https://github.com/medusajs/medusa/commit/ae82cfc70a94655ff03fcf1d9b8596f14e8c2840)) + + + + + ## [1.1.38](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.1.37...@medusajs/medusa@1.1.38) (2021-08-17) diff --git a/packages/medusa/package.json b/packages/medusa/package.json index 76576c6ae6..3e19c333c9 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.1.38", + "version": "1.1.39", "description": "E-commerce for JAMstack", "main": "dist/index.js", "bin": { @@ -86,5 +86,5 @@ "uuid": "^8.3.1", "winston": "^3.2.1" }, - "gitHead": "cfe19f7f9d3bb17425348362b148a0b4b7a649ef" + "gitHead": "cb44b73a4ec0319c77058816022367183f28857c" }