chore(release): Publish

- medusa-plugin-add-ons@1.0.0
 - medusa-plugin-brightpearl@1.0.11
 - @medusajs/medusa@1.0.12
This commit is contained in:
Sebastian Rindom
2020-09-09 15:24:49 +02:00
parent d8a2197a47
commit f5de0d355a
6 changed files with 216 additions and 4 deletions

View File

@@ -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.0 (2020-09-09)
### Features
* **plugins:** Adds add-on plugin ([3de1e6d](https://github.com/medusajs/medusa/commit/3de1e6dd4ad4a2a48d4d8116ebdd011efce2b22a))

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-add-ons",
"version": "1.0.0-alpha.30",
"version": "1.0.0",
"description": "Add-on plugin for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -33,7 +33,6 @@
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"test": "jest"
},
"peerDependencies": {},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",

View File

@@ -3,6 +3,197 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.11 (2020-09-09)
### Bug Fixes
* use correct auth type ([27052ca](https://github.com/medusajs/medusa/commit/27052cae27b447eff465f9c92ba5d017f00591ee))
## 1.0.10 (2020-09-09)
### Bug Fixes
* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
## 1.0.7 (2020-09-07)
## 1.0.1 (2020-09-05)
## 1.0.1-beta.0 (2020-09-04)
# 1.0.0 (2020-09-03)
# 1.0.0-y.23 (2020-09-03)
### Bug Fixes
* send response ([1f6ec9d](https://github.com/medusajs/medusa/commit/1f6ec9d2f02aa44072931c26bd2aad2200afc824))
# 1.0.0-y.22 (2020-09-03)
### Bug Fixes
* rounds values when sending to brightpearl ([60bbd12](https://github.com/medusajs/medusa/commit/60bbd120eac873ea56533cc9313b04a0084c2b12))
# 1.0.0-y.21 (2020-09-03)
### Bug Fixes
* adds endpoint for manual brightpearl uploads ([2609cdc](https://github.com/medusajs/medusa/commit/2609cdcd0d07e58af78c349e01c9bb6aef685541))
# 1.0.0-y.19 (2020-09-02)
### Bug Fixes
* **medusa-plugin-brightpearl:** set redirect uri ([4006cad](https://github.com/medusajs/medusa/commit/4006cad45a4498541f5d2684c1a816cbf15e3d7e))
# 1.0.0-alpha.33 (2020-08-28)
### Bug Fixes
* normal string matching available ([bd3c755](https://github.com/medusajs/medusa/commit/bd3c755260f9856ca76f584fa218f2d68bf8fb7d))
# 1.0.0-alpha.32 (2020-08-28)
### Bug Fixes
* **medusa-plugin-brightpearl:** id matcihgin ([df4698a](https://github.com/medusajs/medusa/commit/df4698ad811e6d5a8e366e884f426473d85c7314))
# 1.0.0-alpha.31 (2020-08-28)
### Bug Fixes
* better rounding of totals ([3093cba](https://github.com/medusajs/medusa/commit/3093cba610992225ab51bee05ec1e5c84c7e0fed))
# 1.0.0-alpha.30 (2020-08-28)
# 1.0.0-alpha.29 (2020-08-28)
### Bug Fixes
* **medusa-plugin-brightpearl:** more gentle inventory syncs ([e254780](https://github.com/medusajs/medusa/commit/e25478034b82520f8de797edaba8adbf1c7d03b3))
# 1.0.0-alpha.28 (2020-08-27)
### Bug Fixes
* **medusa-plugin-brightpearl:** allow status updates ([9025020](https://github.com/medusajs/medusa/commit/902502092f596cd72b946e8ae8b7aea57d0bdfe4))
# 1.0.0-alpha.27 (2020-08-27)
# 1.0.0-alpha.25 (2020-08-27)
# 1.0.0-alpha.24 (2020-08-27)
### Bug Fixes
* **medusa-plugin-brightpearl:** only update inventory levels that are out of sync ([db205bf](https://github.com/medusajs/medusa/commit/db205bf79024bc54f6bc73a90ea7427f65c642be))
# 1.0.0-alpha.23 (2020-08-26)
### Bug Fixes
* **medusa-plugin-brightpearl:** ignore goods out created if channel id not medusa ([a6a3520](https://github.com/medusajs/medusa/commit/a6a35204fe364c81fa76655a0342b7c2f338045f))
# 1.0.0-alpha.22 (2020-08-25)
# 1.0.0-alpha.21 (2020-08-25)
# 1.0.0-alpha.20 (2020-08-23)
# 1.0.0-alpha.19 (2020-08-23)
# 1.0.0-alpha.18 (2020-08-23)
# 1.0.0-alpha.17 (2020-08-23)
# 1.0.0-alpha.16 (2020-08-23)
# 1.0.0-alpha.3 (2020-08-20)
# 1.0.0-alpha.2 (2020-08-20)
# 1.0.0-alpha.1 (2020-08-20)
# 1.0.0-alpha.0 (2020-08-20)
## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-brightpearl",
"version": "1.0.10",
"version": "1.0.11",
"description": "Brightpearl plugin for Medusa Commerce",
"main": "index.js",
"repository": {

View File

@@ -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.12](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.11...@medusajs/medusa@1.0.12) (2020-09-09)
### Features
* **plugins:** Adds add-on plugin ([3de1e6d](https://github.com/medusajs/medusa/commit/3de1e6dd4ad4a2a48d4d8116ebdd011efce2b22a))
## 1.0.11 (2020-09-09)

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.0.11",
"version": "1.0.12",
"description": "E-commerce for JAMstack",
"main": "dist/app.js",
"repository": {