chore: Version Packages (#4643)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-07 13:43:54 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent f2c854fc0d
commit 0deecf353f
34 changed files with 150 additions and 97 deletions
+9
View File
@@ -1,5 +1,14 @@
# Change Log
## 1.3.18
### Patch Changes
- [#4696](https://github.com/medusajs/medusa/pull/4696) [`03fb0479c`](https://github.com/medusajs/medusa/commit/03fb0479c0c5389d2569d622b6bec188fcee0ad6) Thanks [@pevey](https://github.com/pevey)! - Feat/allow logging to file
- Updated dependencies [[`5c60aad17`](https://github.com/medusajs/medusa/commit/5c60aad177a99574ffff5ebdc02ce9dc86ef9af9), [`4073b7313`](https://github.com/medusajs/medusa/commit/4073b73130c874dc7d2240726224a01b7b19b1a1)]:
- @medusajs/utils@1.9.5
## 1.3.17
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.3.17",
"version": "1.3.18",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -35,7 +35,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@medusajs/utils": "^1.9.2",
"@medusajs/utils": "^1.9.5",
"axios": "^0.21.4",
"chalk": "^4.0.0",
"configstore": "5.0.1",