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 #1697

Merged
merged 1 commit into from
Jan 21, 2025
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
5 changes: 0 additions & 5 deletions .changeset/breezy-buses-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-moles-try.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-hotels-nail.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
8 changes: 8 additions & 0 deletions apps/segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# segment

## 2.0.3

### Patch Changes

- b61ce914: Added DynamoDB APL. This APL is using DynamoDB as storage.
- 820f5b90: Cleanup Segment app - rename of files or fix naming.
- 36aea8d9: Store app config in DynamoDB instead of Saleor app metadata.

## 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
Loading