chore: Version Packages (#4502)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-11 20:38:52 +02:00
committed by GitHub
parent 708a55199a
commit 04917d0721
69 changed files with 284 additions and 170 deletions

View File

@@ -1,7 +0,0 @@
---
"@medusajs/orchestration": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---
feat: Remote Joiner

View File

@@ -1,5 +0,0 @@
---
"create-medusa-app": patch
---
feat(create-medusa-app): remove .git directory in the project

View File

@@ -1,6 +0,0 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
chore(admin-ui): Remove new badges from inventory + categories

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Improve error messaging in plugin loader

View File

@@ -1,5 +0,0 @@
---
"gatsby-source-medusa": patch
---
chore(gatsby-source-medusa): Cleanup plugin setup

View File

@@ -1,6 +0,0 @@
---
"@medusajs/medusa-js": patch
"medusa-react": patch
---
feat(medusa-react,medusa-js): Allow custom headers

View File

@@ -1,12 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
"medusa-plugin-brightpearl": patch
"medusa-plugin-segment": patch
"medusa-plugin-sendgrid": patch
"medusa-plugin-slack-notification": patch
"@medusajs/utils": patch
---
fix(medusa, utils): fix the way selects are consumed alongside the relations

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Allow to register extended validators seemlesly

View File

@@ -1,12 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/event-bus-local": patch
"@medusajs/event-bus-redis": patch
"@medusajs/medusa-cli": patch
"medusa-plugin-algolia": patch
"medusa-plugin-meilisearch": patch
"@medusajs/product": patch
"@medusajs/types": patch
---
chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): model loader with customizations

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa-js": patch
---
fix(medusa-js): Update ambiguous type export

View File

@@ -1,5 +0,0 @@
---
"create-medusa-app": patch
---
chore(create-medusa-app): Cleanup the main script for readability and maintanability

View File

@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/utils": patch
---
feat(medusa, utils): improve devx for core entity customizations

View File

@@ -1,5 +0,0 @@
---
"medusa-react": patch
---
fix(medusa-react): fix wrong admin reservations query key

View File

@@ -1,7 +0,0 @@
---
"@medusajs/medusa": patch
"medusa-payment-paypal": patch
"medusa-payment-stripe": patch
---
feat(medusa, stripe, paypal): Add update payment session support to the abstract payment processor API

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(medusa): Concurrently get the items and count instead of sequentially

View File

@@ -1,5 +0,0 @@
---
"medusa-dev-cli": patch
---
chore(medusa-dev-cli): Cleanup plugin setup

View File

@@ -1,5 +0,0 @@
---
"medusa-plugin-sendgrid": patch
---
feat(medusa-plugin-sendgrid): Add error messages to SendgridService.sendNotification

View File

@@ -1,5 +1,16 @@
# @medusajs/admin-ui
## 1.9.1
### Patch Changes
- [#4444](https://github.com/medusajs/medusa/pull/4444) [`78a1f3943`](https://github.com/medusajs/medusa/commit/78a1f3943b1631170721169c19b5b47a4832330f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(admin-ui): Remove new badges from inventory + categories
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
- Updated dependencies [[`fe25c8a91`](https://github.com/medusajs/medusa/commit/fe25c8a91f4462c9ac5a15594fa71155df48c1eb), [`417debfe7`](https://github.com/medusajs/medusa/commit/417debfe7db6edd6722929fe0f905a63548a0c9e)]:
- medusa-react@9.0.2
## 1.9.0
### Minor Changes

View File

@@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"version": "1.9.0",
"version": "1.9.1",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
@@ -50,7 +50,7 @@
"copy-to-clipboard": "^3.3.1",
"emoji-picker-react": "^4.4.3",
"framer-motion": "^9.1.6",
"medusa-react": "^9.0.1",
"medusa-react": "^9.0.2",
"moment": "^2.29.4",
"pluralize": "^8.0.0",
"postcss": "^8.4.21",
@@ -83,8 +83,8 @@
"@medusajs/medusa": "^1.12.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/types": "^1.8.8",
"@medusajs/medusa": "^1.12.2",
"@medusajs/types": "^1.8.10",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",

View File

@@ -1,5 +1,16 @@
# @medusajs/admin
## 6.0.2
### Patch Changes
- [#4444](https://github.com/medusajs/medusa/pull/4444) [`78a1f3943`](https://github.com/medusajs/medusa/commit/78a1f3943b1631170721169c19b5b47a4832330f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(admin-ui): Remove new badges from inventory + categories
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
- Updated dependencies [[`78a1f3943`](https://github.com/medusajs/medusa/commit/78a1f3943b1631170721169c19b5b47a4832330f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086)]:
- @medusajs/admin-ui@1.9.1
## 6.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "6.0.1",
"version": "6.0.2",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^1.9.0",
"@medusajs/admin-ui": "^1.9.1",
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
@@ -40,7 +40,7 @@
"@medusajs/medusa": "^1.12.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.12.2",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},

View File

@@ -1,5 +1,16 @@
# Change Log
## 1.0.2
### Patch Changes
- [#4493](https://github.com/medusajs/medusa/pull/4493) [`4b4296dc1`](https://github.com/medusajs/medusa/commit/4b4296dc1651d325bd7e64eb0fdb0584989828f7) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(create-medusa-app): remove .git directory in the project
- [#4369](https://github.com/medusajs/medusa/pull/4369) [`d363da2b7`](https://github.com/medusajs/medusa/commit/d363da2b72820defe90b12b0dc741087f3b21090) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(create-medusa-app): Cleanup the main script for readability and maintanability
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2
## 1.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
@@ -13,7 +13,7 @@
"prepare": "cross-env NODE_ENV=production yarn run build"
},
"dependencies": {
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",

View File

@@ -1,5 +1,14 @@
# @medusajs/event-bus-local
## 1.9.6
### Patch Changes
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2
## 1.9.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "1.9.5",
"version": "1.9.6",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "^1.8.10",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"ts-jest": "^25.5.1",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"ulid": "^2.3.0"
}
}

View File

@@ -1,5 +1,14 @@
# @medusajs/event-bus-redis
## 1.8.9
### Patch Changes
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2
## 1.8.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-redis",
"version": "1.8.8",
"version": "1.8.9",
"description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "^1.8.10",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"medusa-test-utils": "^1.1.40",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"awilix": "^8.0.0",
"bullmq": "^3.5.6",
"ioredis": "^5.2.5"

View File

@@ -1,5 +1,11 @@
# Change Log
## 0.1.4
### Patch Changes
- [#4419](https://github.com/medusajs/medusa/pull/4419) [`627bdb689`](https://github.com/medusajs/medusa/commit/627bdb689f26282ba49a185bfc5182a7c1e734dd) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(gatsby-source-medusa): Cleanup plugin setup
## 0.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "gatsby-source-medusa",
"version": "0.1.3",
"version": "0.1.4",
"description": "Gatsby source plugin for building websites using Medusa Commerce as a data source",
"scripts": {
"test": "jest --passWithNoTests",

View File

@@ -24,7 +24,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa-oas-cli": "0.2.9",
"@medusajs/medusa-oas-cli": "0.2.10",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",

View File

@@ -1,5 +1,14 @@
# Change Log
## 1.3.17
### Patch Changes
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2
## 1.3.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.3.16",
"version": "1.3.17",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -34,7 +34,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"axios": "^0.21.4",
"chalk": "^4.0.0",
"configstore": "5.0.1",

View File

@@ -1,5 +1,11 @@
# Change Log
## 0.0.32
### Patch Changes
- [#4421](https://github.com/medusajs/medusa/pull/4421) [`5a4580b6a`](https://github.com/medusajs/medusa/commit/5a4580b6a8c305b7803c8d929843ca1f39677404) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-dev-cli): Cleanup plugin setup
## 0.0.31
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "medusa-dev-cli",
"description": "CLI helpers for contributors working on Medusa",
"version": "0.0.31",
"version": "0.0.32",
"author": "Sebastian Rindom <skrindom@gmail.com>",
"bin": {
"medusa-dev": "./dist/index.js"

View File

@@ -1,5 +1,13 @@
# Change Log
## 6.0.2
### Patch Changes
- [#4409](https://github.com/medusajs/medusa/pull/4409) [`fe25c8a91`](https://github.com/medusajs/medusa/commit/fe25c8a91f4462c9ac5a15594fa71155df48c1eb) Thanks [@pevey](https://github.com/pevey)! - feat(medusa-react,medusa-js): Allow custom headers
- [#4501](https://github.com/medusajs/medusa/pull/4501) [`708a55199`](https://github.com/medusajs/medusa/commit/708a55199aeb23f5a75fd240ddd10af2c95f3957) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa-js): Update ambiguous type export
## 6.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "6.0.1",
"version": "6.0.2",
"description": "Client for Medusa Commerce Rest API",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -44,7 +44,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.12.2",
"@types/uuid": "^9.0.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.5",

View File

@@ -1,5 +1,11 @@
# Change Log
## 6.0.2
### Patch Changes
- [#4442](https://github.com/medusajs/medusa/pull/4442) [`4264302f2`](https://github.com/medusajs/medusa/commit/4264302f214f0717e8b3218a15d43def9122879c) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa, stripe, paypal): Add update payment session support to the abstract payment processor API
## 6.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-paypal",
"version": "6.0.1",
"version": "6.0.2",
"description": "Paypal Payment provider for Medusa Commerce",
"main": "dist/index.js",
"repository": {
@@ -20,8 +20,8 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/types": "^1.8.8",
"@medusajs/medusa": "^1.12.2",
"@medusajs/types": "^1.8.10",
"@types/stripe": "^8.0.417",
"cross-env": "^5.2.1",
"jest": "^25.5.4",

View File

@@ -1,5 +1,11 @@
# Change Log
## 6.0.2
### Patch Changes
- [#4442](https://github.com/medusajs/medusa/pull/4442) [`4264302f2`](https://github.com/medusajs/medusa/commit/4264302f214f0717e8b3218a15d43def9122879c) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa, stripe, paypal): Add update payment session support to the abstract payment processor API
## 6.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "6.0.1",
"version": "6.0.2",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "dist/index.js",
"repository": {
@@ -20,7 +20,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.12.2",
"@types/stripe": "^8.0.417",
"awilix": "^8.0.1",
"cross-env": "^5.2.1",

View File

@@ -1,5 +1,14 @@
# Change Log
## 0.2.19
### Patch Changes
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2
## 0.2.18
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-algolia",
"version": "0.2.18",
"version": "0.2.19",
"description": "Algolia search plugin for Medusa",
"repository": {
"type": "git",
@@ -20,11 +20,11 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"algoliasearch": "^4.15.0"
},
"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "^1.8.10",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.10
### Patch Changes
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
## 1.3.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-brightpearl",
"version": "1.3.9",
"version": "1.3.10",
"description": "Brightpearl plugin for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -21,7 +21,7 @@
"@babel/preset-env": "^7.7.5",
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.9.6",
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.12.2",
"axios-mock-adapter": "^1.18.2",
"axios-mock-server": "^0.19.1",
"client-sessions": "^0.8.0",

View File

@@ -1,5 +1,14 @@
# Change Log
## 2.0.9
### Patch Changes
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2
## 2.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-meilisearch",
"version": "2.0.8",
"version": "2.0.9",
"description": "Meilisearch search plugin for Medusa",
"repository": {
"type": "git",
@@ -20,7 +20,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"body-parser": "^1.19.0",
"lodash": "^4.17.21",
"meilisearch": "^0.32.3"
@@ -29,8 +29,8 @@
"@medusajs/medusa": "^1.12.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/types": "^1.8.8",
"@medusajs/medusa": "^1.12.2",
"@medusajs/types": "^1.8.10",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"typescript": "^4.9.5"

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.7
### Patch Changes
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
## 1.3.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-segment",
"version": "1.3.6",
"version": "1.3.7",
"description": "Segment Analytics",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,13 @@
# Change Log
## 1.3.10
### Patch Changes
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
- [#4384](https://github.com/medusajs/medusa/pull/4384) [`f65a501da`](https://github.com/medusajs/medusa/commit/f65a501da5101da75217a2b69a61ccd4fd3a3b4d) Thanks [@pevey](https://github.com/pevey)! - feat(medusa-plugin-sendgrid): Add error messages to SendgridService.sendNotification
## 1.3.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-sendgrid",
"version": "1.3.9",
"version": "1.3.10",
"description": "SendGrid transactional emails",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.10
### Patch Changes
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
## 1.3.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-slack-notification",
"version": "1.3.9",
"version": "1.3.10",
"description": "Slack notifications",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,16 @@
# Change Log
## 9.0.2
### Patch Changes
- [#4409](https://github.com/medusajs/medusa/pull/4409) [`fe25c8a91`](https://github.com/medusajs/medusa/commit/fe25c8a91f4462c9ac5a15594fa71155df48c1eb) Thanks [@pevey](https://github.com/pevey)! - feat(medusa-react,medusa-js): Allow custom headers
- [#4441](https://github.com/medusajs/medusa/pull/4441) [`417debfe7`](https://github.com/medusajs/medusa/commit/417debfe7db6edd6722929fe0f905a63548a0c9e) Thanks [@josetr](https://github.com/josetr)! - fix(medusa-react): fix wrong admin reservations query key
- Updated dependencies [[`fe25c8a91`](https://github.com/medusajs/medusa/commit/fe25c8a91f4462c9ac5a15594fa71155df48c1eb), [`708a55199`](https://github.com/medusajs/medusa/commit/708a55199aeb23f5a75fd240ddd10af2c95f3957)]:
- @medusajs/medusa-js@6.0.2
## 9.0.1
### Patch Changes

View File

@@ -1,5 +1,5 @@
{
"version": "9.0.1",
"version": "9.0.2",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -34,7 +34,7 @@
"author": "Zakaria S. El Asri",
"devDependencies": {
"@babel/core": "^7.16.0",
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.12.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": "^6.0.1"
"@medusajs/medusa-js": "^6.0.2"
},
"msw": {
"workerDirectory": "public"

View File

@@ -1,5 +1,29 @@
# Change Log
## 1.12.2
### Patch Changes
- [#4410](https://github.com/medusajs/medusa/pull/4410) [`85eb12883`](https://github.com/medusajs/medusa/commit/85eb12883e0571d494687e7a7e2f310c878f721d) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Improve error messaging in plugin loader
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
- [#4397](https://github.com/medusajs/medusa/pull/4397) [`01245ac89`](https://github.com/medusajs/medusa/commit/01245ac89e13b687ac346c35168f9f28014e613d) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Allow to register extended validators seemlesly
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
- [#4443](https://github.com/medusajs/medusa/pull/4443) [`bdd9c5a7e`](https://github.com/medusajs/medusa/commit/bdd9c5a7e9a9b1a6b4d1e2dcf22f67540494fedc) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): model loader with customizations
- [#4398](https://github.com/medusajs/medusa/pull/4398) [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, utils): improve devx for core entity customizations
- [#4442](https://github.com/medusajs/medusa/pull/4442) [`4264302f2`](https://github.com/medusajs/medusa/commit/4264302f214f0717e8b3218a15d43def9122879c) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa, stripe, paypal): Add update payment session support to the abstract payment processor API
- [#4367](https://github.com/medusajs/medusa/pull/4367) [`7bf7d2ade`](https://github.com/medusajs/medusa/commit/7bf7d2adef53b80230a36c22e639b471e501e52e) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa): Concurrently get the items and count instead of sequentially
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2
- @medusajs/medusa-cli@1.3.17
## 1.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.12.1",
"version": "1.12.2",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"bin": "./cli.js",
@@ -19,7 +19,7 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "^1.8.10",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
@@ -47,9 +47,9 @@
"typeorm": "^0.3.16"
},
"dependencies": {
"@medusajs/medusa-cli": "^1.3.16",
"@medusajs/medusa-cli": "^1.3.17",
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",

View File

@@ -1,5 +1,14 @@
# @medusajs/oas-cli
## 0.2.10
### Patch Changes
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`85eb12883`](https://github.com/medusajs/medusa/commit/85eb12883e0571d494687e7a7e2f310c878f721d), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`01245ac89`](https://github.com/medusajs/medusa/commit/01245ac89e13b687ac346c35168f9f28014e613d), [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32), [`bdd9c5a7e`](https://github.com/medusajs/medusa/commit/bdd9c5a7e9a9b1a6b4d1e2dcf22f67540494fedc), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a), [`4264302f2`](https://github.com/medusajs/medusa/commit/4264302f214f0717e8b3218a15d43def9122879c), [`7bf7d2ade`](https://github.com/medusajs/medusa/commit/7bf7d2adef53b80230a36c22e639b471e501e52e)]:
- @medusajs/types@1.8.10
- @medusajs/utils@1.9.2
- @medusajs/medusa@1.12.2
## 0.2.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.9",
"version": "0.2.10",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -35,7 +35,7 @@
"test": "NODE_OPTIONS='--unhandled-rejections=strict' jest src"
},
"dependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.12.2",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "workspace:^",
"@medusajs/utils": "workspace:^",

View File

@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci
## 1.0.10
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.10
## 1.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.9",
"version": "1.0.10",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.9",
"@medusajs/medusa-oas-cli": "0.2.10",
"execa": "^5.1.1"
}
}

View File

@@ -0,0 +1,10 @@
# @medusajs/orchestration
## 0.0.2
### Patch Changes
- [#4098](https://github.com/medusajs/medusa/pull/4098) [`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: Remote Joiner
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/utils@1.9.2

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "0.0.1",
"version": "0.0.2",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"repository": {
@@ -17,14 +17,14 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.7",
"@medusajs/types": "^1.8.10",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/utils": "^1.9.1",
"@medusajs/utils": "^1.9.2",
"graphql": "^16.6.0"
},
"scripts": {

View File

@@ -1,5 +1,15 @@
# @medusajs/product
## 0.1.2
### Patch Changes
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
- Updated dependencies [[`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f), [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086), [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32), [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a)]:
- @medusajs/types@1.8.10
- @medusajs/utils@1.9.2
## 0.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/product",
"version": "0.1.1",
"version": "0.1.2",
"description": "Medusa Product module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -50,8 +50,8 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/types": "^1.8.9",
"@medusajs/utils": "^1.9.1",
"@medusajs/types": "^1.8.10",
"@medusajs/utils": "^1.9.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",

View File

@@ -1,5 +1,13 @@
# @medusajs/types
## 1.8.10
### Patch Changes
- [#4098](https://github.com/medusajs/medusa/pull/4098) [`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: Remote Joiner
- [#4420](https://github.com/medusajs/medusa/pull/4420) [`6f1fa244f`](https://github.com/medusajs/medusa/commit/6f1fa244fa47d4ecdaa7363483bd7da555dbbf32) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa-cli): Cleanup plugin setup + include Logger type update which is used across multiple packages
## 1.8.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "1.8.9",
"version": "1.8.10",
"description": "Medusa Types definition",
"main": "dist/index.js",
"repository": {

View File

@@ -1,5 +1,15 @@
# @medusajs/utils
## 1.9.2
### Patch Changes
- [#4098](https://github.com/medusajs/medusa/pull/4098) [`499c3478c`](https://github.com/medusajs/medusa/commit/499c3478c910c8b922a15cc6f4d9fbad122a347f) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: Remote Joiner
- [#4389](https://github.com/medusajs/medusa/pull/4389) [`9dcdc0041`](https://github.com/medusajs/medusa/commit/9dcdc0041a2b08cc0723343dd8d9127d9977b086) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, utils): fix the way selects are consumed alongside the relations
- [#4398](https://github.com/medusajs/medusa/pull/4398) [`9760d4a96`](https://github.com/medusajs/medusa/commit/9760d4a96c27f6f89a8c3f3b6e73b17547f97f2a) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, utils): improve devx for core entity customizations
## 1.9.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "1.9.1",
"version": "1.9.2",
"description": "Medusa utilities functions shared by Medusa core and Modules",
"main": "dist/index.js",
"repository": {
@@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "^1.8.10",
"@types/express": "^4.17.17",
"cross-env": "^5.2.1",
"express": "^4.18.2",