chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions
+13
View File
@@ -1,5 +1,18 @@
# Change Log
## 2.12.2
### Patch Changes
- [#14262](https://github.com/medusajs/medusa/pull/14262) [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Accept an extra agument 'all-or-nothing' on the migrate command
- [#14004](https://github.com/medusajs/medusa/pull/14004) [`5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a`](https://github.com/medusajs/medusa/commit/5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(link-modules): ignore duplicates link creation
- Updated dependencies [[`4dbf46f2cb64240092843ebfdef766ec5b2a7116`](https://github.com/medusajs/medusa/commit/4dbf46f2cb64240092843ebfdef766ec5b2a7116), [`a78f68fa46dceb8e201fe60e770bd9ea654390d8`](https://github.com/medusajs/medusa/commit/a78f68fa46dceb8e201fe60e770bd9ea654390d8), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`b517137466726c15d5e31ab0c9f42aa57af90c4e`](https://github.com/medusajs/medusa/commit/b517137466726c15d5e31ab0c9f42aa57af90c4e), [`fd3965974dc0b750d377ff621387d34611760957`](https://github.com/medusajs/medusa/commit/fd3965974dc0b750d377ff621387d34611760957)]:
- @medusajs/utils@2.12.2
- @medusajs/deps@2.12.2
- @medusajs/telemetry@2.12.2
## 2.12.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.12.1",
"version": "2.12.2",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -32,9 +32,9 @@
"author": "Sebastian Rindom",
"license": "MIT",
"dependencies": {
"@medusajs/deps": "2.12.1",
"@medusajs/telemetry": "2.12.1",
"@medusajs/utils": "2.12.1",
"@medusajs/deps": "2.12.2",
"@medusajs/telemetry": "2.12.2",
"@medusajs/utils": "2.12.2",
"@types/express": "^4.17.21",
"chalk": "^4.1.2",
"configstore": "^5.0.1",