chore: Version Packages (#13923)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
5c6c28545c
commit
645266c200
@@ -1,5 +1,29 @@
|
||||
# @medusajs/framework
|
||||
|
||||
## 2.11.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13948](https://github.com/medusajs/medusa/pull/13948) [`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21) Thanks [@peterlgh7](https://github.com/peterlgh7)! - fix typo in opentelemetry-resources.ts name
|
||||
|
||||
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
|
||||
|
||||
- [#13940](https://github.com/medusajs/medusa/pull/13940) [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Cleanup and organize deps
|
||||
|
||||
- [#13932](https://github.com/medusajs/medusa/pull/13932) [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Fix dependencies vulnerabilities
|
||||
|
||||
- [#13898](https://github.com/medusajs/medusa/pull/13898) [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(modules-sdk): parallel migrations
|
||||
|
||||
- Updated dependencies [[`42b270ed2df09474f528d8d23816e0affcf4bd25`](https://github.com/medusajs/medusa/commit/42b270ed2df09474f528d8d23816e0affcf4bd25), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`e66f7cf59e516f12e5446e191e9fdd1aede9c8ab`](https://github.com/medusajs/medusa/commit/e66f7cf59e516f12e5446e191e9fdd1aede9c8ab), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`516e217dbb848b71810e006c4eab914a40d7ecfc`](https://github.com/medusajs/medusa/commit/516e217dbb848b71810e006c4eab914a40d7ecfc), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
|
||||
- @medusajs/types@2.11.3
|
||||
- @medusajs/cli@2.11.3
|
||||
- @medusajs/deps@2.11.3
|
||||
- @medusajs/modules-sdk@2.11.3
|
||||
- @medusajs/orchestration@2.11.3
|
||||
- @medusajs/telemetry@2.11.3
|
||||
- @medusajs/utils@2.11.3
|
||||
- @medusajs/workflows-sdk@2.11.3
|
||||
|
||||
## 2.11.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/framework",
|
||||
"version": "2.11.2",
|
||||
"version": "2.11.3",
|
||||
"description": "Framework",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -67,17 +67,17 @@
|
||||
"test": "../../../node_modules/.bin/jest --bail --forceExit --testPathPattern=src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/cli": "2.11.2"
|
||||
"@medusajs/cli": "2.11.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jercle/yargonaut": "^1.1.5",
|
||||
"@medusajs/deps": "2.11.2",
|
||||
"@medusajs/modules-sdk": "2.11.2",
|
||||
"@medusajs/orchestration": "2.11.2",
|
||||
"@medusajs/telemetry": "2.11.2",
|
||||
"@medusajs/types": "2.11.2",
|
||||
"@medusajs/utils": "2.11.2",
|
||||
"@medusajs/workflows-sdk": "2.11.2",
|
||||
"@medusajs/deps": "2.11.3",
|
||||
"@medusajs/modules-sdk": "2.11.3",
|
||||
"@medusajs/orchestration": "2.11.3",
|
||||
"@medusajs/telemetry": "2.11.3",
|
||||
"@medusajs/types": "2.11.3",
|
||||
"@medusajs/utils": "2.11.3",
|
||||
"@medusajs/workflows-sdk": "2.11.3",
|
||||
"@types/express": "^4.17.21",
|
||||
"chokidar": "^3.5.3",
|
||||
"compression": "^1.8.0",
|
||||
@@ -97,7 +97,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@aws-sdk/client-dynamodb": "^3.218.0",
|
||||
"@medusajs/cli": "2.11.2",
|
||||
"@medusajs/cli": "2.11.3",
|
||||
"connect-dynamodb": "^3.0.5",
|
||||
"ioredis": "^5.4.1",
|
||||
"vite": "^5.4.14"
|
||||
|
||||
Reference in New Issue
Block a user