Release apps (#793)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-07-26 13:58:23 +02:00 committed by GitHub
parent ce608872bd
commit 4c7c1c15d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 147 additions and 69 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-emails-and-messages": patch
---
Fixed badly aligned Toggles. Now icon and label are centered

View file

@ -1,14 +0,0 @@
---
"saleor-app-emails-and-messages": patch
"saleor-app-data-importer": patch
"saleor-app-products-feed": patch
"saleor-app-invoices": patch
"saleor-app-klaviyo": patch
"saleor-app-cms-v2": patch
"saleor-app-search": patch
"saleor-app-slack": patch
"saleor-app-taxes": patch
"saleor-app-crm": patch
---
Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": minor
---
Added "document recording" toggle. It is turned on by default. When turned off, the document type of all Avatax transactions change to "SalesOrder", making them not record. Read more about document recording [here](https://developer.avalara.com/ecommerce-integration-guide/sales-tax-badge/designing/disable-document-recording/).

View file

@ -1,17 +0,0 @@
---
"@saleor/react-hook-form-macaw": patch
"saleor-app-emails-and-messages": patch
"saleor-app-data-importer": patch
"saleor-app-products-feed": patch
"@saleor/apps-shared": patch
"saleor-app-invoices": patch
"saleor-app-klaviyo": patch
"saleor-app-cms-v2": patch
"saleor-app-search": patch
"@saleor/apps-ui": patch
"saleor-app-slack": patch
"saleor-app-taxes": patch
"saleor-app-crm": patch
---
Updated Macaw UI to pre-106

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": minor
---
Changed the avatax configuration flow. Previously, the configuration was validated when trying to create it. Now, you have to verify the credentials and address manually by clicking the "verify" buttons. If the address was resolved successfully, formatting suggestions provided by Avatax address resolution service may be displayed. The user can apply or reject the suggestions. If the address was not resolved correctly, an error will be thrown.

View file

@ -1,5 +0,0 @@
---
"saleor-app-cms-v2": patch
---
Made Builder.io api keys inputs type of "password" so they are masked now

View file

@ -1,5 +0,0 @@
---
"@saleor/react-hook-form-macaw": patch
---
Updated Macaw UI bindings to reflect breaking changes in Select APIs

View file

@ -1,5 +1,18 @@
# saleor-app-cms-v2
## 2.1.1
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- 4578659: Made Builder.io api keys inputs type of "password" so they are masked now
- Updated dependencies [aa6fec1]
- Updated dependencies [aa6fec1]
- @saleor/react-hook-form-macaw@0.2.2
- @saleor/apps-shared@1.7.5
- @saleor/apps-ui@1.1.5
## 2.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-cms-v2",
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,14 @@
# saleor-app-crm
## 1.7.2
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- @saleor/apps-shared@1.7.5
## 1.7.1
### Patch Changes

View file

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

View file

@ -1,5 +1,14 @@
# saleor-app-data-importer
## 1.9.2
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- @saleor/apps-shared@1.7.5
## 1.9.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-data-importer",
"version": "1.9.1",
"version": "1.9.2",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,18 @@
# saleor-app-emails-and-messages
## 1.9.2
### Patch Changes
- aa6fec1: Fixed badly aligned Toggles. Now icon and label are centered
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- Updated dependencies [aa6fec1]
- @saleor/react-hook-form-macaw@0.2.2
- @saleor/apps-shared@1.7.5
- @saleor/apps-ui@1.1.5
## 1.9.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-emails-and-messages",
"version": "1.9.1",
"version": "1.9.2",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,14 @@
# saleor-app-invoices
## 1.15.2
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- @saleor/apps-shared@1.7.5
## 1.15.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-invoices",
"version": "1.15.1",
"version": "1.15.2",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,14 @@
# saleor-app-klaviyo
## 1.8.2
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- @saleor/apps-shared@1.7.5
## 1.8.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-klaviyo",
"version": "1.8.1",
"version": "1.8.2",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,17 @@
# saleor-app-products-feed
## 1.10.2
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- Updated dependencies [aa6fec1]
- @saleor/react-hook-form-macaw@0.2.2
- @saleor/apps-shared@1.7.5
- @saleor/apps-ui@1.1.5
## 1.10.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-products-feed",
"version": "1.10.1",
"version": "1.10.2",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,17 @@
# saleor-app-search
## 1.11.2
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- Updated dependencies [aa6fec1]
- @saleor/react-hook-form-macaw@0.2.2
- @saleor/apps-shared@1.7.5
- @saleor/apps-ui@1.1.5
## 1.11.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-search",
"version": "1.11.1",
"version": "1.11.2",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,17 @@
# saleor-app-slack
## 1.8.2
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- Updated dependencies [aa6fec1]
- @saleor/react-hook-form-macaw@0.2.2
- @saleor/apps-shared@1.7.5
- @saleor/apps-ui@1.1.5
## 1.8.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-slack",
"version": "1.8.1",
"version": "1.8.2",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,22 @@
# saleor-app-taxes
## 1.11.0
### Minor Changes
- ce60887: Added "document recording" toggle. It is turned on by default. When turned off, the document type of all Avatax transactions change to "SalesOrder", making them not record. Read more about document recording [here](https://developer.avalara.com/ecommerce-integration-guide/sales-tax-badge/designing/disable-document-recording/).
- 5a4da7b: Changed the avatax configuration flow. Previously, the configuration was validated when trying to create it. Now, you have to verify the credentials and address manually by clicking the "verify" buttons. If the address was resolved successfully, formatting suggestions provided by Avatax address resolution service may be displayed. The user can apply or reject the suggestions. If the address was not resolved correctly, an error will be thrown.
### Patch Changes
- 2fab86b: Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version.
- aa6fec1: Updated Macaw UI to pre-106
- Updated dependencies [aa6fec1]
- Updated dependencies [aa6fec1]
- @saleor/react-hook-form-macaw@0.2.2
- @saleor/apps-shared@1.7.5
- @saleor/apps-ui@1.1.5
## 1.10.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-taxes",
"version": "1.10.1",
"version": "1.11.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,12 @@
# @saleor/react-hook-form-macaw
## 0.2.2
### Patch Changes
- aa6fec1: Updated Macaw UI to pre-106
- aa6fec1: Updated Macaw UI bindings to reflect breaking changes in Select APIs
## 0.2.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/react-hook-form-macaw",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"build-storybook": "storybook build",
"lint:fix": "eslint --fix .",

View file

@ -1,5 +1,11 @@
# @saleor/apps-shared
## 1.7.5
### Patch Changes
- aa6fec1: Updated Macaw UI to pre-106
## 1.7.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/apps-shared",
"version": "1.7.4",
"version": "1.7.5",
"scripts": {
"lint:fix": "eslint --fix ."
},

View file

@ -1,5 +1,11 @@
# @saleor/apps-ui
## 1.1.5
### Patch Changes
- aa6fec1: Updated Macaw UI to pre-106
## 1.1.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/apps-ui",
"version": "1.1.4",
"version": "1.1.5",
"scripts": {
"lint:fix": "eslint --fix ."
},