chore: Version packages

This commit is contained in:
olivermrbl
2024-12-10 14:01:50 +01:00
parent 0c1bbbac2a
commit 0e342b491d
153 changed files with 589 additions and 349 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.1.1
### Patch Changes
- Updated dependencies [[`90ae187e097c42a224c701f31cbc2924ea6ee86b`](https://github.com/medusajs/medusa/commit/90ae187e097c42a224c701f31cbc2924ea6ee86b), [`0a077d48e14976bafcf19705fc48e66756362fd6`](https://github.com/medusajs/medusa/commit/0a077d48e14976bafcf19705fc48e66756362fd6), [`90d7f4ff3949ade9f6a7335c9611aae6633be908`](https://github.com/medusajs/medusa/commit/90d7f4ff3949ade9f6a7335c9611aae6633be908), [`f65a3cc06df9faca3615f30eb4d3bf889efa5765`](https://github.com/medusajs/medusa/commit/f65a3cc06df9faca3615f30eb4d3bf889efa5765), [`b160fd3cbf6edf06702fa15b694709375557d188`](https://github.com/medusajs/medusa/commit/b160fd3cbf6edf06702fa15b694709375557d188), [`0a16efa4266f93302b31589349e777bc8d24dc07`](https://github.com/medusajs/medusa/commit/0a16efa4266f93302b31589349e777bc8d24dc07), [`69f4c4f4e06022990fcd9c66d8f1a68ff0ff97b1`](https://github.com/medusajs/medusa/commit/69f4c4f4e06022990fcd9c66d8f1a68ff0ff97b1)]:
- @medusajs/utils@2.1.1
- @medusajs/telemetry@2.1.1
## 2.1.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.1.0",
"version": "2.1.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.1.0",
"@medusajs/utils": "2.1.0",
"@medusajs/telemetry": "^2.1.1",
"@medusajs/utils": "2.1.1",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",