chore: Release (#3818)

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-14 11:18:39 +02:00
committed by GitHub
co-authored by github-actions[bot] Oliver Windall Juhl
parent 3a49f14e3e
commit 0f51e3a400
50 changed files with 265 additions and 143 deletions
+8
View File
@@ -1,5 +1,13 @@
# Change Log
## 5.0.2
### Patch Changes
- Updated dependencies [[`6bb1654b6`](https://github.com/medusajs/medusa/commit/6bb1654b61880f8658bf1395e4ccef860780aac4), [`95d338262`](https://github.com/medusajs/medusa/commit/95d338262b63e3daa6697bb23806980a8b5e5cdc), [`4f58ddee0`](https://github.com/medusajs/medusa/commit/4f58ddee03509a4c46af160e5824cba80d4c950a)]:
- @medusajs/medusa@1.8.2
- @medusajs/medusa-js@2.0.2
## 5.0.1
### Patch Changes
+4 -4
View File
@@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -25,7 +25,7 @@
"test": "echo \"Tests disabled temporarily\""
},
"peerDependencies": {
"@medusajs/medusa": "1.8.1",
"@medusajs/medusa": "1.8.2",
"@tanstack/react-query": "^4.22.0",
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
@@ -34,7 +34,7 @@
"author": "Zakaria S. El Asri",
"devDependencies": {
"@babel/core": "^7.16.0",
"@medusajs/medusa": "1.8.1",
"@medusajs/medusa": "1.8.2",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addons": "^6.3.12",
@@ -61,7 +61,7 @@
"tsup": "^6.5.0"
},
"dependencies": {
"@medusajs/medusa-js": "2.0.1"
"@medusajs/medusa-js": "2.0.2"
},
"msw": {
"workerDirectory": "public"