Release apps [2023-02-28] (#201)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e746cf9af4
commit
4331708334
22 changed files with 81 additions and 60 deletions
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
"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
|
||||
---
|
||||
|
||||
Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"saleor-app-products-feed": patch
|
||||
"saleor-app-invoices": patch
|
||||
---
|
||||
|
||||
Ensure initially selected channel will not crash if no channels exist
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-data-importer": minor
|
||||
---
|
||||
|
||||
Add dark mode styling
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"saleor-app-slack": patch
|
||||
---
|
||||
|
||||
Fix problem with "undefined" user's name & last name in case they are not available.
|
||||
Introduces "n/a" fallback
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-data-importer": patch
|
||||
---
|
||||
|
||||
Add naive dark mode by inverting colors
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-slack": minor
|
||||
---
|
||||
|
||||
Billing address is now also included into Slack message. Additonally user emails is always defined
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-data-importer": patch
|
||||
---
|
||||
|
||||
Add valid icon and color
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
"saleor-app-data-importer": minor
|
||||
---
|
||||
|
||||
Enable origins check for installation via env variables
|
||||
|
||||
Update app-sdk
|
||||
|
||||
Set Nuvo development mode based on env variables
|
|
@ -1,5 +1,23 @@
|
|||
# saleor-app-data-importer
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 289b42f: Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
||||
- 1da5be3: Add dark mode styling
|
||||
- 1da5be3: Enable origins check for installation via env variables
|
||||
|
||||
Update app-sdk
|
||||
|
||||
Set Nuvo development mode based on env variables
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6327586: Add naive dark mode by inverting colors
|
||||
- 1da5be3: Add valid icon and color
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-data-importer",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# saleor-app-invoices
|
||||
|
||||
## 1.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 289b42f: Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4e4257d: Ensure initially selected channel will not crash if no channels exist
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-invoices",
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-klaviyo
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 289b42f: Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-klaviyo",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.18.1",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-monitoring
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 289b42f: Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-monitoring",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# saleor-app-products-feed
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 289b42f: Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4e4257d: Ensure initially selected channel will not crash if no channels exist
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-products-feed",
|
||||
"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-search
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 289b42f: Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-search",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# saleor-app-slack
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 289b42f: Breaking change for app maintainers: VercelAPL can no longer be set for the app since it's deprecated and will be removed in app-sdk 0.30.0. As a replacement, we recommend using Upstash APL or implementing your own.
|
||||
Read more about APLs: https://github.com/saleor/saleor-app-sdk/blob/main/docs/apl.md
|
||||
- e746cf9: Billing address is now also included into Slack message. Additonally user emails is always defined
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e746cf9: Fix problem with "undefined" user's name & last name in case they are not available.
|
||||
Introduces "n/a" fallback
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-slack",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
Loading…
Reference in a new issue