Release apps 2023-03-30

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-03-30 09:15:15 +02:00 committed by GitHub
parent 907e618a5e
commit 741e9104ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 29 additions and 25 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": patch
---
Added default cache of feed file to 5 minutes. It can be overwritten by env variable.

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": patch
---
Fix "no provider available" error while reading an updated provider.

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": patch
---
Added Sentry configuration that can be enabled via env variables

View file

@ -1,6 +0,0 @@
---
"saleor-app-emails-and-messages": minor
"saleor-app-invoices": minor
---
App Manifest was extended to have minimum required Saleor version >= 3.10. Invoices events don't work correctly in older Saleor versions

View file

@ -1,5 +1,11 @@
# saleor-app-emails-and-messages
## 1.3.0
### Minor Changes
- d0af8bd: App Manifest was extended to have minimum required Saleor version >= 3.10. Invoices events don't work correctly in older Saleor versions
## 1.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# saleor-app-invoices
## 1.10.0
### Minor Changes
- d0af8bd: App Manifest was extended to have minimum required Saleor version >= 3.10. Invoices events don't work correctly in older Saleor versions
## 1.9.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# saleor-app-products-feed
## 1.4.2
### Patch Changes
- a811d30: Added default cache of feed file to 5 minutes. It can be overwritten by env variable.
## 1.4.1
### Patch Changes

View file

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

View file

@ -1,5 +1,12 @@
# saleor-app-taxes
## 1.1.1
### Patch Changes
- aa8a96a: Fix "no provider available" error while reading an updated provider.
- 907e618: Added Sentry configuration that can be enabled via env variables
## 1.1.0
### Minor Changes

View file

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