Skip to content

Commit

Permalink
Release apps (#1629)
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 Oct 23, 2024
1 parent 945a27b commit 7d1205c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-squids-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-buttons-allow.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.10.9

### Patch Changes

- 790ec961: App will now use MANIFEST_APP_ID env variable to provide app ID in the manifest. This allows to set different ID in production, dev, staging envs allowing them to be installed at the same time

## 1.10.8

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

## 1.19.11

### Patch Changes

- 945a27be: Now, a single query for fetching variants was splitted into smaller ones to decrease the API overload.

## 1.19.10

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

0 comments on commit 7d1205c

Please sign in to comment.