From cd39798b4b7c4932ea8e684eab9c584eb2c1d08c Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Wed, 9 Sep 2020 09:24:51 +0200 Subject: [PATCH] chore(release): Publish --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/medusa-cli/CHANGELOG.md | 12 ++++++++++++ packages/medusa-cli/package-lock.json | 2 +- packages/medusa-cli/package.json | 2 +- packages/medusa-core-utils/CHANGELOG.md | 11 +++++++++++ packages/medusa-core-utils/package.json | 2 +- packages/medusa-file-spaces/CHANGELOG.md | 11 +++++++++++ packages/medusa-file-spaces/package.json | 6 +++--- packages/medusa-fulfillment-manual/CHANGELOG.md | 11 +++++++++++ packages/medusa-fulfillment-manual/package.json | 4 ++-- packages/medusa-interfaces/CHANGELOG.md | 11 +++++++++++ packages/medusa-interfaces/package.json | 4 ++-- packages/medusa-payment-adyen/CHANGELOG.md | 11 +++++++++++ packages/medusa-payment-adyen/package.json | 4 ++-- packages/medusa-payment-klarna/CHANGELOG.md | 11 +++++++++++ packages/medusa-payment-klarna/package.json | 6 +++--- packages/medusa-payment-stripe/CHANGELOG.md | 11 +++++++++++ packages/medusa-payment-stripe/package.json | 6 +++--- packages/medusa-plugin-brightpearl/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-brightpearl/package.json | 6 +++--- packages/medusa-plugin-contentful/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-contentful/package.json | 6 +++--- packages/medusa-plugin-economic/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-economic/package-lock.json | 2 +- packages/medusa-plugin-economic/package.json | 6 +++--- packages/medusa-plugin-ip-lookup/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-ip-lookup/package.json | 2 +- packages/medusa-plugin-permissions/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-permissions/package.json | 6 +++--- packages/medusa-plugin-segment/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-segment/package.json | 6 +++--- packages/medusa-plugin-sendgrid/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-sendgrid/package.json | 6 +++--- .../medusa-plugin-slack-notification/CHANGELOG.md | 11 +++++++++++ .../package-lock.json | 2 +- .../medusa-plugin-slack-notification/package.json | 6 +++--- packages/medusa-plugin-wishlist/CHANGELOG.md | 11 +++++++++++ packages/medusa-plugin-wishlist/package.json | 6 +++--- packages/medusa-test-utils/CHANGELOG.md | 11 +++++++++++ packages/medusa-test-utils/package.json | 4 ++-- packages/medusa/CHANGELOG.md | 11 +++++++++++ packages/medusa/package.json | 6 +++--- 43 files changed, 273 insertions(+), 51 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 packages/medusa-cli/CHANGELOG.md create mode 100644 packages/medusa-core-utils/CHANGELOG.md create mode 100644 packages/medusa-file-spaces/CHANGELOG.md create mode 100644 packages/medusa-fulfillment-manual/CHANGELOG.md create mode 100644 packages/medusa-interfaces/CHANGELOG.md create mode 100644 packages/medusa-payment-adyen/CHANGELOG.md create mode 100644 packages/medusa-payment-klarna/CHANGELOG.md create mode 100644 packages/medusa-payment-stripe/CHANGELOG.md create mode 100644 packages/medusa-plugin-brightpearl/CHANGELOG.md create mode 100644 packages/medusa-plugin-contentful/CHANGELOG.md create mode 100644 packages/medusa-plugin-economic/CHANGELOG.md create mode 100644 packages/medusa-plugin-ip-lookup/CHANGELOG.md create mode 100644 packages/medusa-plugin-permissions/CHANGELOG.md create mode 100644 packages/medusa-plugin-segment/CHANGELOG.md create mode 100644 packages/medusa-plugin-sendgrid/CHANGELOG.md create mode 100644 packages/medusa-plugin-slack-notification/CHANGELOG.md create mode 100644 packages/medusa-plugin-wishlist/CHANGELOG.md create mode 100644 packages/medusa-test-utils/CHANGELOG.md create mode 100644 packages/medusa/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..2015bf8a11 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* ignore files ([eca1e00](https://github.com/medusajs/medusa/commit/eca1e006a77472c9402cd85bb879f08134af200b)) +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/lerna.json b/lerna.json index 7f55fcefb2..13d6003e79 100644 --- a/lerna.json +++ b/lerna.json @@ -18,5 +18,5 @@ "**/__mocks__/**", "**/__testfixtures__/**" ], - "version": "1.0.9" + "version": "1.0.10" } diff --git a/packages/medusa-cli/CHANGELOG.md b/packages/medusa-cli/CHANGELOG.md new file mode 100644 index 0000000000..2015bf8a11 --- /dev/null +++ b/packages/medusa-cli/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* ignore files ([eca1e00](https://github.com/medusajs/medusa/commit/eca1e006a77472c9402cd85bb879f08134af200b)) +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-cli/package-lock.json b/packages/medusa-cli/package-lock.json index 0151eaf85c..5011f0167d 100644 --- a/packages/medusa-cli/package-lock.json +++ b/packages/medusa-cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "medusa-cli", - "version": "1.0.1", + "version": "1.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/medusa-cli/package.json b/packages/medusa-cli/package.json index 17aa31a470..46db0c09e6 100644 --- a/packages/medusa-cli/package.json +++ b/packages/medusa-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-cli", - "version": "1.0.1", + "version": "1.0.10", "description": "Command Line interface for Medusa Commerce", "main": "dist/index.js", "bin": { diff --git a/packages/medusa-core-utils/CHANGELOG.md b/packages/medusa-core-utils/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-core-utils/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-core-utils/package.json b/packages/medusa-core-utils/package.json index aefb5930fa..dd9a744368 100644 --- a/packages/medusa-core-utils/package.json +++ b/packages/medusa-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "medusa-core-utils", - "version": "1.0.7", + "version": "1.0.10", "description": "Core utils for Medusa", "main": "dist/index.js", "repository": { diff --git a/packages/medusa-file-spaces/CHANGELOG.md b/packages/medusa-file-spaces/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-file-spaces/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-file-spaces/package.json b/packages/medusa-file-spaces/package.json index 4b60f15a3d..31384929bf 100644 --- a/packages/medusa-file-spaces/package.json +++ b/packages/medusa-file-spaces/package.json @@ -1,6 +1,6 @@ { "name": "medusa-file-spaces", - "version": "1.0.7", + "version": "1.0.10", "description": "Digital Ocean Spaces file connector for Medusa", "main": "index.js", "repository": { @@ -40,8 +40,8 @@ "aws-sdk": "^2.710.0", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10", "stripe": "^8.50.0" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa-fulfillment-manual/CHANGELOG.md b/packages/medusa-fulfillment-manual/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-fulfillment-manual/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-fulfillment-manual/package.json b/packages/medusa-fulfillment-manual/package.json index 8556097004..6c1f85a89f 100644 --- a/packages/medusa-fulfillment-manual/package.json +++ b/packages/medusa-fulfillment-manual/package.json @@ -1,6 +1,6 @@ { "name": "medusa-fulfillment-manual", - "version": "1.0.7", + "version": "1.0.10", "description": "A manual fulfillment provider for Medusa", "main": "index.js", "repository": { @@ -35,7 +35,7 @@ "@babel/plugin-transform-instanceof": "^7.8.3", "@babel/runtime": "^7.7.6", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7" + "medusa-core-utils": "^1.0.10" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" } diff --git a/packages/medusa-interfaces/CHANGELOG.md b/packages/medusa-interfaces/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-interfaces/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-interfaces/package.json b/packages/medusa-interfaces/package.json index 85fb4775ba..126b8fda4c 100644 --- a/packages/medusa-interfaces/package.json +++ b/packages/medusa-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "medusa-interfaces", - "version": "1.0.7", + "version": "1.0.10", "description": "Core interfaces for Medusa", "main": "dist/index.js", "repository": { @@ -34,7 +34,7 @@ "mongoose": "5.x" }, "dependencies": { - "medusa-core-utils": "^1.0.7" + "medusa-core-utils": "^1.0.10" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" } diff --git a/packages/medusa-payment-adyen/CHANGELOG.md b/packages/medusa-payment-adyen/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-payment-adyen/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-payment-adyen/package.json b/packages/medusa-payment-adyen/package.json index 4bcc99e07d..045bb635ba 100644 --- a/packages/medusa-payment-adyen/package.json +++ b/packages/medusa-payment-adyen/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-adyen", - "version": "1.0.7", + "version": "1.0.10", "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.0.7" + "medusa-core-utils": "^1.0.10" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" } diff --git a/packages/medusa-payment-klarna/CHANGELOG.md b/packages/medusa-payment-klarna/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-payment-klarna/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-payment-klarna/package.json b/packages/medusa-payment-klarna/package.json index 858ce3eb4a..6ee7736d5f 100644 --- a/packages/medusa-payment-klarna/package.json +++ b/packages/medusa-payment-klarna/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-klarna", - "version": "1.0.7", + "version": "1.0.10", "description": "Klarna Payment provider for Medusa Commerce", "main": "index.js", "repository": { @@ -39,8 +39,8 @@ "axios": "^0.19.2", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7" + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" } diff --git a/packages/medusa-payment-stripe/CHANGELOG.md b/packages/medusa-payment-stripe/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-payment-stripe/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-payment-stripe/package.json b/packages/medusa-payment-stripe/package.json index 2b64f5a81f..eb2631fa57 100644 --- a/packages/medusa-payment-stripe/package.json +++ b/packages/medusa-payment-stripe/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-stripe", - "version": "1.0.7", + "version": "1.0.10", "description": "Stripe Payment provider for Meduas Commerce", "main": "index.js", "repository": { @@ -39,8 +39,8 @@ "@babel/plugin-transform-classes": "^7.9.5", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10", "stripe": "^8.50.0" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa-plugin-brightpearl/CHANGELOG.md b/packages/medusa-plugin-brightpearl/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-brightpearl/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-brightpearl/package.json b/packages/medusa-plugin-brightpearl/package.json index fd160b2e01..3197d3f445 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.0.7", + "version": "1.0.10", "description": "Brightpearl plugin for Medusa Commerce", "main": "index.js", "repository": { @@ -25,7 +25,7 @@ "cross-env": "^5.2.1", "eslint": "^6.8.0", "jest": "^25.5.2", - "medusa-test-utils": "^1.0.7", + "medusa-test-utils": "^1.0.10", "prettier": "^2.0.5" }, "scripts": { @@ -41,7 +41,7 @@ "axios": "^0.19.2", "axios-rate-limit": "^1.2.1", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", "randomatic": "^3.1.1" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa-plugin-contentful/CHANGELOG.md b/packages/medusa-plugin-contentful/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-contentful/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-contentful/package.json b/packages/medusa-plugin-contentful/package.json index 3d79d39527..7f6faf9a71 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.0.7", + "version": "1.0.10", "description": "Contentful plugin for Medusa Commerce", "main": "index.js", "repository": { @@ -39,8 +39,8 @@ "body-parser": "^1.19.0", "contentful-management": "^5.27.1", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10", "redis": "^3.0.2" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa-plugin-economic/CHANGELOG.md b/packages/medusa-plugin-economic/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-economic/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-economic/package-lock.json b/packages/medusa-plugin-economic/package-lock.json index 2917286791..107348d968 100644 --- a/packages/medusa-plugin-economic/package-lock.json +++ b/packages/medusa-plugin-economic/package-lock.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-economic", - "version": "1.0.7", + "version": "1.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/medusa-plugin-economic/package.json b/packages/medusa-plugin-economic/package.json index 93b76b8a93..a86b702364 100644 --- a/packages/medusa-plugin-economic/package.json +++ b/packages/medusa-plugin-economic/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-economic", - "version": "1.0.7", + "version": "1.0.10", "description": "E-conomic financial reporting", "main": "index.js", "repository": { @@ -39,8 +39,8 @@ "axios": "^0.19.2", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10", "moment": "^2.27.0" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa-plugin-ip-lookup/CHANGELOG.md b/packages/medusa-plugin-ip-lookup/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-ip-lookup/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-ip-lookup/package.json b/packages/medusa-plugin-ip-lookup/package.json index 50e90758f9..3317a9e3ce 100644 --- a/packages/medusa-plugin-ip-lookup/package.json +++ b/packages/medusa-plugin-ip-lookup/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-ip-lookup", - "version": "1.0.1", + "version": "1.0.10", "description": "IP lookup middleware for Medusa core", "main": "dist/index.js", "repository": { diff --git a/packages/medusa-plugin-permissions/CHANGELOG.md b/packages/medusa-plugin-permissions/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-permissions/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-permissions/package.json b/packages/medusa-plugin-permissions/package.json index e33790495e..72f04b6d43 100644 --- a/packages/medusa-plugin-permissions/package.json +++ b/packages/medusa-plugin-permissions/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-permissions", - "version": "1.0.7", + "version": "1.0.10", "description": "Role permission for Medusa core", "main": "dist/index.js", "repository": { @@ -32,8 +32,8 @@ "medusa-interfaces": "1.x" }, "dependencies": { - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10", "mongoose": "^5.8.0" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa-plugin-segment/CHANGELOG.md b/packages/medusa-plugin-segment/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-segment/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-segment/package.json b/packages/medusa-plugin-segment/package.json index 45726e79e0..b15cd4675e 100644 --- a/packages/medusa-plugin-segment/package.json +++ b/packages/medusa-plugin-segment/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-segment", - "version": "1.0.7", + "version": "1.0.10", "description": "Segment Analytics", "main": "index.js", "repository": { @@ -39,8 +39,8 @@ "axios": "^0.19.2", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7" + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" } diff --git a/packages/medusa-plugin-sendgrid/CHANGELOG.md b/packages/medusa-plugin-sendgrid/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-sendgrid/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-sendgrid/package.json b/packages/medusa-plugin-sendgrid/package.json index 38c91c2c22..43b6acec2d 100644 --- a/packages/medusa-plugin-sendgrid/package.json +++ b/packages/medusa-plugin-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-sendgrid", - "version": "1.0.7", + "version": "1.0.10", "description": "SendGrid transactional emails", "main": "index.js", "repository": { @@ -39,8 +39,8 @@ "@sendgrid/mail": "^7.1.1", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7" + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" } diff --git a/packages/medusa-plugin-slack-notification/CHANGELOG.md b/packages/medusa-plugin-slack-notification/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-slack-notification/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-slack-notification/package-lock.json b/packages/medusa-plugin-slack-notification/package-lock.json index 2917286791..107348d968 100644 --- a/packages/medusa-plugin-slack-notification/package-lock.json +++ b/packages/medusa-plugin-slack-notification/package-lock.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-economic", - "version": "1.0.7", + "version": "1.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/medusa-plugin-slack-notification/package.json b/packages/medusa-plugin-slack-notification/package.json index 8759874ee1..53b384d4f7 100644 --- a/packages/medusa-plugin-slack-notification/package.json +++ b/packages/medusa-plugin-slack-notification/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-slack-notification", - "version": "1.0.7", + "version": "1.0.10", "description": "Slack notifications", "main": "index.js", "repository": { @@ -39,8 +39,8 @@ "axios": "^0.19.2", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10", "moment": "^2.27.0" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa-plugin-wishlist/CHANGELOG.md b/packages/medusa-plugin-wishlist/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-plugin-wishlist/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-plugin-wishlist/package.json b/packages/medusa-plugin-wishlist/package.json index 9cdcba8de6..3582398ba7 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.0.7", + "version": "1.0.10", "description": "Provides /customers/:id/wishlist to add items to a customr's wishlist", "main": "index.js", "repository": { @@ -37,8 +37,8 @@ "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7" + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" } diff --git a/packages/medusa-test-utils/CHANGELOG.md b/packages/medusa-test-utils/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa-test-utils/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa-test-utils/package.json b/packages/medusa-test-utils/package.json index 1a62aea9b0..1f0b3f83ec 100644 --- a/packages/medusa-test-utils/package.json +++ b/packages/medusa-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "medusa-test-utils", - "version": "1.0.7", + "version": "1.0.10", "description": "Test utils for Medusa", "main": "dist/index.js", "repository": { @@ -28,7 +28,7 @@ }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", - "medusa-core-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", "mongoose": "^5.8.0" }, "gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408" diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md new file mode 100644 index 0000000000..3c36c10d9c --- /dev/null +++ b/packages/medusa/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) diff --git a/packages/medusa/package.json b/packages/medusa/package.json index e235da7037..f1a1e90524 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.0.9", + "version": "1.0.10", "description": "E-commerce for JAMstack", "main": "dist/app.js", "repository": { @@ -61,8 +61,8 @@ "ioredis": "^4.17.3", "joi-objectid": "^3.0.1", "jsonwebtoken": "^8.5.1", - "medusa-core-utils": "^1.0.7", - "medusa-test-utils": "^1.0.7", + "medusa-core-utils": "^1.0.10", + "medusa-test-utils": "^1.0.10", "morgan": "^1.9.1", "multer": "^1.4.2", "passport": "^0.4.0",