chore(release): Publish

This commit is contained in:
olivermrbl
2022-11-10 19:31:03 +01:00
parent 04e894ec39
commit 5dcbec3788
6 changed files with 14 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Retrieve deleted regions on orders

View File

@@ -1,5 +0,0 @@
---
"medusa-payment-stripe": patch
---
Support provider specific intent options

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.1.47
### Patch Changes
- [#2581](https://github.com/medusajs/medusa/pull/2581) [`04e894ec3`](https://github.com/medusajs/medusa/commit/04e894ec39e1008be893a6cf313c3822a085579c) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Support provider specific intent options
## 1.1.46
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "1.1.46",
"version": "1.1.47",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.6.3
### Patch Changes
- [#2583](https://github.com/medusajs/medusa/pull/2583) [`699bb1d57`](https://github.com/medusajs/medusa/commit/699bb1d57bfe532a6bcff1aea7a75bc793c135cd) Thanks [@adrien2p](https://github.com/adrien2p)! - Retrieve deleted regions on orders
## 1.6.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.6.2",
"version": "1.6.3",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",