Skip to content

Commit

Permalink
🚀 Release apps (#1640)
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 Nov 14, 2024
1 parent 96c3164 commit 5448145
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-jokes-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-panthers-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-crews-end.md

This file was deleted.

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

## 1.12.0

### Minor Changes

- 96c3164f: Added AvaTax `itemCode` support when handling order or checkout calculate taxes webhooks. After this change app will send `itemCode` to Avalara based on Saleor variant SKU or variant id.

### Patch Changes

- ed729b62: Run webhook migrations in parallel.
- Updated dependencies [92a2a5fd]
- @saleor/apps-logger@1.4.0

## 1.11.0

### Minor 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.11.0",
"version": "1.12.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.14

### Patch Changes

- Updated dependencies [92a2a5fd]
- @saleor/apps-logger@1.4.0

## 2.9.13

### 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.13",
"version": "2.9.14",
"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.15

### Patch Changes

- Updated dependencies [92a2a5fd]
- @saleor/apps-logger@1.4.0

## 1.12.14

### 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.14",
"version": "1.12.15",
"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.13

### Patch Changes

- Updated dependencies [92a2a5fd]
- @saleor/apps-logger@1.4.0

## 1.19.12

### 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.12",
"version": "1.19.13",
"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.16

### Patch Changes

- Updated dependencies [92a2a5fd]
- @saleor/apps-logger@1.4.0

## 1.22.15

### 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.15",
"version": "1.22.16",
"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.17

### Patch Changes

- Updated dependencies [92a2a5fd]
- @saleor/apps-logger@1.4.0

## 1.2.16

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

## 1.4.0

### Minor Changes

- 92a2a5fd: If Vercel runtime transport log is exceeding Vercel log limit (4kb) error to Sentry will be logged as it won't be visible in log drain.

## 1.3.0

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

0 comments on commit 5448145

Please sign in to comment.