chore: Version Packages (#5340)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-19 15:58:48 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent c1cabac721
commit c0d74bc682
61 changed files with 271 additions and 177 deletions
+9
View File
@@ -1,5 +1,14 @@
# Change Log
## 9.0.8
### Patch Changes
- [#5400](https://github.com/medusajs/medusa/pull/5400) [`5a5c96e21`](https://github.com/medusajs/medusa/commit/5a5c96e2118e50a558d9d6dc340e505454d4c593) Thanks [@dwene](https://github.com/dwene)! - add types to exports to help projects using moduleResolution bundler
- Updated dependencies [[`5a5c96e21`](https://github.com/medusajs/medusa/commit/5a5c96e2118e50a558d9d6dc340e505454d4c593), [`98e275551`](https://github.com/medusajs/medusa/commit/98e275551415583602763cf457c3f95400209d0a)]:
- @medusajs/medusa-js@6.1.2
## 9.0.7
### Patch Changes
+2 -2
View File
@@ -1,5 +1,5 @@
{
"version": "9.0.7",
"version": "9.0.8",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -35,7 +35,7 @@
"author": "Zakaria S. El Asri",
"devDependencies": {
"@babel/core": "^7.16.0",
"@medusajs/medusa": "^1.17.1",
"@medusajs/medusa": "^1.17.2",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addons": "^6.3.12",