chore: Release (#3782)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-12 11:32:05 +02:00
committed by GitHub
parent 2353719f44
commit 3efe13eefd
84 changed files with 407 additions and 279 deletions

View File

@@ -1,5 +1,13 @@
# @medusajs/modules-sdk
## 1.8.1
### Patch Changes
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
- @medusajs/types@1.8.1
- @medusajs/utils@1.8.1
## 1.8.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "1.8.0",
"version": "1.8.1",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/types": "1.8.0",
"@medusajs/utils": "1.8.0",
"@medusajs/types": "1.8.1",
"@medusajs/utils": "1.8.1",
"awilix": "^8.0.0",
"glob": "7.1.6",
"medusa-telemetry": "^0.0.16",