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

Merged
merged 1 commit into from
Oct 29, 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
5 changes: 0 additions & 5 deletions .changeset/chilly-kids-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-pans-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-chairs-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-feet-flash.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/healthy-pianos-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-jokes-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-candles-hide.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/weak-crabs-melt.md

This file was deleted.

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

## 1.11.0

### Minor Changes

- 7a1a74ba: Adds t3-env library for validating env variables.

### Patch Changes

- 5a6ea741: Added warning logs when Avalara returns `isFee` in product or shipping line details.
- 2f37f075: Improved error handling and reporting while migrating webhooks. After this change we skip logging to OTEL. Logs will be available on Vercel, when migration fail we will send error to Sentry.
- d088ef37: Use new way of creating logger from `@saleor/apps-logger`
- Updated dependencies [2f37f075]
- Updated dependencies [2f37f075]
- Updated dependencies [d088ef37]
- Updated dependencies [6d528dc6]
- @saleor/[email protected]
- @saleor/[email protected]

## 1.10.9

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

## 2.9.13

### Patch Changes

- d088ef37: Use new way of creating logger from `@saleor/apps-logger`
- Updated dependencies [2f37f075]
- Updated dependencies [d088ef37]
- Updated dependencies [6d528dc6]
- @saleor/[email protected]

## 2.9.12

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

## 1.12.14

### Patch Changes

- d088ef37: Use new way of creating logger from `@saleor/apps-logger`
- Updated dependencies [2f37f075]
- Updated dependencies [d088ef37]
- Updated dependencies [6d528dc6]
- @saleor/[email protected]

## 1.12.13

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

## 1.19.12

### Patch Changes

- d088ef37: Use new way of creating logger from `@saleor/apps-logger`
- Updated dependencies [2f37f075]
- Updated dependencies [2f37f075]
- Updated dependencies [d088ef37]
- Updated dependencies [6d528dc6]
- @saleor/[email protected]
- @saleor/[email protected]

## 1.19.11

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

## 1.22.15

### Patch Changes

- d088ef37: Use new way of creating logger from `@saleor/apps-logger`
- Updated dependencies [2f37f075]
- Updated dependencies [2f37f075]
- Updated dependencies [d088ef37]
- Updated dependencies [6d528dc6]
- @saleor/[email protected]
- @saleor/[email protected]

## 1.22.14

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

## 1.2.16

### Patch Changes

- d088ef37: Use new way of creating logger from `@saleor/apps-logger`
- Updated dependencies [2f37f075]
- Updated dependencies [d088ef37]
- Updated dependencies [6d528dc6]
- @saleor/[email protected]

## 1.2.15

### 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.15",
"version": "1.2.16",
"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.3.0

### Minor Changes

- d088ef37: Renamed exported `logger` to `rootLogger` so we avoid collision of names when using `logger` in monorepo. Also `createLogger` function has been removed in favour of app defining it in their codebase.

### Patch Changes

- 2f37f075: Added `VercelBuildtimeTransport` which can be used to log information during Vercel build time e.g webhook migrations output. Renamed old `attachLoggerVercelTransport` to `attachLoggerVercelRuntimeTransport`.
- 6d528dc6: Added missing OTEL attributes to `loggerVercelTransport`. They will be visible under `otel` key in log collection service.

Attributes:

- `span_id`
- `trace_id`
- `timestamp`

## 1.2.10

### 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.10",
"version": "1.3.0",
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint .",
Expand Down
6 changes: 6 additions & 0 deletions packages/webhook-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saleor/webhook-utils

## 0.2.0

### Minor Changes

- 2f37f075: Improved error handling of `WebhookMigrationRunner`. Now this class will throw unknown errors that later can be logged to Sentry in respective app.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webhook-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/webhook-utils",
"version": "0.1.4",
"version": "0.2.0",
"scripts": {
"check-types": "tsc --noEmit",
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
Expand Down
Loading