chore(release): v1.8.0-rc.6

This commit is contained in:
olivermrbl
2023-04-03 18:05:12 +02:00
parent 7a9740bad7
commit bb9df09e37
49 changed files with 326 additions and 119 deletions
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/cache-inmemory
## 1.8.0-rc.3
### Patch Changes
- [#3649](https://github.com/medusajs/medusa/pull/3649) [`bd12a9508`](https://github.com/medusajs/medusa/commit/bd12a95083b69a70b83ad38578c5a68738c41b2b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Export initialize method for all modules
- Updated dependencies [[`bd12a9508`](https://github.com/medusajs/medusa/commit/bd12a95083b69a70b83ad38578c5a68738c41b2b)]:
- @medusajs/modules-sdk@0.1.0-rc.4
## 1.8.0-rc.2
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "1.8.0-rc.2",
"version": "1.8.0-rc.3",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -31,6 +31,6 @@
"test:unit": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "0.1.0-rc.3"
"@medusajs/modules-sdk": "0.1.0-rc.4"
}
}