[vercel deploy]

Release 2023-03-27, E&M * PF
This commit is contained in:
Lukasz Ostrowski 2023-03-27 11:20:39 +02:00 committed by GitHub
parent 9d625fc405
commit 37f924ece3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 19 additions and 22 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-emails-and-messages": patch
---
Improve instructions for the app configuration

View file

@ -1,5 +0,0 @@
---
"saleor-app-emails-and-messages": minor
---
Enable Sendgrid support

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": patch
---
Update the UI to the common theme

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": patch
---
Add Google Products Category mapping

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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",