chore: Version Packages (#4114)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-30 12:11:45 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 81eeaa3294
commit 8f8f6332b7
85 changed files with 367 additions and 242 deletions
+10
View File
@@ -1,5 +1,15 @@
# @medusajs/modules-sdk
## 1.8.7
### Patch Changes
- [#4065](https://github.com/medusajs/medusa/pull/4065) [`e73c3e51c`](https://github.com/medusajs/medusa/commit/e73c3e51c9cd192eeae7a57b24b07bd466214145) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore: module as singleton instances
- Updated dependencies [[`3a38c84f8`](https://github.com/medusajs/medusa/commit/3a38c84f88b05f74ee0a172af3e3f78b2ec8c2d2), [`a91987fab`](https://github.com/medusajs/medusa/commit/a91987fab33745f9864eab21bd1c27e8e3e24571), [`db4199530`](https://github.com/medusajs/medusa/commit/db419953075e0907b8c4d27ab5188e9bd3e3d72b), [`c0e527d6e`](https://github.com/medusajs/medusa/commit/c0e527d6e0a67d0c53577a0b9c3d16ee8dc5740f)]:
- @medusajs/types@1.8.7
- @medusajs/utils@1.9.0
## 1.8.6
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "1.8.6",
"version": "1.8.7",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/types": "1.8.6",
"@medusajs/utils": "1.8.5",
"@medusajs/types": "1.8.7",
"@medusajs/utils": "1.9.0",
"awilix": "^8.0.0",
"glob": "7.1.6",
"medusa-telemetry": "^0.0.16",