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 16, 2025
1 parent 0db174a commit 4182551
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/angry-zebras-collect.md

This file was deleted.

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

## 1.12.5

### Patch Changes

- 0db174a8: Removed regex escape for `ALLOWED_DOMAINS_URL` env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.

## 1.12.4

### 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.4",
"version": "1.12.5",
"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.18

### Patch Changes

- 0db174a8: Removed regex escape for `ALLOWED_DOMAINS_URL` env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.

## 2.9.17

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

## 1.12.19

### Patch Changes

- 0db174a8: Removed regex escape for `ALLOWED_DOMAINS_URL` env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.

## 1.12.18

### 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.18",
"version": "1.12.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.19.18

### Patch Changes

- 0db174a8: Removed regex escape for `ALLOWED_DOMAINS_URL` env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.

## 1.19.17

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

## 1.22.20

### Patch Changes

- 0db174a8: Removed regex escape for `ALLOWED_DOMAINS_URL` env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.

## 1.22.19

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

## 2.0.2

### Patch Changes

- 0db174a8: Removed regex escape for `ALLOWED_DOMAINS_URL` env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.

## 2.0.1

### 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.1",
"version": "2.0.2",
"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.21

### Patch Changes

- 0db174a8: Removed regex escape for `ALLOWED_DOMAINS_URL` env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.

## 1.2.20

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

0 comments on commit 4182551

Please sign in to comment.