[vercel deploy]

Release 2023-03-20
This commit is contained in:
Lukasz Ostrowski 2023-03-20 12:36:28 +01:00 committed by GitHub
parent ab0dec5814
commit cbc31d3c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 124 additions and 67 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-cms": minor
---
Added Sentry integration

View file

@ -1,14 +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
"saleor-app-cms": patch
---
Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)

View file

@ -1,14 +0,0 @@
---
"saleor-app-emails-and-messages": minor
"saleor-app-data-importer": minor
"saleor-app-products-feed": minor
"saleor-app-monitoring": minor
"saleor-app-invoices": minor
"saleor-app-klaviyo": minor
"saleor-app-search": minor
"saleor-app-slack": minor
"saleor-app-taxes": minor
"saleor-app-cms": minor
---
Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too

View file

@ -1,5 +0,0 @@
---
"saleor-app-emails-and-messages": patch
---
Fixed SMTP auth data not being properly passed to the sending service

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": minor
---
Replace the apps/taxes README with link to docs.

View file

@ -1,14 +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
"saleor-app-cms": patch
---
Updated @saleor/app-sdk to 0.37.1

13
apps/cms/CHANGELOG.md Normal file
View file

@ -0,0 +1,13 @@
# saleor-app-cms
## 1.1.0
### Minor Changes
- b80df17: Added Sentry integration
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1

View file

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

View file

@ -1,5 +1,16 @@
# saleor-app-data-importer
## 1.5.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.4.3
### Patch Changes

View file

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

View file

@ -1,5 +1,17 @@
# saleor-app-emails-and-messages
## 1.1.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- a44aaf0: Fixed SMTP auth data not being properly passed to the sending service
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.0.1
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# saleor-app-invoices
## 1.9.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.8.1
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# saleor-app-klaviyo
## 1.4.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.3.3
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# saleor-app-monitoring
## 0.4.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 0.3.3
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# saleor-app-products-feed
## 1.4.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.3.2
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# saleor-app-search
## 1.4.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.3.3
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# saleor-app-slack
## 1.4.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.3.3
### Patch Changes

View file

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

View file

@ -1,5 +1,17 @@
# saleor-app-taxes
## 1.1.0
### Minor Changes
- 7cb3b89: Added "author" field to the Manifest, set it to Saleor Commerce, so Dashboard can display it too
- ba40df0: Replace the apps/taxes README with link to docs.
### Patch Changes
- 7cb3b89: Replace apps to avoid AppPermission (use Permission for client permissions) and authData.domain (use saleorApiUrl)
- 7cb3b89: Updated @saleor/app-sdk to 0.37.1
## 1.0.3
### Patch Changes

View file

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