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 23, 2025
1 parent 969f691 commit 2f5bbc4
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 37 deletions.
9 changes: 0 additions & 9 deletions .changeset/gorgeous-berries-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-sheep-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-cherries-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-shirts-listen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-berries-occur.md

This file was deleted.

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

## 1.12.6

### Patch Changes

- 0f0bff21: Move `ThemeSynchronizer` utility to shared packages.
- 18a9c3d9: Implement client logs cache. Right now app will cache request for 1 day and revalidate the cache every 60 seconds.
Added forward / backward pagination to client logs. After this change end user can browse logs that exceeds current pagination limit (first 100).
- e195c8d7: Remove feature flag for client logs. After this change logs are enabled by default.
- e3e0d6d2: Added test for suspicious line+tax calculation checker and additional debugging logs

## 1.12.5

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

## 2.9.19

### Patch Changes

- 0f0bff21: Move `ThemeSynchronizer` utility to shared packages.

## 2.9.18

### 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.18",
"version": "2.9.19",
"scripts": {
"build": "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.20.1

### Patch Changes

- 0f0bff21: Move `ThemeSynchronizer` utility to shared packages.

## 1.20.0

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

## 2.0.4

### Patch Changes

- 0f0bff21: Move `ThemeSynchronizer` utility to shared packages.
- 989cb683: - Changed what we sent to Segment to be in sync with their [spec](https://segment.com/docs/connections/spec/ecommerce/v2/)
- Added new Saleor event - `OrderConfirmed` that will be mapped to Segment `OrderCompleted`
- Removed Saleor event - `OrderCreated` - it didn't have respective Segment event

## 2.0.3

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

## 1.2.22

### Patch Changes

- 0f0bff21: Move `ThemeSynchronizer` utility to shared packages.

## 1.2.21

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

0 comments on commit 2f5bbc4

Please sign in to comment.