Skip to content

Commit

Permalink
🚀 Release apps (#1339)
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 May 15, 2024
1 parent beafe7a commit 4b9f4d2
Show file tree
Hide file tree
Showing 45 changed files with 230 additions and 85 deletions.
18 changes: 0 additions & 18 deletions .changeset/honest-walls-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-beers-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-drinks-cross.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/short-kangaroos-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-crabs-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-frogs-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-toes-jam.md

This file was deleted.

21 changes: 21 additions & 0 deletions apps/avatax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# app-avatax

## 1.5.0

### Minor Changes

- 282d6d9d: Change discounts flow to price reduction. It means that Saleor is responsible for calculating discounted prices and Avatax will receive totalPrice (discounted or not) to calculate taxes.

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- 705a6812: Send additional properties from captured errors into Sentry. This should help us with debugging issues.
- d34de22a: Don't send handled error for `checkoutCalculateTaxes` event into Sentry. It will be logged instead.
- Updated dependencies [4ffef6be]
- Updated dependencies [2604ce1e]
- @saleor/apps-logger@1.2.5
- @saleor/webhook-utils@0.1.1
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4
- @saleor/apps-otel@1.1.0
- @saleor/react-hook-form-macaw@0.2.6

## 1.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/avatax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-avatax",
"version": "1.4.6",
"version": "1.5.0",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
14 changes: 14 additions & 0 deletions apps/cms-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# saleor-app-cms-v2

## 2.7.5

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [4ffef6be]
- Updated dependencies [2604ce1e]
- @saleor/apps-logger@1.2.5
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4
- @saleor/apps-otel@1.1.0
- @saleor/react-hook-form-macaw@0.2.6

## 2.7.4

### 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": "cms-v2",
"version": "2.7.4",
"version": "2.7.5",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
10 changes: 10 additions & 0 deletions apps/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# saleor-app-crm

## 1.9.2

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [2604ce1e]
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4

## 1.9.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": "crm",
"version": "1.9.1",
"version": "1.9.2",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
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.11.2

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [2604ce1e]
- @saleor/apps-shared@1.10.2

## 1.11.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": "data-importer",
"version": "1.11.1",
"version": "1.11.2",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
14 changes: 14 additions & 0 deletions apps/emails-and-messages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# saleor-app-emails-and-messages

## 1.12.5

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [4ffef6be]
- Updated dependencies [2604ce1e]
- @saleor/apps-logger@1.2.5
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4
- @saleor/apps-otel@1.1.0
- @saleor/react-hook-form-macaw@0.2.6

## 1.12.4

### 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": "emails-and-messages",
"version": "1.12.4",
"version": "1.12.5",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
11 changes: 11 additions & 0 deletions apps/invoices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# saleor-app-invoices

## 1.18.2

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [2604ce1e]
- @saleor/apps-shared@1.10.2
- @saleor/trpc@2.0.2
- @saleor/apps-ui@1.2.4

## 1.18.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": "invoices",
"version": "1.18.1",
"version": "1.18.2",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
10 changes: 10 additions & 0 deletions apps/klaviyo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# saleor-app-klaviyo

## 1.11.2

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [2604ce1e]
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4

## 1.11.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": "klaviyo",
"version": "1.11.1",
"version": "1.11.2",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
15 changes: 15 additions & 0 deletions apps/products-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# saleor-app-products-feed

## 1.17.5

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [4ffef6be]
- Updated dependencies [2604ce1e]
- @saleor/apps-logger@1.2.5
- @saleor/webhook-utils@0.1.1
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4
- @saleor/apps-otel@1.1.0
- @saleor/react-hook-form-macaw@0.2.6

## 1.17.4

### 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": "products-feed",
"version": "1.17.4",
"version": "1.17.5",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
17 changes: 17 additions & 0 deletions apps/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# saleor-app-search

## 1.21.5

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2792a025: Fixed problem when webhooks were disabled if _any_ error from Algolia was received. Now only 401 and 403 errors (invalid auth/credentials) will cause webhooks disabling, until app is configured again.
- 2792a025: Fixed logger execution to properly attach attributes
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [4ffef6be]
- Updated dependencies [2604ce1e]
- @saleor/apps-logger@1.2.5
- @saleor/webhook-utils@0.1.1
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4
- @saleor/apps-otel@1.1.0
- @saleor/react-hook-form-macaw@0.2.6

## 1.21.4

### 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": "search",
"version": "1.21.4",
"version": "1.21.5",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
12 changes: 12 additions & 0 deletions apps/segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# saleor-app-segment

## 1.2.2

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [2604ce1e]
- @saleor/apps-shared@1.10.2
- @saleor/trpc@2.0.2
- @saleor/apps-ui@1.2.4
- @saleor/react-hook-form-macaw@0.2.6

## 1.2.1

### 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": "segment",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
11 changes: 11 additions & 0 deletions apps/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# saleor-app-slack

## 1.11.2

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- Updated dependencies [2604ce1e]
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4
- @saleor/react-hook-form-macaw@0.2.6

## 1.11.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": "slack",
"version": "1.11.1",
"version": "1.11.2",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
15 changes: 15 additions & 0 deletions apps/smtp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# smtp

## 0.0.2

### Patch Changes

- 4ffef6be: Update `@sentry/nextjs` to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
- 2604ce1e: Updated Next.js to 14.2.3
- 705a6812: Send additional properties from captured errors into Sentry. This should help us with debugging issues.
- Updated dependencies [4ffef6be]
- Updated dependencies [2604ce1e]
- @saleor/apps-logger@1.2.5
- @saleor/apps-shared@1.10.2
- @saleor/apps-ui@1.2.4
- @saleor/apps-otel@1.1.0
- @saleor/react-hook-form-macaw@0.2.6

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/smtp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smtp",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down

0 comments on commit 4b9f4d2

Please sign in to comment.