chore: Version packages

This commit is contained in:
olivermrbl
2025-01-20 07:41:15 -05:00
parent 171088b47a
commit 57e9a7a5bf
130 changed files with 481 additions and 225 deletions
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 2.3.1
### Patch Changes
- [#11022](https://github.com/medusajs/medusa/pull/11022) [`2a5f2a53879ad7e203a736cf2a54420fc43de454`](https://github.com/medusajs/medusa/commit/2a5f2a53879ad7e203a736cf2a54420fc43de454) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(cli): fix command description for plugin:db:generate
- Updated dependencies []:
- @medusajs/utils@2.3.1
- @medusajs/telemetry@2.3.1
## 2.3.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -46,8 +46,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/telemetry": "^2.3.0",
"@medusajs/utils": "2.3.0",
"@medusajs/telemetry": "^2.3.1",
"@medusajs/utils": "2.3.1",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",