chore(release): Publish
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@medusajs/medusa": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix(medusa): fix missing throw in the store cart create-payment-sessions
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@medusajs/medusa": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix(medusa): add support for retrying failed event bus jobs
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"@medusajs/medusa": patch
|
|
||||||
"@medusajs/medusa-js": patch
|
|
||||||
"medusa-react": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
feat(medusa, medusa-js, medusa-react): /store api product types
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@medusajs/medusa": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Order/cart decorate totals should assign items totals, shipping option requirements should be tax-inclusive if shipping option is, ensure swaps can be created on orders with discounts
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"medusa-telemetry": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix incorrect import
|
|
||||||
@@ -1,5 +1,12 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.3.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`cfb24d72f`](https://github.com/medusajs/medusa/commit/cfb24d72fa303a6755e8579c46d3c7f36278b120)]:
|
||||||
|
- medusa-telemetry@0.0.14
|
||||||
|
|
||||||
## 1.3.3
|
## 1.3.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@medusajs/medusa-cli",
|
"name": "@medusajs/medusa-cli",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"description": "Command Line interface for Medusa Commerce",
|
"description": "Command Line interface for Medusa Commerce",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
"is-valid-path": "^0.1.1",
|
"is-valid-path": "^0.1.1",
|
||||||
"meant": "^1.0.1",
|
"meant": "^1.0.1",
|
||||||
"medusa-core-utils": "^1.1.31",
|
"medusa-core-utils": "^1.1.31",
|
||||||
"medusa-telemetry": "0.0.13",
|
"medusa-telemetry": "0.0.14",
|
||||||
"netrc-parser": "^3.1.6",
|
"netrc-parser": "^3.1.6",
|
||||||
"open": "^8.0.6",
|
"open": "^8.0.6",
|
||||||
"ora": "^5.4.1",
|
"ora": "^5.4.1",
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.3.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2552](https://github.com/medusajs/medusa/pull/2552) [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(medusa, medusa-js, medusa-react): /store api product types
|
||||||
|
|
||||||
|
- Updated dependencies [[`2d095a0ce`](https://github.com/medusajs/medusa/commit/2d095a0ce14ab7f24b4e6856cb4850cea18af21c), [`8069ed5e9`](https://github.com/medusajs/medusa/commit/8069ed5e99dc53a912df9bb860114d2258044108), [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7), [`5ea4b728e`](https://github.com/medusajs/medusa/commit/5ea4b728e728a7e6d4d6fe7255ea80395ab75bd3)]:
|
||||||
|
- @medusajs/medusa@1.6.2
|
||||||
|
|
||||||
## 1.3.2
|
## 1.3.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@medusajs/medusa-js",
|
"name": "@medusajs/medusa-js",
|
||||||
"version": "1.3.2",
|
"version": "1.3.3",
|
||||||
"description": "Client for Medusa Commerce Rest API",
|
"description": "Client for Medusa Commerce Rest API",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"author": "Oliver Juhl",
|
"author": "Oliver Juhl",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@medusajs/medusa": "^1.6.0",
|
"@medusajs/medusa": "^1.6.2",
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
"qs": "^6.10.3",
|
"qs": "^6.10.3",
|
||||||
|
|||||||
@@ -1,5 +1,15 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 3.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2552](https://github.com/medusajs/medusa/pull/2552) [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(medusa, medusa-js, medusa-react): /store api product types
|
||||||
|
|
||||||
|
- Updated dependencies [[`2d095a0ce`](https://github.com/medusajs/medusa/commit/2d095a0ce14ab7f24b4e6856cb4850cea18af21c), [`8069ed5e9`](https://github.com/medusajs/medusa/commit/8069ed5e99dc53a912df9bb860114d2258044108), [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7), [`5ea4b728e`](https://github.com/medusajs/medusa/commit/5ea4b728e728a7e6d4d6fe7255ea80395ab75bd3)]:
|
||||||
|
- @medusajs/medusa@1.6.2
|
||||||
|
- @medusajs/medusa-js@1.3.3
|
||||||
|
|
||||||
## 3.0.0
|
## 3.0.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"build-storybook": "build-storybook"
|
"build-storybook": "build-storybook"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@medusajs/medusa": "^1.6.0",
|
"@medusajs/medusa": "^1.6.2",
|
||||||
"react": ">=16",
|
"react": ">=16",
|
||||||
"react-query": ">= 3.29.0"
|
"react-query": ">= 3.29.0"
|
||||||
},
|
},
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
"tslib": "^2.3.1"
|
"tslib": "^2.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@medusajs/medusa-js": "^1.3.2",
|
"@medusajs/medusa-js": "^1.3.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"react-query": "^3.31.0"
|
"react-query": "^3.31.0"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.0.14
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2574](https://github.com/medusajs/medusa/pull/2574) [`cfb24d72f`](https://github.com/medusajs/medusa/commit/cfb24d72fa303a6755e8579c46d3c7f36278b120) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Fix incorrect import
|
||||||
|
|
||||||
## 0.0.13
|
## 0.0.13
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "medusa-telemetry",
|
"name": "medusa-telemetry",
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"description": "Telemetry for Medusa",
|
"description": "Telemetry for Medusa",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -1,5 +1,20 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.6.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2568](https://github.com/medusajs/medusa/pull/2568) [`2d095a0ce`](https://github.com/medusajs/medusa/commit/2d095a0ce14ab7f24b4e6856cb4850cea18af21c) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): fix missing throw in the store cart create-payment-sessions
|
||||||
|
|
||||||
|
* [#2566](https://github.com/medusajs/medusa/pull/2566) [`8069ed5e9`](https://github.com/medusajs/medusa/commit/8069ed5e99dc53a912df9bb860114d2258044108) Thanks [@srindom](https://github.com/srindom)! - fix(medusa): add support for retrying failed event bus jobs
|
||||||
|
|
||||||
|
- [#2552](https://github.com/medusajs/medusa/pull/2552) [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(medusa, medusa-js, medusa-react): /store api product types
|
||||||
|
|
||||||
|
* [#2460](https://github.com/medusajs/medusa/pull/2460) [`5ea4b728e`](https://github.com/medusajs/medusa/commit/5ea4b728e728a7e6d4d6fe7255ea80395ab75bd3) Thanks [@github-actions](https://github.com/apps/github-actions)! - Order/cart decorate totals should assign items totals, shipping option requirements should be tax-inclusive if shipping option is, ensure swaps can be created on orders with discounts
|
||||||
|
|
||||||
|
* Updated dependencies []:
|
||||||
|
- @medusajs/medusa-cli@1.3.4
|
||||||
|
|
||||||
## 1.6.1
|
## 1.6.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@medusajs/medusa",
|
"name": "@medusajs/medusa",
|
||||||
"version": "1.6.1",
|
"version": "1.6.2",
|
||||||
"description": "E-commerce for JAMstack",
|
"description": "E-commerce for JAMstack",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": "./cli.js",
|
"bin": "./cli.js",
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
"typeorm": "0.2.x"
|
"typeorm": "0.2.x"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@medusajs/medusa-cli": "^1.3.3",
|
"@medusajs/medusa-cli": "^1.3.4",
|
||||||
"@types/ioredis": "^4.28.10",
|
"@types/ioredis": "^4.28.10",
|
||||||
"@types/lodash": "^4.14.168",
|
"@types/lodash": "^4.14.168",
|
||||||
"awilix": "^4.2.3",
|
"awilix": "^4.2.3",
|
||||||
|
|||||||
18
yarn.lock
18
yarn.lock
@@ -4315,7 +4315,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@medusajs/medusa-cli@^1.3.3, @medusajs/medusa-cli@workspace:packages/medusa-cli":
|
"@medusajs/medusa-cli@^1.3.4, @medusajs/medusa-cli@workspace:packages/medusa-cli":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@medusajs/medusa-cli@workspace:packages/medusa-cli"
|
resolution: "@medusajs/medusa-cli@workspace:packages/medusa-cli"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4342,7 +4342,7 @@ __metadata:
|
|||||||
jest: ^25.5.2
|
jest: ^25.5.2
|
||||||
meant: ^1.0.1
|
meant: ^1.0.1
|
||||||
medusa-core-utils: ^1.1.31
|
medusa-core-utils: ^1.1.31
|
||||||
medusa-telemetry: 0.0.13
|
medusa-telemetry: 0.0.14
|
||||||
netrc-parser: ^3.1.6
|
netrc-parser: ^3.1.6
|
||||||
open: ^8.0.6
|
open: ^8.0.6
|
||||||
ora: ^5.4.1
|
ora: ^5.4.1
|
||||||
@@ -4360,11 +4360,11 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@medusajs/medusa-js@^1.3.2, @medusajs/medusa-js@workspace:packages/medusa-js":
|
"@medusajs/medusa-js@^1.3.3, @medusajs/medusa-js@workspace:packages/medusa-js":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
|
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@medusajs/medusa": ^1.6.0
|
"@medusajs/medusa": ^1.6.2
|
||||||
"@types/jest": ^26.0.19
|
"@types/jest": ^26.0.19
|
||||||
axios: ^0.24.0
|
axios: ^0.24.0
|
||||||
cross-env: ^7.0.3
|
cross-env: ^7.0.3
|
||||||
@@ -4376,14 +4376,14 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.6.0, @medusajs/medusa@workspace:packages/medusa":
|
"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.6.2, @medusajs/medusa@workspace:packages/medusa":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@medusajs/medusa@workspace:packages/medusa"
|
resolution: "@medusajs/medusa@workspace:packages/medusa"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/cli": ^7.14.3
|
"@babel/cli": ^7.14.3
|
||||||
"@babel/core": ^7.14.3
|
"@babel/core": ^7.14.3
|
||||||
"@babel/preset-typescript": ^7.13.0
|
"@babel/preset-typescript": ^7.13.0
|
||||||
"@medusajs/medusa-cli": ^1.3.3
|
"@medusajs/medusa-cli": ^1.3.4
|
||||||
"@types/express": ^4.17.13
|
"@types/express": ^4.17.13
|
||||||
"@types/ioredis": ^4.28.10
|
"@types/ioredis": ^4.28.10
|
||||||
"@types/jest": ^27.5.0
|
"@types/jest": ^27.5.0
|
||||||
@@ -24320,7 +24320,7 @@ __metadata:
|
|||||||
resolution: "medusa-react@workspace:packages/medusa-react"
|
resolution: "medusa-react@workspace:packages/medusa-react"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": ^7.16.0
|
"@babel/core": ^7.16.0
|
||||||
"@medusajs/medusa-js": ^1.3.2
|
"@medusajs/medusa-js": ^1.3.3
|
||||||
"@size-limit/preset-small-lib": ^6.0.4
|
"@size-limit/preset-small-lib": ^6.0.4
|
||||||
"@storybook/addon-contexts": ^5.3.21
|
"@storybook/addon-contexts": ^5.3.21
|
||||||
"@storybook/addon-essentials": ^6.3.12
|
"@storybook/addon-essentials": ^6.3.12
|
||||||
@@ -24351,7 +24351,7 @@ __metadata:
|
|||||||
ts-jest: ^27.1.4
|
ts-jest: ^27.1.4
|
||||||
tslib: ^2.3.1
|
tslib: ^2.3.1
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@medusajs/medusa": ^1.6.0
|
"@medusajs/medusa": ^1.6.2
|
||||||
react: ">=16"
|
react: ">=16"
|
||||||
react-query: ">= 3.29.0"
|
react-query: ">= 3.29.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@@ -24389,7 +24389,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"medusa-telemetry@0.0.13, medusa-telemetry@workspace:packages/medusa-telemetry":
|
"medusa-telemetry@0.0.14, medusa-telemetry@workspace:packages/medusa-telemetry":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "medusa-telemetry@workspace:packages/medusa-telemetry"
|
resolution: "medusa-telemetry@workspace:packages/medusa-telemetry"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user