Skip to content

Commit 23304f4

Browse files
authored
Merge branch 'main' into build/pin-actions
2 parents 2dc1eb7 + e18c140 commit 23304f4

File tree

19 files changed

+63
-22
lines changed

19 files changed

+63
-22
lines changed

.changeset/little-parts-attend.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/avatax/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# saleor-app-avatax
22

3+
## 1.22.6
4+
5+
### Patch Changes
6+
7+
- 91f6d5f: Added support for OIDC between AWS and Vercel (using `@vercel/oidc-aws-credentials-provider`). Now, when `AWS_ARN` env variable is provided, it will take precedence over IAM secrets. This is more secure way to authenticate and is preferred. IAM secrets stay supported, e.g. for local DynamoDB setup.
8+
39
## 1.22.5
410

511
### Patch Changes

apps/avatax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saleor-app-avatax",
3-
"version": "1.22.5",
3+
"version": "1.22.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/cms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# saleor-app-cms
22

3+
## 2.15.4
4+
5+
### Patch Changes
6+
7+
- 91f6d5f: Added support for OIDC between AWS and Vercel (using `@vercel/oidc-aws-credentials-provider`). Now, when `AWS_ARN` env variable is provided, it will take precedence over IAM secrets. This is more secure way to authenticate and is preferred. IAM secrets stay supported, e.g. for local DynamoDB setup.
8+
39
## 2.15.3
410

511
### Patch Changes

apps/cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saleor-app-cms",
3-
"version": "2.15.3",
3+
"version": "2.15.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/klaviyo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# saleor-app-klaviyo
22

3+
## 1.15.4
4+
5+
### Patch Changes
6+
7+
- 91f6d5f: Added support for OIDC between AWS and Vercel (using `@vercel/oidc-aws-credentials-provider`). Now, when `AWS_ARN` env variable is provided, it will take precedence over IAM secrets. This is more secure way to authenticate and is preferred. IAM secrets stay supported, e.g. for local DynamoDB setup.
8+
39
## 1.15.3
410

511
### Patch Changes

apps/klaviyo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saleor-app-klaviyo",
3-
"version": "1.15.3",
3+
"version": "1.15.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/np-atobarai/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# saleor-app-payment-np-atobarai
22

3+
## 1.4.6
4+
5+
### Patch Changes
6+
7+
- 91f6d5f: Added support for OIDC between AWS and Vercel (using `@vercel/oidc-aws-credentials-provider`). Now, when `AWS_ARN` env variable is provided, it will take precedence over IAM secrets. This is more secure way to authenticate and is preferred. IAM secrets stay supported, e.g. for local DynamoDB setup.
8+
39
## 1.4.5
410

511
### Patch Changes

apps/np-atobarai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "saleor-app-payment-np-atobarai",
4-
"version": "1.4.5",
4+
"version": "1.4.6",
55
"private": true,
66
"type": "module",
77
"scripts": {

apps/products-feed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# saleor-app-products-feed
22

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- 91f6d5f: Added support for OIDC between AWS and Vercel (using `@vercel/oidc-aws-credentials-provider`). Now, when `AWS_ARN` env variable is provided, it will take precedence over IAM secrets. This is more secure way to authenticate and is preferred. IAM secrets stay supported, e.g. for local DynamoDB setup.
8+
39
## 3.0.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)