chore(release): v1.8.0-rc.1
This commit is contained in:
@@ -76,12 +76,14 @@
|
||||
"eight-wasps-buy",
|
||||
"eight-wasps-juggle",
|
||||
"eleven-cycles-mate",
|
||||
"empty-melons-eat",
|
||||
"fair-hats-hammer",
|
||||
"fair-melons-run",
|
||||
"fast-buckets-marry",
|
||||
"funny-cars-crash",
|
||||
"gold-fireants-look",
|
||||
"grumpy-buses-pump",
|
||||
"healthy-geese-worry",
|
||||
"hip-otters-thank",
|
||||
"kind-dogs-argue",
|
||||
"kind-seas-roll",
|
||||
@@ -96,10 +98,13 @@
|
||||
"neat-lamps-repeat",
|
||||
"new-cherries-knock",
|
||||
"nice-dryers-search",
|
||||
"nine-planes-kneel",
|
||||
"odd-bikes-dance",
|
||||
"old-planes-cross",
|
||||
"olive-days-jog",
|
||||
"olive-penguins-sin",
|
||||
"olive-seas-repair",
|
||||
"purple-cats-brake",
|
||||
"purple-sloths-confess",
|
||||
"quiet-deers-shake",
|
||||
"quiet-horses-listen",
|
||||
@@ -120,21 +125,29 @@
|
||||
"stale-geckos-bow",
|
||||
"stale-mangos-retire",
|
||||
"strange-mails-pump",
|
||||
"strong-ducks-change",
|
||||
"stupid-chefs-ring",
|
||||
"swift-deers-peel",
|
||||
"tall-lions-rescue",
|
||||
"tame-forks-marry",
|
||||
"tame-geese-applaud",
|
||||
"tame-pillows-heal",
|
||||
"ten-actors-complain",
|
||||
"ten-berries-rest",
|
||||
"ten-steaks-tan",
|
||||
"tender-turkeys-exist",
|
||||
"three-pans-knock",
|
||||
"tricky-apes-behave",
|
||||
"tricky-grapes-flow",
|
||||
"tricky-peas-clean",
|
||||
"tricky-terms-wash",
|
||||
"twelve-queens-hug",
|
||||
"two-cherries-enjoy",
|
||||
"two-cups-crash",
|
||||
"violet-lobsters-retire",
|
||||
"violet-pans-greet",
|
||||
"weak-hats-develop",
|
||||
"weak-parrots-search",
|
||||
"wicked-toes-fold",
|
||||
"wild-goats-sing",
|
||||
"wild-rabbits-travel",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/cache-inmemory": "1.8.0-rc.0",
|
||||
"@medusajs/event-bus-local": "1.8.0-rc.0",
|
||||
"@medusajs/medusa": "1.8.0-rc.0",
|
||||
"@medusajs/event-bus-local": "1.8.0-rc.1",
|
||||
"@medusajs/medusa": "1.8.0-rc.1",
|
||||
"faker": "^5.5.3",
|
||||
"medusa-interfaces": "1.3.7-rc.0",
|
||||
"typeorm": "^0.3.11"
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/cache-inmemory": "1.8.0-rc.0",
|
||||
"@medusajs/event-bus-local": "1.8.0-rc.0",
|
||||
"@medusajs/medusa": "1.8.0-rc.0",
|
||||
"@medusajs/event-bus-local": "1.8.0-rc.1",
|
||||
"@medusajs/medusa": "1.8.0-rc.1",
|
||||
"faker": "^5.5.3",
|
||||
"medusa-fulfillment-webshipper": "1.3.8-rc.0",
|
||||
"medusa-interfaces": "1.3.7-rc.0",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"test": "jest --silent=false --runInBand --bail --detectOpenHandles --forceExit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa": "1.8.0-rc.0",
|
||||
"@medusajs/medusa": "1.8.0-rc.1",
|
||||
"medusa-interfaces": "1.3.7-rc.0",
|
||||
"typeorm": "^0.3.11"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @medusajs/admin-ui
|
||||
|
||||
## 0.0.1-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3607](https://github.com/medusajs/medusa/pull/3607) [`d1a6aa5a9`](https://github.com/medusajs/medusa/commit/d1a6aa5a90c147a34448e5398a1f205649598c09) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): fix bug with create fulfillment and a couple of other minor tweaks
|
||||
|
||||
- [#3608](https://github.com/medusajs/medusa/pull/3608) [`345005573`](https://github.com/medusajs/medusa/commit/345005573a337d63394b63d33d6740a4171d1479) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Update order edit variants table to fit longer content
|
||||
|
||||
- [#3592](https://github.com/medusajs/medusa/pull/3592) [`455c56c4b`](https://github.com/medusajs/medusa/commit/455c56c4b3846c583f39ba56352d645128b0c967) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Hide inventory quantity field in variant stock form if SL module enabled
|
||||
|
||||
- [#3577](https://github.com/medusajs/medusa/pull/3577) [`95c9fbfdd`](https://github.com/medusajs/medusa/commit/95c9fbfdd5f290df0f22115f27b82f0812f8bd67) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix effect check in inventory table and overflow UI
|
||||
|
||||
- [#3541](https://github.com/medusajs/medusa/pull/3541) [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa, admin-ui): refine create-fulfillment flow
|
||||
|
||||
- Updated dependencies []:
|
||||
- medusa-react@5.0.0-rc.1
|
||||
|
||||
## 0.0.1-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@medusajs/admin-ui",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"license": "MIT",
|
||||
"version": "0.0.1-rc.0",
|
||||
"version": "0.0.1-rc.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/medusajs/medusa.git",
|
||||
@@ -49,7 +49,7 @@
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"emoji-picker-react": "^4.4.3",
|
||||
"framer-motion": "^9.1.6",
|
||||
"medusa-react": "5.0.0-rc.0",
|
||||
"medusa-react": "5.0.0-rc.1",
|
||||
"moment": "^2.29.4",
|
||||
"pluralize": "^8.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
@@ -79,7 +79,7 @@
|
||||
"vite": "^4.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "1.8.0-rc.0",
|
||||
"@medusajs/medusa": "1.8.0-rc.1",
|
||||
"@medusajs/types": "^0.0.2-rc.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/admin
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200), [`d1a6aa5a9`](https://github.com/medusajs/medusa/commit/d1a6aa5a90c147a34448e5398a1f205649598c09), [`345005573`](https://github.com/medusajs/medusa/commit/345005573a337d63394b63d33d6740a4171d1479), [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd), [`455c56c4b`](https://github.com/medusajs/medusa/commit/455c56c4b3846c583f39ba56352d645128b0c967), [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea), [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916), [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60), [`95c9fbfdd`](https://github.com/medusajs/medusa/commit/95c9fbfdd5f290df0f22115f27b82f0812f8bd67), [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62), [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322)]:
|
||||
- @medusajs/medusa@1.8.0-rc.1
|
||||
- @medusajs/admin-ui@0.0.1-rc.1
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin",
|
||||
"version": "1.0.0-rc.0",
|
||||
"version": "1.0.0-rc.1",
|
||||
"bin": {
|
||||
"medusa-admin": "./bin/medusa-admin.js"
|
||||
},
|
||||
@@ -26,7 +26,7 @@
|
||||
"directory": "packages/admin"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-ui": "0.0.1-rc.0",
|
||||
"@medusajs/admin-ui": "0.0.1-rc.1",
|
||||
"commander": "^10.0.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.17.1",
|
||||
@@ -37,7 +37,7 @@
|
||||
"ts-dedent": "^2.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "1.8.0-rc.0"
|
||||
"@medusajs/medusa": "1.8.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/event-bus-local
|
||||
|
||||
## 1.8.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3575](https://github.com/medusajs/medusa/pull/3575) [`4a7bdc917`](https://github.com/medusajs/medusa/commit/4a7bdc917ac17d1f8e0749c033f8816ecb0c10b5) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(event-bus-local): Error handling
|
||||
|
||||
- Updated dependencies [[`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea)]:
|
||||
- @medusajs/modules-sdk@0.1.0-rc.1
|
||||
|
||||
## 1.8.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/event-bus-local",
|
||||
"version": "1.8.0-rc.0",
|
||||
"version": "1.8.0-rc.1",
|
||||
"description": "Local Event Bus Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@@ -31,7 +31,7 @@
|
||||
"test:unit": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "0.1.0-rc.0",
|
||||
"@medusajs/modules-sdk": "0.1.0-rc.1",
|
||||
"@medusajs/utils": "^0.0.2-rc.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/event-bus-redis
|
||||
|
||||
## 1.8.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea)]:
|
||||
- @medusajs/modules-sdk@0.1.0-rc.1
|
||||
|
||||
## 1.8.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/event-bus-redis",
|
||||
"version": "1.8.0-rc.0",
|
||||
"version": "1.8.0-rc.1",
|
||||
"description": "Redis Event Bus Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@@ -32,7 +32,7 @@
|
||||
"test:unit": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "0.1.0-rc.0",
|
||||
"@medusajs/modules-sdk": "0.1.0-rc.1",
|
||||
"@medusajs/utils": "^0.0.2-rc.0",
|
||||
"awilix": "^8.0.0",
|
||||
"bullmq": "^3.5.6",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"url": "https://github.com/medusajs/medusa/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa-oas-cli": "0.2.0-rc.0",
|
||||
"@medusajs/medusa-oas-cli": "0.2.0-rc.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"execa": "^5.1.1",
|
||||
"jest": "^27.4.7",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/inventory
|
||||
|
||||
## 1.8.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea)]:
|
||||
- @medusajs/modules-sdk@0.1.0-rc.1
|
||||
|
||||
## 1.8.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/inventory",
|
||||
"version": "1.8.0-rc.0",
|
||||
"version": "1.8.0-rc.1",
|
||||
"description": "Inventory Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -24,7 +24,7 @@
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "0.1.0-rc.0",
|
||||
"@medusajs/modules-sdk": "0.1.0-rc.1",
|
||||
"@medusajs/utils": "^0.0.2-rc.0",
|
||||
"awilix": "^8.0.0",
|
||||
"typeorm": "^0.3.11"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200), [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd), [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea), [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916), [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60), [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62), [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322)]:
|
||||
- @medusajs/medusa@1.8.0-rc.1
|
||||
|
||||
## 2.0.0-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa-js",
|
||||
"version": "2.0.0-rc.0",
|
||||
"version": "2.0.0-rc.1",
|
||||
"description": "Client for Medusa Commerce Rest API",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
@@ -32,7 +32,7 @@
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "^1.8.0-rc.0"
|
||||
"@medusajs/medusa": "^1.8.0-rc.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -43,7 +43,7 @@
|
||||
"url": "https://github.com/medusajs/medusa/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "^1.8.0-rc.0",
|
||||
"@medusajs/medusa": "^1.8.0-rc.1",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"jest": "^27.4.7",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3414](https://github.com/medusajs/medusa/pull/3414) [`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa-payment-paypal): Migrate to the new payment processor API
|
||||
|
||||
- Updated dependencies [[`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200), [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd), [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea), [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916), [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60), [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62), [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322)]:
|
||||
- @medusajs/medusa@1.8.0-rc.1
|
||||
|
||||
## 1.3.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-payment-paypal",
|
||||
"version": "1.3.0-rc.0",
|
||||
"version": "1.3.0-rc.1",
|
||||
"description": "Paypal Payment provider for Medusa Commerce",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -20,14 +20,14 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "^1.8.0-rc.0",
|
||||
"@medusajs/medusa": "^1.8.0-rc.1",
|
||||
"@types/stripe": "^8.0.417",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "^1.7.7"
|
||||
"@medusajs/medusa": "^1.8.0-rc.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@paypal/checkout-server-sdk": "^1.0.3",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3414](https://github.com/medusajs/medusa/pull/3414) [`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa-payment-paypal): Migrate to the new payment processor API
|
||||
|
||||
- Updated dependencies [[`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200), [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd), [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea), [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916), [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60), [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62), [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322)]:
|
||||
- @medusajs/medusa@1.8.0-rc.1
|
||||
|
||||
## 2.0.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-payment-stripe",
|
||||
"version": "2.0.0-rc.0",
|
||||
"version": "2.0.0-rc.1",
|
||||
"description": "Stripe Payment provider for Meduas Commerce",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -20,14 +20,14 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "^1.8.0-rc.0",
|
||||
"@medusajs/medusa": "^1.8.0-rc.1",
|
||||
"@types/stripe": "^8.0.417",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "^1.8.0-rc.0"
|
||||
"@medusajs/medusa": "^1.8.0-rc.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200), [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd), [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea), [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916), [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60), [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62), [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322)]:
|
||||
- @medusajs/medusa@1.8.0-rc.1
|
||||
|
||||
## 3.0.0-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-restock-notification",
|
||||
"version": "3.0.0-rc.0",
|
||||
"version": "3.0.0-rc.1",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,7 +29,7 @@
|
||||
"watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "^1.8.0-rc.0",
|
||||
"@medusajs/medusa": "^1.8.0-rc.1",
|
||||
"medusa-interfaces": "1.3.7-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 5.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200), [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd), [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea), [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916), [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60), [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62), [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322)]:
|
||||
- @medusajs/medusa@1.8.0-rc.1
|
||||
- @medusajs/medusa-js@2.0.0-rc.1
|
||||
|
||||
## 5.0.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "5.0.0-rc.0",
|
||||
"version": "5.0.0-rc.1",
|
||||
"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.0",
|
||||
"@medusajs/medusa": "^1.8.0-rc.1",
|
||||
"@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.0",
|
||||
"@medusajs/medusa": "^1.8.0-rc.1",
|
||||
"@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.0"
|
||||
"@medusajs/medusa-js": "^2.0.0-rc.1"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# Change Log
|
||||
|
||||
## 1.8.0-rc.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3586](https://github.com/medusajs/medusa/pull/3586) [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Fix(medusa): include quantities when listing admin products with an inventory module installed
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3414](https://github.com/medusajs/medusa/pull/3414) [`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa-payment-paypal): Migrate to the new payment processor API
|
||||
|
||||
- [#3605](https://github.com/medusajs/medusa/pull/3605) [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Improved error message if default module is not installed
|
||||
|
||||
- [#3589](https://github.com/medusajs/medusa/pull/3589) [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa): remove soft delete from categories + adds indexes for categories
|
||||
|
||||
- [#3553](https://github.com/medusajs/medusa/pull/3553) [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa): invalidate price selection caching within update request
|
||||
|
||||
- [#3473](https://github.com/medusajs/medusa/pull/3473) [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(admin-ui): add errors and block receiving returns dependent on existing inventory item levels
|
||||
|
||||
- [#3541](https://github.com/medusajs/medusa/pull/3541) [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa, admin-ui): refine create-fulfillment flow
|
||||
|
||||
- Updated dependencies [[`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea)]:
|
||||
- @medusajs/modules-sdk@0.1.0-rc.1
|
||||
|
||||
## 1.8.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa",
|
||||
"version": "1.8.0-rc.0",
|
||||
"version": "1.8.0-rc.1",
|
||||
"description": "E-commerce for JAMstack",
|
||||
"main": "dist/index.js",
|
||||
"bin": "./cli.js",
|
||||
@@ -45,7 +45,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa-cli": "^1.3.9-rc.0",
|
||||
"@medusajs/modules-sdk": "^0.1.0-rc.0",
|
||||
"@medusajs/modules-sdk": "^0.1.0-rc.1",
|
||||
"@medusajs/utils": "^0.0.2-rc.0",
|
||||
"@types/ioredis": "^4.28.10",
|
||||
"@types/lodash": "^4.14.191",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @medusajs/modules-sdk
|
||||
|
||||
## 0.1.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3605](https://github.com/medusajs/medusa/pull/3605) [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Improved error message if default module is not installed
|
||||
|
||||
## 0.1.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/modules-sdk",
|
||||
"version": "0.1.0-rc.0",
|
||||
"version": "0.1.0-rc.1",
|
||||
"description": "SDK for medusa modules",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/oas-cli
|
||||
|
||||
## 0.2.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3559](https://github.com/medusajs/medusa/pull/3559) [`53c4a43ca`](https://github.com/medusajs/medusa/commit/53c4a43ca2b2c04920dc6f38e07348e7dfc23195) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(oas:cli): output better error when no command is provided
|
||||
|
||||
- Updated dependencies [[`530740889`](https://github.com/medusajs/medusa/commit/53074088941719ac7ca435e76e3e64ba23fac200), [`e359d3f85`](https://github.com/medusajs/medusa/commit/e359d3f85bc12fd3868fc4b563cd994366e899dd), [`bca1f80dd`](https://github.com/medusajs/medusa/commit/bca1f80dd501d878455e1ad4f5091cf20ef900ea), [`5f41cd9a6`](https://github.com/medusajs/medusa/commit/5f41cd9a67eb0962f999291594c0aac5e38eb916), [`1ce3cc5ae`](https://github.com/medusajs/medusa/commit/1ce3cc5ae4e4cb16eb03be49c9287503f759fc60), [`332a9b686`](https://github.com/medusajs/medusa/commit/332a9b686bd0d224855215213dd11b4704283f62), [`feaf8d2e1`](https://github.com/medusajs/medusa/commit/feaf8d2e19715585d154464d003759c3a1f4f322)]:
|
||||
- @medusajs/medusa@1.8.0-rc.1
|
||||
|
||||
## 0.2.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa-oas-cli",
|
||||
"version": "0.2.0-rc.0",
|
||||
"version": "0.2.0-rc.1",
|
||||
"description": "OAS CLI",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@@ -36,7 +36,7 @@
|
||||
"test:unit": "jest src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa": "1.8.0-rc.0",
|
||||
"@medusajs/medusa": "1.8.0-rc.1",
|
||||
"@medusajs/openapi-typescript-codegen": "0.2.0-rc.0",
|
||||
"@readme/openapi-parser": "^2.4.0",
|
||||
"@types/lodash": "^4.14.191",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/oas-github-ci
|
||||
|
||||
## 1.0.1-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`53c4a43ca`](https://github.com/medusajs/medusa/commit/53c4a43ca2b2c04920dc6f38e07348e7dfc23195)]:
|
||||
- @medusajs/medusa-oas-cli@0.2.0-rc.1
|
||||
|
||||
## 1.0.1-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/oas-github-ci",
|
||||
"version": "1.0.1-rc.0",
|
||||
"version": "1.0.1-rc.1",
|
||||
"description": "OAS Github CI",
|
||||
"main": "scripts/build-openapi.js",
|
||||
"files": [
|
||||
@@ -22,7 +22,7 @@
|
||||
"test:unit": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa-oas-cli": "0.2.0-rc.0",
|
||||
"@medusajs/medusa-oas-cli": "0.2.0-rc.1",
|
||||
"@readme/openapi-parser": "^2.4.0",
|
||||
"@redocly/cli": "1.0.0-beta.123",
|
||||
"execa": "^5.1.1",
|
||||
|
||||
@@ -5606,12 +5606,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@medusajs/admin-ui@0.0.1-rc.0, @medusajs/admin-ui@workspace:packages/admin-ui":
|
||||
"@medusajs/admin-ui@0.0.1-rc.1, @medusajs/admin-ui@workspace:packages/admin-ui":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/admin-ui@workspace:packages/admin-ui"
|
||||
dependencies:
|
||||
"@hookform/error-message": ^2.0.1
|
||||
"@medusajs/medusa": 1.8.0-rc.0
|
||||
"@medusajs/medusa": 1.8.0-rc.1
|
||||
"@medusajs/types": ^0.0.2-rc.0
|
||||
"@radix-ui/react-accordion": ^1.0.1
|
||||
"@radix-ui/react-avatar": ^1.0.1
|
||||
@@ -5641,7 +5641,7 @@ __metadata:
|
||||
copy-to-clipboard: ^3.3.1
|
||||
emoji-picker-react: ^4.4.3
|
||||
framer-motion: ^9.1.6
|
||||
medusa-react: 5.0.0-rc.0
|
||||
medusa-react: 5.0.0-rc.1
|
||||
moment: ^2.29.4
|
||||
pluralize: ^8.0.0
|
||||
postcss: ^8.4.21
|
||||
@@ -5678,7 +5678,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/admin@workspace:packages/admin"
|
||||
dependencies:
|
||||
"@medusajs/admin-ui": 0.0.1-rc.0
|
||||
"@medusajs/admin-ui": 0.0.1-rc.1
|
||||
"@types/express": ^4.17.13
|
||||
commander: ^10.0.0
|
||||
dotenv: ^16.0.3
|
||||
@@ -5690,7 +5690,7 @@ __metadata:
|
||||
ts-dedent: ^2.2.0
|
||||
typescript: ^4.9.3
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": 1.8.0-rc.0
|
||||
"@medusajs/medusa": 1.8.0-rc.1
|
||||
bin:
|
||||
medusa-admin: ./bin/medusa-admin.js
|
||||
languageName: unknown
|
||||
@@ -5728,7 +5728,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/client-types@workspace:packages/generated/client-types"
|
||||
dependencies:
|
||||
"@medusajs/medusa-oas-cli": 0.2.0-rc.0
|
||||
"@medusajs/medusa-oas-cli": 0.2.0-rc.1
|
||||
cross-env: ^7.0.3
|
||||
execa: ^5.1.1
|
||||
jest: ^27.4.7
|
||||
@@ -5738,11 +5738,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/event-bus-local@1.8.0-rc.0, @medusajs/event-bus-local@workspace:packages/event-bus-local":
|
||||
"@medusajs/event-bus-local@1.8.0-rc.1, @medusajs/event-bus-local@workspace:packages/event-bus-local":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/event-bus-local@workspace:packages/event-bus-local"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 0.1.0-rc.0
|
||||
"@medusajs/modules-sdk": 0.1.0-rc.1
|
||||
"@medusajs/types": ^0.0.2-rc.0
|
||||
"@medusajs/utils": ^0.0.2-rc.0
|
||||
cross-env: ^5.2.1
|
||||
@@ -5756,7 +5756,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/event-bus-redis@workspace:packages/event-bus-redis"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 0.1.0-rc.0
|
||||
"@medusajs/modules-sdk": 0.1.0-rc.1
|
||||
"@medusajs/types": ^0.0.2-rc.0
|
||||
"@medusajs/utils": ^0.0.2-rc.0
|
||||
awilix: ^8.0.0
|
||||
@@ -5774,7 +5774,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/inventory@workspace:packages/inventory"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 0.1.0-rc.0
|
||||
"@medusajs/modules-sdk": 0.1.0-rc.1
|
||||
"@medusajs/types": ^0.0.2-rc.0
|
||||
"@medusajs/utils": ^0.0.2-rc.0
|
||||
awilix: ^8.0.0
|
||||
@@ -5828,11 +5828,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/medusa-js@^2.0.0-rc.0, @medusajs/medusa-js@workspace:packages/medusa-js":
|
||||
"@medusajs/medusa-js@^2.0.0-rc.1, @medusajs/medusa-js@workspace:packages/medusa-js":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
|
||||
dependencies:
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
"@types/uuid": ^9.0.0
|
||||
axios: ^0.24.0
|
||||
cross-env: ^7.0.3
|
||||
@@ -5844,15 +5844,15 @@ __metadata:
|
||||
typescript: ^4.9.5
|
||||
uuid: ^9.0.0
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/medusa-oas-cli@0.2.0-rc.0, @medusajs/medusa-oas-cli@workspace:packages/oas/medusa-oas-cli":
|
||||
"@medusajs/medusa-oas-cli@0.2.0-rc.1, @medusajs/medusa-oas-cli@workspace:packages/oas/medusa-oas-cli":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/medusa-oas-cli@workspace:packages/oas/medusa-oas-cli"
|
||||
dependencies:
|
||||
"@medusajs/medusa": 1.8.0-rc.0
|
||||
"@medusajs/medusa": 1.8.0-rc.1
|
||||
"@medusajs/openapi-typescript-codegen": 0.2.0-rc.0
|
||||
"@readme/openapi-parser": ^2.4.0
|
||||
"@types/lodash": ^4.14.191
|
||||
@@ -5871,12 +5871,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/medusa@1.8.0-rc.0, @medusajs/medusa@^1.8.0-rc.0, @medusajs/medusa@workspace:packages/medusa":
|
||||
"@medusajs/medusa@1.8.0-rc.1, @medusajs/medusa@^1.8.0-rc.0, @medusajs/medusa@^1.8.0-rc.1, @medusajs/medusa@workspace:packages/medusa":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/medusa@workspace:packages/medusa"
|
||||
dependencies:
|
||||
"@medusajs/medusa-cli": ^1.3.9-rc.0
|
||||
"@medusajs/modules-sdk": ^0.1.0-rc.0
|
||||
"@medusajs/modules-sdk": ^0.1.0-rc.1
|
||||
"@medusajs/types": ^0.0.2-rc.0
|
||||
"@medusajs/utils": ^0.0.2-rc.0
|
||||
"@types/express": ^4.17.17
|
||||
@@ -5941,7 +5941,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/modules-sdk@0.1.0-rc.0, @medusajs/modules-sdk@^0.1.0-rc.0, @medusajs/modules-sdk@workspace:packages/modules-sdk":
|
||||
"@medusajs/modules-sdk@0.1.0-rc.1, @medusajs/modules-sdk@^0.1.0-rc.0, @medusajs/modules-sdk@^0.1.0-rc.1, @medusajs/modules-sdk@workspace:packages/modules-sdk":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/modules-sdk@workspace:packages/modules-sdk"
|
||||
dependencies:
|
||||
@@ -5962,7 +5962,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/oas-github-ci@workspace:packages/oas/oas-github-ci"
|
||||
dependencies:
|
||||
"@medusajs/medusa-oas-cli": 0.2.0-rc.0
|
||||
"@medusajs/medusa-oas-cli": 0.2.0-rc.1
|
||||
"@readme/openapi-parser": ^2.4.0
|
||||
"@redocly/cli": 1.0.0-beta.123
|
||||
execa: ^5.1.1
|
||||
@@ -23337,8 +23337,8 @@ __metadata:
|
||||
"@babel/core": ^7.12.10
|
||||
"@babel/node": ^7.12.10
|
||||
"@medusajs/cache-inmemory": 1.8.0-rc.0
|
||||
"@medusajs/event-bus-local": 1.8.0-rc.0
|
||||
"@medusajs/medusa": 1.8.0-rc.0
|
||||
"@medusajs/event-bus-local": 1.8.0-rc.1
|
||||
"@medusajs/medusa": 1.8.0-rc.1
|
||||
babel-preset-medusa-package: "*"
|
||||
faker: ^5.5.3
|
||||
jest: ^26.6.3
|
||||
@@ -23356,8 +23356,8 @@ __metadata:
|
||||
"@babel/core": ^7.12.10
|
||||
"@babel/node": ^7.12.10
|
||||
"@medusajs/cache-inmemory": 1.8.0-rc.0
|
||||
"@medusajs/event-bus-local": 1.8.0-rc.0
|
||||
"@medusajs/medusa": 1.8.0-rc.0
|
||||
"@medusajs/event-bus-local": 1.8.0-rc.1
|
||||
"@medusajs/medusa": 1.8.0-rc.1
|
||||
babel-preset-medusa-package: "*"
|
||||
faker: ^5.5.3
|
||||
jest: ^26.6.3
|
||||
@@ -23376,7 +23376,7 @@ __metadata:
|
||||
"@babel/cli": ^7.12.10
|
||||
"@babel/core": ^7.12.10
|
||||
"@babel/node": ^7.12.10
|
||||
"@medusajs/medusa": 1.8.0-rc.0
|
||||
"@medusajs/medusa": 1.8.0-rc.1
|
||||
babel-preset-medusa-package: "*"
|
||||
jest: ^26.6.3
|
||||
jest-environment-node: 26.6.2
|
||||
@@ -28538,7 +28538,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-payment-paypal@workspace:packages/medusa-payment-paypal"
|
||||
dependencies:
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
"@paypal/checkout-server-sdk": ^1.0.3
|
||||
"@types/stripe": ^8.0.417
|
||||
axios: ^1.3.4
|
||||
@@ -28549,7 +28549,7 @@ __metadata:
|
||||
medusa-core-utils: ^1.2.0-rc.0
|
||||
typescript: ^4.4.4
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": ^1.7.7
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -28557,7 +28557,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-payment-stripe@workspace:packages/medusa-payment-stripe"
|
||||
dependencies:
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
"@types/stripe": ^8.0.417
|
||||
body-parser: ^1.19.0
|
||||
cross-env: ^5.2.1
|
||||
@@ -28567,7 +28567,7 @@ __metadata:
|
||||
stripe: ^11.10.0
|
||||
typescript: ^4.9.5
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -28788,7 +28788,7 @@ __metadata:
|
||||
pg: ^8.5.1
|
||||
ulid: ^2.3.0
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
medusa-interfaces: 1.3.7-rc.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -28932,13 +28932,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"medusa-react@5.0.0-rc.0, medusa-react@workspace:packages/medusa-react":
|
||||
"medusa-react@5.0.0-rc.1, medusa-react@workspace:packages/medusa-react":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-react@workspace:packages/medusa-react"
|
||||
dependencies:
|
||||
"@babel/core": ^7.16.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa-js": ^2.0.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
"@medusajs/medusa-js": ^2.0.0-rc.1
|
||||
"@storybook/addon-essentials": ^6.3.12
|
||||
"@storybook/addon-links": ^6.3.12
|
||||
"@storybook/addons": ^6.3.12
|
||||
@@ -28964,7 +28964,7 @@ __metadata:
|
||||
tslib: ^2.3.1
|
||||
tsup: ^6.5.0
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": ^1.8.0-rc.0
|
||||
"@medusajs/medusa": ^1.8.0-rc.1
|
||||
"@tanstack/react-query": ^4.22.0
|
||||
react: ^16.8 || ^17.0 || ^18.0
|
||||
react-dom: ^16.8 || ^17.0 || ^18.0
|
||||
|
||||
Reference in New Issue
Block a user