chore: Version Packages (#5171)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-29 14:17:21 -04:00
committed by GitHub
parent 8cf92cea18
commit dab8a82cc1
53 changed files with 207 additions and 149 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Product model before insert hook
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
Fix portuguese transalations
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": minor
"@medusajs/medusa-js": minor
---
feat(medusa): Authentication overhaul
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): quantity prices for line item updates
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): admin list product with product isolated module
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): Add Arabic translations
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
feat(utils): Provide an utils that allows to convert an array of fields to a complete remote query object
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/orchestration": patch
---
chore: Add missing changeset
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/modules-sdk": patch
---
Feat/update cart product isolation
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin-ui): Allow nullish values in update variant
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/workflows": patch
---
fix(medusa, workflows): Create product workflow with Isolated modules + module registration
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Admin get product with isolated module
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/oas-github-ci": patch
---
feat(@medusajs/oas-github-ci): changed output path to match new docs workspace
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Remove create product unnecessary input config workflow
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"medusa-react": patch
---
fix(medusa-react): `@medusajs/medusa-js` import
-5
View File
@@ -1,5 +0,0 @@
---
"create-medusa-app": patch
---
fix(create-medusa-app): fix inconsistency in checking errors in migrations
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): In product isolation, throw if product not found
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"medusa-payment-stripe": patch
---
fix(medusa-payment-stripe): adds missing undefined check
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/pricing": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---
feat(types,pricing,utils): Exact match based on context + fallback on rule priority if not
+13
View File
@@ -1,5 +1,18 @@
# @medusajs/admin-ui
## 2.1.3
### Patch Changes
- [#5176](https://github.com/medusajs/medusa/pull/5176) [`25dad081b`](https://github.com/medusajs/medusa/commit/25dad081b7f99b5398d0d64eba50ebcb08e1138f) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Fix portuguese transalations
- [#5140](https://github.com/medusajs/medusa/pull/5140) [`f88e3865a`](https://github.com/medusajs/medusa/commit/f88e3865a07eafe476c8d7295d806674de478c19) Thanks [@PeterAbdalla](https://github.com/PeterAbdalla)! - feat(admin-ui): Add Arabic translations
- [#5173](https://github.com/medusajs/medusa/pull/5173) [`adb6fb3f7`](https://github.com/medusajs/medusa/commit/adb6fb3f7d2bce941395516cd61bcfae2908a74f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Allow nullish values in update variant
- Updated dependencies [[`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11)]:
- medusa-react@9.0.6
## 2.1.2
### Patch Changes
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"version": "2.1.2",
"version": "2.1.3",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/admin
## 7.1.3
### Patch Changes
- [#5173](https://github.com/medusajs/medusa/pull/5173) [`adb6fb3f7`](https://github.com/medusajs/medusa/commit/adb6fb3f7d2bce941395516cd61bcfae2908a74f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Allow nullish values in update variant
- Updated dependencies [[`25dad081b`](https://github.com/medusajs/medusa/commit/25dad081b7f99b5398d0d64eba50ebcb08e1138f), [`f88e3865a`](https://github.com/medusajs/medusa/commit/f88e3865a07eafe476c8d7295d806674de478c19), [`adb6fb3f7`](https://github.com/medusajs/medusa/commit/adb6fb3f7d2bce941395516cd61bcfae2908a74f)]:
- @medusajs/admin-ui@2.1.3
## 7.1.2
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.1.2",
"version": "7.1.3",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.2",
"@medusajs/admin-ui": "^2.1.3",
"@medusajs/ui": "^1.0.0",
"@medusajs/ui-preset": "^1.0.0",
"@rollup/plugin-alias": "5.0.0",
@@ -51,7 +51,7 @@
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.16.1",
"@medusajs/medusa": "^1.17.0",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## 1.2.2
### Patch Changes
- [#5189](https://github.com/medusajs/medusa/pull/5189) [`18a05dee8`](https://github.com/medusajs/medusa/commit/18a05dee86f55366c92a2669eacbccf526373ff5) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(create-medusa-app): fix inconsistency in checking errors in migrations
## 1.2.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "1.2.1",
"version": "1.2.2",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
+1 -1
View File
@@ -24,7 +24,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa-oas-cli": "0.2.19",
"@medusajs/medusa-oas-cli": "0.2.20",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
+1 -1
View File
@@ -14,7 +14,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
+1 -1
View File
@@ -14,7 +14,7 @@
"author": "Edin Skeja",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
+1 -1
View File
@@ -14,7 +14,7 @@
"author": "Sebastian Mateos Nicolajsen",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## 6.1.0
### Minor Changes
- [#4064](https://github.com/medusajs/medusa/pull/4064) [`2caff2efc`](https://github.com/medusajs/medusa/commit/2caff2efc757a3738ae8b7ee6fde77ee7100f995) Thanks [@dPreininger](https://github.com/dPreininger)! - feat(medusa): Authentication overhaul
## 6.0.4
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "6.0.4",
"version": "6.1.0",
"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.16.0",
"@medusajs/medusa": "^1.17.0",
"@types/uuid": "^9.0.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.5",
@@ -1,5 +1,11 @@
# Change Log
## 6.0.5
### Patch Changes
- [#5177](https://github.com/medusajs/medusa/pull/5177) [`c1b8f089e`](https://github.com/medusajs/medusa/commit/c1b8f089e3277f2aa4b7188bf914253e4ad0fe95) Thanks [@srindom](https://github.com/srindom)! - fix(medusa-payment-stripe): adds missing undefined check
## 6.0.4
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "6.0.4",
"version": "6.0.5",
"description": "Stripe Payment provider for Medusa Commerce",
"main": "dist/index.js",
"repository": {
@@ -20,13 +20,13 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/admin": "^7.0.2",
"@medusajs/medusa": "^1.15.1",
"@medusajs/admin": "^7.1.3",
"@medusajs/medusa": "^1.17.0",
"@types/stripe": "^8.0.417",
"awilix": "^8.0.1",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"medusa-react": "^9.0.4",
"medusa-react": "^9.0.6",
"rimraf": "^5.0.1",
"typescript": "^4.9.5"
},
+9
View File
@@ -1,5 +1,14 @@
# Change Log
## 9.0.6
### Patch Changes
- [#5207](https://github.com/medusajs/medusa/pull/5207) [`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa-react): `@medusajs/medusa-js` import
- Updated dependencies [[`2caff2efc`](https://github.com/medusajs/medusa/commit/2caff2efc757a3738ae8b7ee6fde77ee7100f995)]:
- @medusajs/medusa-js@6.1.0
## 9.0.5
### Patch Changes
+2 -2
View File
@@ -1,5 +1,5 @@
{
"version": "9.0.5",
"version": "9.0.6",
"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.16.0",
"@medusajs/medusa": "^1.17.0",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addons": "^6.3.12",
+34
View File
@@ -1,5 +1,39 @@
# Change Log
## 1.17.0
### Minor Changes
- [#4064](https://github.com/medusajs/medusa/pull/4064) [`2caff2efc`](https://github.com/medusajs/medusa/commit/2caff2efc757a3738ae8b7ee6fde77ee7100f995) Thanks [@dPreininger](https://github.com/dPreininger)! - feat(medusa): Authentication overhaul
### Patch Changes
- [#5200](https://github.com/medusajs/medusa/pull/5200) [`240c439be`](https://github.com/medusajs/medusa/commit/240c439beb76626e58006ceb86a1cd425f14d4fa) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Product model before insert hook
- [#5137](https://github.com/medusajs/medusa/pull/5137) [`2b91049f5`](https://github.com/medusajs/medusa/commit/2b91049f58b2bd70cbee53e1ace7d36f59da6fa4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): quantity prices for line item updates
- [#5046](https://github.com/medusajs/medusa/pull/5046) [`f1512605d`](https://github.com/medusajs/medusa/commit/f1512605d2d8b758be21f21d0b118e14b914d7d2) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): admin list product with product isolated module
- [#5168](https://github.com/medusajs/medusa/pull/5168) [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat/update cart product isolation
- [#5081](https://github.com/medusajs/medusa/pull/5081) [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, workflows): Create product workflow with Isolated modules + module registration
- [#5054](https://github.com/medusajs/medusa/pull/5054) [`5f76b967d`](https://github.com/medusajs/medusa/commit/5f76b967d9c6ae3a3f554c2d854299f5e22ee83e) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Admin get product with isolated module
- [#5196](https://github.com/medusajs/medusa/pull/5196) [`f285a6712`](https://github.com/medusajs/medusa/commit/f285a671232f34a35d9cd9c9a0e6faa8a899a674) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Remove create product unnecessary input config workflow
- [#5207](https://github.com/medusajs/medusa/pull/5207) [`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa-react): `@medusajs/medusa-js` import
- [#5224](https://github.com/medusajs/medusa/pull/5224) [`c68ba63c1`](https://github.com/medusajs/medusa/commit/c68ba63c1b4ac551cb53bfb494bf7046e652e083) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): In product isolation, throw if product not found
- [#5177](https://github.com/medusajs/medusa/pull/5177) [`c1b8f089e`](https://github.com/medusajs/medusa/commit/c1b8f089e3277f2aa4b7188bf914253e4ad0fe95) Thanks [@srindom](https://github.com/srindom)! - fix(medusa-payment-stripe): adds missing undefined check
- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`30233712c`](https://github.com/medusajs/medusa/commit/30233712cb93b38de50c266a9841cea413949611), [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e), [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/utils@1.10.2
- @medusajs/orchestration@0.4.1
- @medusajs/modules-sdk@1.11.3
- @medusajs/workflows@0.2.3
## 1.16.1
### Patch Changes
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.16.1",
"version": "1.17.0",
"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.11.1",
"@medusajs/types": "^1.11.2",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
@@ -49,10 +49,10 @@
"dependencies": {
"@medusajs/link-modules": "^0.1.1",
"@medusajs/medusa-cli": "^1.3.21",
"@medusajs/modules-sdk": "^1.11.2",
"@medusajs/orchestration": "^0.4.0",
"@medusajs/utils": "^1.10.1",
"@medusajs/workflows": "^0.2.2",
"@medusajs/modules-sdk": "^1.11.3",
"@medusajs/orchestration": "^0.4.1",
"@medusajs/utils": "^1.10.2",
"@medusajs/workflows": "^0.2.3",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/modules-sdk
## 1.11.3
### Patch Changes
- [#5168](https://github.com/medusajs/medusa/pull/5168) [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat/update cart product isolation
- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`30233712c`](https://github.com/medusajs/medusa/commit/30233712cb93b38de50c266a9841cea413949611), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/utils@1.10.2
- @medusajs/orchestration@0.4.1
- @medusajs/types@1.11.2
## 1.11.2
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "1.11.2",
"version": "1.11.3",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {
@@ -24,9 +24,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/orchestration": "^0.4.0",
"@medusajs/types": "^1.11.1",
"@medusajs/utils": "^1.10.1",
"@medusajs/orchestration": "^0.4.1",
"@medusajs/types": "^1.11.2",
"@medusajs/utils": "^1.10.2",
"awilix": "^8.0.0",
"knex": "2.4.2",
"pg": "^8.11.2",
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/oas-cli
## 0.2.20
### Patch Changes
- Updated dependencies [[`240c439be`](https://github.com/medusajs/medusa/commit/240c439beb76626e58006ceb86a1cd425f14d4fa), [`2caff2efc`](https://github.com/medusajs/medusa/commit/2caff2efc757a3738ae8b7ee6fde77ee7100f995), [`2b91049f5`](https://github.com/medusajs/medusa/commit/2b91049f58b2bd70cbee53e1ace7d36f59da6fa4), [`f1512605d`](https://github.com/medusajs/medusa/commit/f1512605d2d8b758be21f21d0b118e14b914d7d2), [`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e), [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639), [`5f76b967d`](https://github.com/medusajs/medusa/commit/5f76b967d9c6ae3a3f554c2d854299f5e22ee83e), [`f285a6712`](https://github.com/medusajs/medusa/commit/f285a671232f34a35d9cd9c9a0e6faa8a899a674), [`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11), [`c68ba63c1`](https://github.com/medusajs/medusa/commit/c68ba63c1b4ac551cb53bfb494bf7046e652e083), [`c1b8f089e`](https://github.com/medusajs/medusa/commit/c1b8f089e3277f2aa4b7188bf914253e4ad0fe95), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/medusa@1.17.0
- @medusajs/utils@1.10.2
- @medusajs/types@1.11.2
## 0.2.19
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.19",
"version": "0.2.20",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -34,7 +34,7 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "workspace:^",
"@medusajs/utils": "workspace:^",
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/oas-github-ci
## 1.0.20
### Patch Changes
- [#5174](https://github.com/medusajs/medusa/pull/5174) [`fa7c94b4c`](https://github.com/medusajs/medusa/commit/fa7c94b4ccf864d7a6c7ed4bba26b7086ed99b2f) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(@medusajs/oas-github-ci): changed output path to match new docs workspace
- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.20
## 1.0.19
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.19",
"version": "1.0.20",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.19",
"@medusajs/medusa-oas-cli": "0.2.20",
"execa": "^5.1.1"
}
}
+10
View File
@@ -1,5 +1,15 @@
# @medusajs/orchestration
## 0.4.1
### Patch Changes
- [`30233712c`](https://github.com/medusajs/medusa/commit/30233712cb93b38de50c266a9841cea413949611) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset
- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/utils@1.10.2
- @medusajs/types@1.11.2
## 0.4.0
### Minor Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "0.4.0",
"version": "0.4.1",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"repository": {
@@ -24,8 +24,8 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.1",
"@medusajs/utils": "^1.10.1",
"@medusajs/types": "^1.11.2",
"@medusajs/utils": "^1.10.2",
"awilix": "^8.0.0",
"graphql": "^16.6.0"
},
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/pricing
## 0.0.4
### Patch Changes
- [#5214](https://github.com/medusajs/medusa/pull/5214) [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,pricing,utils): Exact match based on context + fallback on rule priority if not
- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/utils@1.10.2
- @medusajs/modules-sdk@1.11.3
- @medusajs/types@1.11.2
## 0.0.3
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "0.0.3",
"version": "0.0.4",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -47,9 +47,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.11.0",
"@medusajs/types": "^1.11.1",
"@medusajs/utils": "^1.10.1",
"@medusajs/modules-sdk": "^1.11.3",
"@medusajs/types": "^1.11.2",
"@medusajs/utils": "^1.10.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/types
## 1.11.2
### Patch Changes
- [#5214](https://github.com/medusajs/medusa/pull/5214) [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,pricing,utils): Exact match based on context + fallback on rule priority if not
## 1.11.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "1.11.1",
"version": "1.11.2",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/utils
## 1.10.2
### Patch Changes
- [#5161](https://github.com/medusajs/medusa/pull/5161) [`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(utils): Provide an utils that allows to convert an array of fields to a complete remote query object
- [#5214](https://github.com/medusajs/medusa/pull/5214) [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,pricing,utils): Exact match based on context + fallback on rule priority if not
- Updated dependencies [[`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/types@1.11.2
## 1.10.1
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "1.10.1",
"version": "1.10.2",
"description": "Medusa utilities functions shared by Medusa core and Modules",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.1",
"@medusajs/types": "^1.11.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/workflows
## 0.2.3
### Patch Changes
- [#5081](https://github.com/medusajs/medusa/pull/5081) [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, workflows): Create product workflow with Isolated modules + module registration
- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`30233712c`](https://github.com/medusajs/medusa/commit/30233712cb93b38de50c266a9841cea413949611), [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/utils@1.10.2
- @medusajs/orchestration@0.4.1
- @medusajs/modules-sdk@1.11.3
## 0.2.2
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows",
"version": "0.2.2",
"version": "0.2.3",
"description": "Set of workflows for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.1",
"@medusajs/types": "^1.11.2",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
@@ -26,9 +26,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.11.0",
"@medusajs/orchestration": "^0.4.0",
"@medusajs/utils": "^1.10.1",
"@medusajs/modules-sdk": "^1.11.3",
"@medusajs/orchestration": "^0.4.1",
"@medusajs/utils": "^1.10.2",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},