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

This commit is contained in:
olivermrbl
2023-03-30 17:12:37 +02:00
parent ebd6ab12c9
commit 89d4d84666
28 changed files with 152 additions and 60 deletions
+8
View File
@@ -1,5 +1,13 @@
# Change Log
## 5.0.0-rc.4
### Patch Changes
- Updated dependencies [[`5fd74b38a`](https://github.com/medusajs/medusa/commit/5fd74b38ae1b4f7dced191983b78db83f7b1f71b), [`999aeb116`](https://github.com/medusajs/medusa/commit/999aeb116c4742e5b5e0d80793af23f7727276f0), [`5e405be02`](https://github.com/medusajs/medusa/commit/5e405be02cc94779222dc3d930e747027496d918), [`a7e3f2d34`](https://github.com/medusajs/medusa/commit/a7e3f2d343c4059ba83022ec5c09f8101b251297)]:
- @medusajs/medusa@1.8.0-rc.4
- @medusajs/medusa-js@2.0.0-rc.4
## 5.0.0-rc.3
### Patch Changes
+4 -4
View File
@@ -1,5 +1,5 @@
{
"version": "5.0.0-rc.3",
"version": "5.0.0-rc.4",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -25,7 +25,7 @@
"test": "echo \"Tests disabled temporarily\""
},
"peerDependencies": {
"@medusajs/medusa": "1.8.0-rc.3",
"@medusajs/medusa": "1.8.0-rc.4",
"@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.0-rc.3",
"@medusajs/medusa": "1.8.0-rc.4",
"@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.0-rc.3"
"@medusajs/medusa-js": "^2.0.0-rc.4"
},
"msw": {
"workerDirectory": "public"