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

This commit is contained in:
olivermrbl
2023-03-28 19:32:36 +02:00
parent 345005573a
commit 990c79d2d5
34 changed files with 219 additions and 73 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/modules-sdk
## 0.1.0-rc.1
### Patch Changes
- [#3605](https://github.com/medusajs/medusa/pull/3605) [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Improved error message if default module is not installed
## 0.1.0-rc.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {