Skip to content

Commit

Permalink
Release apps
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 25, 2024
1 parent 5106877 commit b7d8c47
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-dancers-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-kangaroos-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-tigers-crash.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/seven-radios-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-wombats-melt.md

This file was deleted.

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

## 1.10.0

### Minor Changes

- 3a2aed81: Experimental: Added client logs feature. `FF_ENABLE_EXPERIMENTAL_LOGS` variable must be set to `"true"`

When enabled, app will required configured DynamoDB table. See readme for details.

Client logs store business transactions in the persistent storage. Operations like taxes calculation or corresponding failures will be written.

Logs can be accessed via App's configuration page in Saleor Dashboard.

### Patch Changes

- def3bb15: Fix Eslint issues. It won't affect AvaTax app functionality.
- dff6d8de: Improved error parser class constructor: now `parse` method will have optional parameter of error capture instead of constructor. This change will not have effect on clients.
- 5f61e627: Add handling for error occurred due to missing document in AvaTax during cancel (voiding)
- Updated dependencies [93969b2a]
- @saleor/apps-otel@1.3.2

## 1.9.1

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

## 2.9.10

### Patch Changes

- Updated dependencies [93969b2a]
- @saleor/apps-otel@1.3.2

## 2.9.9

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

## 1.12.11

### Patch Changes

- Updated dependencies [93969b2a]
- @saleor/apps-otel@1.3.2

## 1.12.10

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

## 1.19.8

### Patch Changes

- Updated dependencies [93969b2a]
- @saleor/apps-otel@1.3.2

## 1.19.7

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

## 1.22.12

### Patch Changes

- Updated dependencies [93969b2a]
- @saleor/apps-otel@1.3.2

## 1.22.11

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

## 1.2.11

### Patch Changes

- Updated dependencies [93969b2a]
- @saleor/apps-otel@1.3.2

## 1.2.10

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

## 1.3.2

### Patch Changes

- 93969b2a: Patch OTEL dependency - it should handle NaN & Infinity values. It will ensure that logs are properly parsed and send to log service.

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/otel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/apps-otel",
"version": "1.3.1",
"version": "1.3.2",
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint .",
Expand Down

0 comments on commit b7d8c47

Please sign in to comment.