[vercel deploy]
Release 2023-03-27, E&M * PF
This commit is contained in:
parent
9d625fc405
commit
37f924ece3
8 changed files with 19 additions and 22 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-emails-and-messages": patch
|
||||
---
|
||||
|
||||
Improve instructions for the app configuration
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-emails-and-messages": minor
|
||||
---
|
||||
|
||||
Enable Sendgrid support
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-products-feed": patch
|
||||
---
|
||||
|
||||
Update the UI to the common theme
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-products-feed": patch
|
||||
---
|
||||
|
||||
Add Google Products Category mapping
|
|
@ -1,5 +1,15 @@
|
|||
# saleor-app-emails-and-messages
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 14ac614: Enable Sendgrid support
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9d625fc: Improve instructions for the app configuration
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-emails-and-messages",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-products-feed
|
||||
|
||||
## 1.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5fad97c: Update the UI to the common theme
|
||||
- f58043f: Add Google Products Category mapping
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-products-feed",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
Loading…
Reference in a new issue