[vercel deploy]

Release 2023-03-16

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-03-16 13:00:26 +01:00 committed by GitHub
parent 263a20f658
commit c952624dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 67 additions and 33 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-emails-and-messages": patch
---
Improve styles and layout of the emails app configuration views. Make event template editing view responsive.

View file

@ -1,6 +0,0 @@
---
"saleor-app-invoices": patch
---
When TEMP_PDF_STORAGE_DIR env is not set, app will automatically create and write to _temp directory relative to file that resolves a path.
In development this will be a file inside .next folder. In production it's recommended to set TEMP_PDF_STORAGE_DIR, especially using Vercel

View file

@ -1,13 +0,0 @@
---
"saleor-app-emails-and-messages": patch
"saleor-app-data-importer": patch
"saleor-app-products-feed": patch
"saleor-app-monitoring": patch
"saleor-app-invoices": patch
"saleor-app-klaviyo": patch
"saleor-app-search": patch
"saleor-app-slack": patch
"saleor-app-taxes": patch
---
Updated GraphQL Code Generator package

View file

@ -1,5 +1,11 @@
# saleor-app-data-importer
## 1.4.3
### Patch Changes
- e93a4dc: Updated GraphQL Code Generator package
## 1.4.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-data-importer",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -0,0 +1,8 @@
# saleor-app-emails-and-messages
## 1.0.1
### Patch Changes
- 3b694d1: Improve styles and layout of the emails app configuration views. Make event template editing view responsive.
- e93a4dc: Updated GraphQL Code Generator package

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-emails-and-messages",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,13 @@
# saleor-app-invoices
## 1.8.1
### Patch Changes
- dab0f93: When TEMP_PDF_STORAGE_DIR env is not set, app will automatically create and write to \_temp directory relative to file that resolves a path.
In development this will be a file inside .next folder. In production it's recommended to set TEMP_PDF_STORAGE_DIR, especially using Vercel
- e93a4dc: Updated GraphQL Code Generator package
## 1.8.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-invoices",
"version": "1.8.0",
"version": "1.8.1",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,11 @@
# saleor-app-klaviyo
## 1.3.3
### Patch Changes
- e93a4dc: Updated GraphQL Code Generator package
## 1.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-klaviyo",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"packageManager": "pnpm@7.18.1",
"scripts": {

View file

@ -1,5 +1,11 @@
# saleor-app-monitoring
## 0.3.3
### Patch Changes
- e93a4dc: Updated GraphQL Code Generator package
## 0.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-monitoring",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,11 @@
# saleor-app-products-feed
## 1.3.2
### Patch Changes
- e93a4dc: Updated GraphQL Code Generator package
## 1.3.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-products-feed",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,11 @@
# saleor-app-search
## 1.3.3
### Patch Changes
- e93a4dc: Updated GraphQL Code Generator package
## 1.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-search",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,11 @@
# saleor-app-slack
## 1.3.3
### Patch Changes
- e93a4dc: Updated GraphQL Code Generator package
## 1.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-slack",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,11 @@
# saleor-app-taxes
## 1.0.3
### Patch Changes
- e93a4dc: Updated GraphQL Code Generator package
## 1.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-taxes",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",