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 13, 2025
1 parent 4647920 commit a8a4332
Show file tree
Hide file tree
Showing 35 changed files with 178 additions and 68 deletions.
11 changes: 0 additions & 11 deletions .changeset/chilly-doors-film.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/empty-ligers-brush.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/rotten-seals-suffer.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/silver-mangos-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-lamps-shop.md

This file was deleted.

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

## 1.12.4

### Patch Changes

- 9bbf9ee5: Increased Vercel log limit to new value - 256KB. See [announcement](https://vercel.com/changelog/updated-logging-limits-for-vercel-functions) blog post from Vercel for more details.
- 9bbf9ee5: Escape ALLOWED_DOMAIN_PATTERN regex. It ensures that regex constructed from env variable is sanitized and can't be used to Denial of Service attack.
- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.
- 9bbf9ee5: Add log when suspicious calculation happen - when line tax rate is non-zero but amount of taxes is zero
- Updated dependencies [9bbf9ee5]
- Updated dependencies [9bbf9ee5]
- @saleor/apps-logger@1.4.3
- @saleor/react-hook-form-macaw@0.2.12
- @saleor/webhook-utils@0.2.3
- @saleor/apps-shared@1.11.4
- @saleor/apps-otel@1.3.5
- @saleor/apps-ui@1.2.10

## 1.12.3

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

## 2.9.17

### Patch Changes

- 9bbf9ee5: Increased Vercel log limit to new value - 256KB. See [announcement](https://vercel.com/changelog/updated-logging-limits-for-vercel-functions) blog post from Vercel for more details.
- 9bbf9ee5: Added new `LoggerVercelTransport` support. It will help us send logs to our infrastructure without need of OTEL unstable logs API.
- 9bbf9ee5: Escape ALLOWED_DOMAIN_PATTERN regex. It ensures that regex constructed from env variable is sanitized and can't be used to Denial of Service attack.
- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.
- Updated dependencies [9bbf9ee5]
- Updated dependencies [9bbf9ee5]
- @saleor/apps-logger@1.4.3
- @saleor/react-hook-form-macaw@0.2.12
- @saleor/apps-shared@1.11.4
- @saleor/apps-otel@1.3.5
- @saleor/apps-ui@1.2.10

## 2.9.16

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

## 1.12.18

### Patch Changes

- 9bbf9ee5: Increased Vercel log limit to new value - 256KB. See [announcement](https://vercel.com/changelog/updated-logging-limits-for-vercel-functions) blog post from Vercel for more details.
- 9bbf9ee5: Added new `LoggerVercelTransport` support. It will help us send logs to our infrastructure without need of OTEL unstable logs API.
- 9bbf9ee5: Escape ALLOWED_DOMAIN_PATTERN regex. It ensures that regex constructed from env variable is sanitized and can't be used to Denial of Service attack.
- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.
- Updated dependencies [9bbf9ee5]
- Updated dependencies [9bbf9ee5]
- @saleor/apps-logger@1.4.3
- @saleor/apps-shared@1.11.4
- @saleor/apps-otel@1.3.5
- @saleor/apps-ui@1.2.10

## 1.12.17

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

## 1.19.17

### Patch Changes

- 9bbf9ee5: Increased Vercel log limit to new value - 256KB. See [announcement](https://vercel.com/changelog/updated-logging-limits-for-vercel-functions) blog post from Vercel for more details.
- 9bbf9ee5: Added new `LoggerVercelTransport` support. It will help us send logs to our infrastructure without need of OTEL unstable logs API.
- 9bbf9ee5: Escape ALLOWED_DOMAIN_PATTERN regex. It ensures that regex constructed from env variable is sanitized and can't be used to Denial of Service attack.
- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.
- Updated dependencies [9bbf9ee5]
- Updated dependencies [9bbf9ee5]
- @saleor/apps-logger@1.4.3
- @saleor/react-hook-form-macaw@0.2.12
- @saleor/webhook-utils@0.2.3
- @saleor/apps-shared@1.11.4
- @saleor/apps-otel@1.3.5
- @saleor/apps-ui@1.2.10

## 1.19.16

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

## 1.22.19

### Patch Changes

- 9bbf9ee5: Increased Vercel log limit to new value - 256KB. See [announcement](https://vercel.com/changelog/updated-logging-limits-for-vercel-functions) blog post from Vercel for more details.
- 9bbf9ee5: Added new `LoggerVercelTransport` support. It will help us send logs to our infrastructure without need of OTEL unstable logs API.
- 9bbf9ee5: Escape ALLOWED_DOMAIN_PATTERN regex. It ensures that regex constructed from env variable is sanitized and can't be used to Denial of Service attack.
- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.
- Updated dependencies [9bbf9ee5]
- Updated dependencies [9bbf9ee5]
- @saleor/apps-logger@1.4.3
- @saleor/react-hook-form-macaw@0.2.12
- @saleor/webhook-utils@0.2.3
- @saleor/apps-shared@1.11.4
- @saleor/apps-otel@1.3.5
- @saleor/apps-ui@1.2.10

## 1.22.18

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

## 2.0.1

### Patch Changes

- Updated dependencies [9bbf9ee5]
- Updated dependencies [9bbf9ee5]
- @saleor/apps-logger@1.4.3
- @saleor/react-hook-form-macaw@0.2.12
- @saleor/webhook-utils@0.2.3
- @saleor/apps-shared@1.11.4
- @saleor/apps-otel@1.3.5
- @saleor/apps-ui@1.2.10
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.0",
"version": "2.0.1",
"scripts": {
"build": "next build",
"check-types": "tsc --noEmit",
Expand Down
16 changes: 16 additions & 0 deletions apps/smtp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# smtp

## 1.2.20

### Patch Changes

- 9bbf9ee5: Increased Vercel log limit to new value - 256KB. See [announcement](https://vercel.com/changelog/updated-logging-limits-for-vercel-functions) blog post from Vercel for more details.
- 9bbf9ee5: Added new `LoggerVercelTransport` support. It will help us send logs to our infrastructure without need of OTEL unstable logs API.
- 9bbf9ee5: Escape ALLOWED_DOMAIN_PATTERN regex. It ensures that regex constructed from env variable is sanitized and can't be used to Denial of Service attack.
- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.
- Updated dependencies [9bbf9ee5]
- Updated dependencies [9bbf9ee5]
- @saleor/apps-logger@1.4.3
- @saleor/react-hook-form-macaw@0.2.12
- @saleor/apps-shared@1.11.4
- @saleor/apps-otel@1.3.5
- @saleor/apps-ui@1.2.10

## 1.2.19

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

## 1.0.7

### Patch Changes

- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saleor/e2e",
"description": "",
"version": "1.0.6",
"version": "1.0.7",
"author": "",
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saleor/apps-logger

## 1.4.3

### Patch Changes

- 9bbf9ee5: Increased Vercel log limit to new value - 256KB. See [announcement](https://vercel.com/changelog/updated-logging-limits-for-vercel-functions) blog post from Vercel for more details.
- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.

## 1.4.2

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

## 1.3.5

### Patch Changes

- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.

## 1.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/otel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/apps-otel",
"version": "1.3.4",
"version": "1.3.5",
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint .",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-hook-form-macaw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saleor/react-hook-form-macaw

## 0.2.12

### Patch Changes

- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.

## 0.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form-macaw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/react-hook-form-macaw",
"version": "0.2.11",
"version": "0.2.12",
"scripts": {
"build-storybook": "storybook build",
"check-types": "tsc --noEmit",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saleor/apps-shared

## 1.11.4

### Patch Changes

- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.

## 1.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/apps-shared",
"version": "1.11.3",
"version": "1.11.4",
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint .",
Expand Down
8 changes: 8 additions & 0 deletions packages/trpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saleor/trpc

## 3.0.4

### Patch Changes

- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.
- Updated dependencies [9bbf9ee5]
- @saleor/apps-shared@1.11.4

## 3.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/trpc",
"version": "3.0.3",
"version": "3.0.4",
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint .",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saleor/apps-ui

## 1.2.10

### Patch Changes

- 9bbf9ee5: Fixed autofixable linting issues. No functional changes.

## 1.2.9

### Patch Changes
Expand Down
Loading

0 comments on commit a8a4332

Please sign in to comment.