chore: Release

This commit is contained in:
olivermrbl
2024-11-06 21:47:01 +01:00
parent 441004cc21
commit 8feb589659
139 changed files with 727 additions and 481 deletions
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 2.0.2
### Patch Changes
- [#9944](https://github.com/medusajs/medusa/pull/9944) [`c9a2b42252459fa4599fcdbc8792a381c6b5b5e3`](https://github.com/medusajs/medusa/commit/c9a2b42252459fa4599fcdbc8792a381c6b5b5e3) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: log cause property from the error
- Updated dependencies [[`de228d209f30dfbb5b500d5cb49932b63e06f52a`](https://github.com/medusajs/medusa/commit/de228d209f30dfbb5b500d5cb49932b63e06f52a), [`16b4cc433e996d1a54e4ff043daaa148981ba63d`](https://github.com/medusajs/medusa/commit/16b4cc433e996d1a54e4ff043daaa148981ba63d), [`879ce33090c7e99ae8b466c31c5dc0c67cdbc08f`](https://github.com/medusajs/medusa/commit/879ce33090c7e99ae8b466c31c5dc0c67cdbc08f), [`b3cbc160eb94025402b5a0ef21653c207bbe8ccd`](https://github.com/medusajs/medusa/commit/b3cbc160eb94025402b5a0ef21653c207bbe8ccd)]:
- @medusajs/telemetry@2.0.2
- @medusajs/utils@2.0.2
## 2.0.1
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -46,8 +46,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/telemetry": "^2.0.1",
"@medusajs/utils": "2.0.1",
"@medusajs/telemetry": "^2.0.2",
"@medusajs/utils": "2.0.2",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",