Skip to content

Commit

Permalink
Release apps (#793)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lkostrowski and github-actions[bot] committed Jul 26, 2023
1 parent ce60887 commit 4c7c1c1
Show file tree
Hide file tree
Showing 33 changed files with 147 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ladybugs-guess.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/early-bobcats-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-geese-agree.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/lucky-islands-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-parrots-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-snails-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-readers-smash.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/cms-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/cms-v2/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions apps/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/crm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions apps/data-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/data-importer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions apps/emails-and-messages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/emails-and-messages/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions apps/invoices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/invoices/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions apps/klaviyo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/klaviyo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions apps/products-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/products-feed/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions apps/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/search/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions apps/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/slack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions apps/taxes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/taxes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-hook-form-macaw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form-macaw/package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saleor/apps-shared

## 1.7.5

### Patch Changes

- aa6fec1: Updated Macaw UI to pre-106

## 1.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/apps-shared",
"version": "1.7.4",
"version": "1.7.5",
"scripts": {
"lint:fix": "eslint --fix ."
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saleor/apps-ui

## 1.1.5

### Patch Changes

- aa6fec1: Updated Macaw UI to pre-106

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/apps-ui",
"version": "1.1.4",
"version": "1.1.5",
"scripts": {
"lint:fix": "eslint --fix ."
},
Expand Down

9 comments on commit 4c7c1c1

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saleor-app-emails-and-messages – ./apps/emails-and-messages

emails-and-messages.saleor.app
saleor-app-emails-and-messages-saleorcommerce.vercel.app
saleor-app-emails-and-messages-git-main-saleorcommerce.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saleor-app-invoices – ./apps/invoices

saleor-app-invoices-saleorcommerce.vercel.app
saleor-app-invoices-git-main-saleorcommerce.vercel.app
invoices.saleor.app

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saleor-app-data-importer – ./apps/data-importer

saleor-app-data-importer-git-main-saleorcommerce.vercel.app
saleor-app-data-importer-saleorcommerce.vercel.app
data-importer.saleor.app

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saleor-app-slack – ./apps/slack

slack.saleor.app
saleor-app-slack-git-main-saleorcommerce.vercel.app
saleor-app-slack-saleorcommerce.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saleor-app-search – ./apps/search

saleor-app-search-saleorcommerce.vercel.app
search.saleor.app
saleor-app-search-git-main-saleorcommerce.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saleor-app-products-feed – ./apps/products-feed

saleor-app-products-feed-git-main-saleorcommerce.vercel.app
saleor-app-products-feed-saleorcommerce.vercel.app
product-feed.saleor.app

@vercel
Copy link

@vercel vercel bot commented on 4c7c1c1 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

saleor-app-taxes – ./apps/taxes

saleor-app-taxes-saleorcommerce.vercel.app
taxes.saleor.app
saleor-app-taxes-git-main-saleorcommerce.vercel.app

Please sign in to comment.