chore: Version packages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user