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

This commit is contained in:
olivermrbl
2023-03-29 13:42:11 +02:00
parent 693015fde3
commit 15a43c1cc0
46 changed files with 244 additions and 100 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/modules-sdk
## 0.1.0-rc.3
### Patch Changes
- [#3620](https://github.com/medusajs/medusa/pull/3620) [`55e94d0b4`](https://github.com/medusajs/medusa/commit/55e94d0b45776776639d3970d4264b8f5c5385dd) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Checks if dependency is registered before resolving it
## 0.1.0-rc.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "0.1.0-rc.2",
"version": "0.1.0-rc.3",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {