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 Jan 17, 2025
1 parent e86926f commit 4419de0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-buses-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-news-give.md

This file was deleted.

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.20.0

### Minor Changes

- e86926f2: Product feed: prioritize media assigned to a specific product variant. with a fallback mechanism to use product media when no variant-specific media is available. The changes aim to enhance the precision of media selection

## 1.19.18

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

## 2.0.3

### Patch Changes

- b61ce914: Added DynamoDB APL. This APL is using DynamoDB as storage.

## 2.0.2

### 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": "2.0.2",
"version": "2.0.3",
"scripts": {
"build": "next build",
"check-types": "tsc --noEmit",
Expand Down

0 comments on commit 4419de0

Please sign in to comment.