Skip to content

Commit

Permalink
🚀 Release apps (#988)
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] authored Sep 18, 2023
1 parent 927d2b3 commit 2a22cf4
Show file tree
Hide file tree
Showing 36 changed files with 167 additions and 128 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-geese-crash.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/itchy-pants-chew.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/lazy-bugs-marry.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/mighty-tips-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-rivers-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-actors-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-pigs-promise.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/selfish-kids-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-windows-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-terms-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-pianos-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-llamas-talk.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/cms-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# saleor-app-cms-v2

## 2.3.3

### Patch Changes

- 5d3d81d: Bumped @hookform/resolvers from 2.9.11 to 3.3.1
- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 2.3.2

### Patch 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.3.2",
"version": "2.3.3",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# saleor-app-crm

## 1.7.8

### Patch Changes

- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 1.7.7

### 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.7",
"version": "1.7.8",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/data-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# saleor-app-data-importer

## 1.9.7

### Patch Changes

- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 1.9.6

### 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.6",
"version": "1.9.7",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/emails-and-messages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# saleor-app-emails-and-messages

## 1.9.10

### Patch Changes

- 5d3d81d: Bumped @hookform/resolvers from 2.9.11 to 3.3.1
- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 1.9.9

### 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.9",
"version": "1.9.10",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
14 changes: 14 additions & 0 deletions apps/invoices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# saleor-app-invoices

## 1.16.0

### Minor Changes

- 4aee4e1: Replace text "loading" messages with skeletons
- 4aee4e1: Redesigned app layout. Now app uses shared sections as other apps.

### Patch Changes

- 5d3d81d: Bumped @hookform/resolvers from 2.9.11 to 3.3.1
- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 1.15.7

### 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.7",
"version": "1.16.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
13 changes: 13 additions & 0 deletions apps/klaviyo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# saleor-app-klaviyo

## 1.9.0

### Minor Changes

- 4aee4e1: Improved app layout to match modern style.

### Patch Changes

- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package
- 4aee4e1: Fixed error where config couldn't be saved

## 1.8.6

### 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.6",
"version": "1.9.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/products-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# saleor-app-products-feed

## 1.12.1

### Patch Changes

- 5d3d81d: Bumped @hookform/resolvers from 2.9.11 to 3.3.1
- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 1.12.0

### Minor 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.12.0",
"version": "1.12.1",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
45 changes: 45 additions & 0 deletions apps/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# saleor-app-search

## 1.16.0

### Minor Changes

- 1982d81: Added a new `pricing` field to the Algolia object representation. It now passes variant pricing representation from GraphQL:

```graphQL
price {
gross {
amount
}
net {
amount
}
}
discount {
gross {
amount
}
net {
amount
}
}
onSale
priceUndiscounted {
gross {
amount
}
net {
amount
}
}
```

### Patch Changes

- 5d3d81d: Bumped @hookform/resolvers from 2.9.11 to 3.3.1
- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package
- 7e0755e: Webhook migration scripts has been moved to the shared package.
- Updated dependencies [5dee65a]
- Updated dependencies [7e0755e]
- @saleor/webhook-utils@0.0.1

## 1.15.0

### Minor 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.15.0",
"version": "1.16.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# saleor-app-segment

## 1.0.3

### Patch Changes

- 5d3d81d: Bumped @hookform/resolvers from 2.9.11 to 3.3.1
- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/segment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor-app-segment",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# saleor-app-slack

## 1.8.7

### Patch Changes

- 5dee65a: Updated dependencies:
- @graphql-codegen/cli@5.0.0
- 2e29699: Updated Sentry package

## 1.8.6

### Patch Changes
Expand Down
Loading

9 comments on commit 2a22cf4

@vercel
Copy link

@vercel vercel bot commented on 2a22cf4 Sep 18, 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
product-feed.saleor.app
saleor-app-products-feed-saleorcommerce.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2a22cf4 Sep 18, 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-git-main-saleorcommerce.vercel.app
saleor-app-emails-and-messages-saleorcommerce.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2a22cf4 Sep 18, 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
saleor-app-taxes-git-main-saleorcommerce.vercel.app
taxes.saleor.app

@vercel
Copy link

@vercel vercel bot commented on 2a22cf4 Sep 18, 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

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

@vercel
Copy link

@vercel vercel bot commented on 2a22cf4 Sep 18, 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

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

@vercel
Copy link

@vercel vercel bot commented on 2a22cf4 Sep 18, 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
saleor-app-search-git-main-saleorcommerce.vercel.app
search.saleor.app

@vercel
Copy link

@vercel vercel bot commented on 2a22cf4 Sep 18, 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 2a22cf4 Sep 18, 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 2a22cf4 Sep 18, 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

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

Please sign in to comment.