chore: Version Packages (#5454)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-01 08:19:58 +01:00
committed by GitHub
parent 9f29f18ee9
commit 309c82e175
61 changed files with 267 additions and 173 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/cache-inmemory
## 1.8.9
### Patch Changes
- [#5468](https://github.com/medusajs/medusa/pull/5468) [`a45da9215`](https://github.com/medusajs/medusa/commit/a45da9215d2a7834c368037726aaa3961caadaf9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, modules-sdk, modules): Module loading was missing the expected dependencies and remote query reference fix
- Updated dependencies [[`a45da9215`](https://github.com/medusajs/medusa/commit/a45da9215d2a7834c368037726aaa3961caadaf9)]:
- @medusajs/modules-sdk@1.12.2
## 1.8.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "1.8.8",
"version": "1.8.9",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "^1.11.5",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
@@ -31,6 +31,6 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.8.8"
"@medusajs/modules-sdk": "^1.12.2"
}
}