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

Merged
merged 1 commit into from
Oct 15, 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
16 changes: 0 additions & 16 deletions .changeset/empty-candles-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-tools-beg.md

This file was deleted.

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

## 1.10.7

### Patch Changes

- 6be0103c: Added new `LoggerVercelTransport` support. It will help us send logs to our infrastructure without need of OTEL unstable logs API.
- Updated dependencies [6be0103c]
- @saleor/[email protected]

## 1.10.6

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

## 2.9.12

### Patch Changes

- Updated dependencies [6be0103c]
- @saleor/[email protected]

## 2.9.11

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

## 1.12.13

### Patch Changes

- Updated dependencies [6be0103c]
- @saleor/[email protected]

## 1.12.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/klaviyo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klaviyo",
"version": "1.12.12",
"version": "1.12.13",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
7 changes: 7 additions & 0 deletions apps/products-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# saleor-app-products-feed

## 1.19.10

### Patch Changes

- Updated dependencies [6be0103c]
- @saleor/[email protected]

## 1.19.9

### 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.9",
"version": "1.19.10",
"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.14

### Patch Changes

- Updated dependencies [6be0103c]
- @saleor/[email protected]

## 1.22.13

### 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.13",
"version": "1.22.14",
"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.15

### Patch Changes

- Updated dependencies [6be0103c]
- @saleor/[email protected]

## 1.2.14

### 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.14",
"version": "1.2.15",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
17 changes: 17 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @saleor/apps-logger

## 1.2.10

### Patch Changes

- 6be0103c: Added new transport `LoggerVercelTransport`. It is currently in experimental stage but it can be used to send logs directly to Vercel log drain. This transport has optional argument of `loggerContext` - if used you need to make sure that function is executed only on the server. If attaching of transport fails we will get Sentry error.

Usage:

```ts
import { logger } from "@saleor/apps-logger";
import { attachLoggerVercelTransport } from "@saleor/apps-logger/node";
import { loggerContext } from "./logger-context";
import pkgJson from "./package.json";

attachLoggerVercelTransport(logger, pkgJson.version, loggerContext);
```

## 1.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/apps-logger",
"version": "1.2.9",
"version": "1.2.10",
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint .",
Expand Down
Loading