Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release apps #1524

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/dry-swans-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-ducks-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-deers-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-bulldogs-pretend.md

This file was deleted.

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

## 1.8.1

### Patch Changes

- c79967ab: Fix AvaTax app tax rate precision. Previously tax rate was send with 2 decimal places to Saleor, now it will be send with 6 decimal places (max of what AvaTax API returns).

## 1.8.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.8.0",
"version": "1.8.1",
"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.7

### Patch Changes

- 3be6fa18: The feature allowing app to disable its own webhooks was removed. Initially it was designed to update webhooks after the new version of the app (with new webhooks) was released.
Now, app contains migration script that runs on the deployment and webhooks are automatically recreated, so the feature is no longer needed.

## 1.22.6

### 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.6",
"version": "1.22.7",
"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.4

### Patch Changes

- e93143c9: Error during rendering template is caught and logged
- 695f8f5c: Now, fetching settings from Saleor has defined timeout, that means sending email will fail when that timeout will be exceeded.

## 1.2.3

### 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.3",
"version": "1.2.4",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
Loading