Release apps (#248)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-08 09:23:09 +01:00 committed by GitHub
parent dca82bb93c
commit 56c92ef430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 57 additions and 24 deletions

View file

@ -1,11 +0,0 @@
---
"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
---
Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": patch
---
Removed the draft implementation of the SaleorSyncWebhook. Replaced it with SaleorSyncWebhook class from app-sdk and bumped it to 0.34.1.

View file

@ -1,5 +1,11 @@
# saleor-app-data-importer
## 1.4.2
### Patch Changes
- dca82bb: Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API
## 1.4.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# saleor-app-invoices
## 1.7.2
### Patch Changes
- dca82bb: Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API
## 1.7.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# saleor-app-klaviyo
## 1.3.2
### Patch Changes
- dca82bb: Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API
## 1.3.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# saleor-app-monitoring
## 0.3.2
### Patch Changes
- dca82bb: Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API
## 0.3.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# saleor-app-products-feed
## 1.3.1
### Patch Changes
- dca82bb: Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API
## 1.3.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# saleor-app-search
## 1.3.2
### Patch Changes
- dca82bb: Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API
## 1.3.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-search",
"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-slack
## 1.3.2
### Patch Changes
- dca82bb: Update app-sdk to pre-0.34.0. Update Async Webhooks to use new API
## 1.3.1
### Patch Changes

View file

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

7
apps/taxes/CHANGELOG.md Normal file
View file

@ -0,0 +1,7 @@
# saleor-app-taxes
## 1.0.1
### Patch Changes
- 5151858: Removed the draft implementation of the SaleorSyncWebhook. Replaced it with SaleorSyncWebhook class from app-sdk and bumped it to 0.34.1.

View file

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