chore(release): Publish

- @medusajs/medusa-cli@1.1.16
 - medusa-telemetry@0.0.3
 - @medusajs/medusa@1.1.37
This commit is contained in:
Sebastian Rindom
2021-08-17 09:06:43 +02:00
parent 617e13a56b
commit 690718602c
6 changed files with 32 additions and 5 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.16](https://github.com/medusajs/medusa/compare/@medusajs/medusa-cli@1.1.15...@medusajs/medusa-cli@1.1.16) (2021-08-17)
**Note:** Version bump only for package @medusajs/medusa-cli
## [1.1.15](https://github.com/medusajs/medusa/compare/@medusajs/medusa-cli@1.1.14...@medusajs/medusa-cli@1.1.15) (2021-08-05) ## [1.1.15](https://github.com/medusajs/medusa/compare/@medusajs/medusa-cli@1.1.14...@medusajs/medusa-cli@1.1.15) (2021-08-05)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/medusa-cli", "name": "@medusajs/medusa-cli",
"version": "1.1.15", "version": "1.1.16",
"description": "Command Line interface for Medusa Commerce", "description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@@ -52,7 +52,7 @@
"joi-objectid": "^3.0.1", "joi-objectid": "^3.0.1",
"meant": "^1.0.1", "meant": "^1.0.1",
"medusa-core-utils": "^0.1.27", "medusa-core-utils": "^0.1.27",
"medusa-telemetry": "^0.0.2", "medusa-telemetry": "^0.0.3",
"netrc-parser": "^3.1.6", "netrc-parser": "^3.1.6",
"open": "^8.0.6", "open": "^8.0.6",
"ora": "^5.4.1", "ora": "^5.4.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.0.3](https://github.com/medusajs/medusa/compare/medusa-telemetry@0.0.2...medusa-telemetry@0.0.3) (2021-08-17)
**Note:** Version bump only for package medusa-telemetry
## 0.0.2 (2021-08-05) ## 0.0.2 (2021-08-05)

View File

@@ -1,6 +1,6 @@
{ {
"name": "medusa-telemetry", "name": "medusa-telemetry",
"version": "0.0.2", "version": "0.0.3",
"description": "Telemetry for Medusa", "description": "Telemetry for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.37](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.1.36...@medusajs/medusa@1.1.37) (2021-08-17)
### Bug Fixes
* build openapi ([#338](https://github.com/medusajs/medusa/issues/338)) ([9467f7e](https://github.com/medusajs/medusa/commit/9467f7ecbd1df5bcd86a15f3cef3ed5968b34e5b))
## [1.1.36](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.1.35...@medusajs/medusa@1.1.36) (2021-08-11) ## [1.1.36](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.1.35...@medusajs/medusa@1.1.36) (2021-08-11)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/medusa", "name": "@medusajs/medusa",
"version": "1.1.36", "version": "1.1.37",
"description": "E-commerce for JAMstack", "description": "E-commerce for JAMstack",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@@ -45,7 +45,7 @@
}, },
"dependencies": { "dependencies": {
"@hapi/joi": "^16.1.8", "@hapi/joi": "^16.1.8",
"@medusajs/medusa-cli": "^1.1.15", "@medusajs/medusa-cli": "^1.1.16",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"awilix": "^4.2.3", "awilix": "^4.2.3",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",