Skip to content

Commit 3e8bd80

Browse files
Merge pull request #2801 from Shopify/changeset-release/main
Packages for release
2 parents a2e8e6f + 7044c5d commit 3e8bd80

File tree

7 files changed

+20
-19
lines changed

7 files changed

+20
-19
lines changed

.changeset/dependabot-2803.md

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

.changeset/nine-lands-sell.md

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

packages/apps/session-storage/shopify-app-session-storage-dynamodb/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# @shopify/shopify-app-session-storage-dynamodb
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- 0b83295: Updated `@aws-sdk/client-dynamodb`, ` @aws-sdk/util-dynamodb` dependencies
8+
39
## 5.0.0
410

511
### Major Changes
612

7-
- [dc41d09]: `@shopify/shopify-api` now requires Node >= v20.10.0.
13+
- [dc41d09]: `@shopify/shopify-api` now requires Node >= v20.10.0.
814

915
As `@shopify/shopify-api` is a peer dependency, this is a breaking change, though we expect real world impact to be minimal for most users.
1016

packages/apps/session-storage/shopify-app-session-storage-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/shopify-app-session-storage-dynamodb",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Shopify App Session Storage for DynamoDB",
55
"repository": {
66
"type": "git",

packages/apps/shopify-app-react-router/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @shopify/shopify-app-react-router
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 83381bc: When responding to Admin document requests add document response headers instructing the browser to:
8+
1. Preconnect to the Shopify CDN
9+
2. Preload Polaris and App Bridge
10+
11+
This helps performance because the download of critical resources can start sooner and any assets these resources dynamically download will start with a warm connection pool.
12+
313
## 0.2.0
414

515
### Minor Changes

packages/apps/shopify-app-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Shopify React Router - to simplify the building of Shopify Apps with React Router",
33
"name": "@shopify/shopify-app-react-router",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"engines": {
66
"node": ">=20.0.0"
77
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SHOPIFY_REACT_ROUTER_LIBRARY_VERSION = '0.2.0';
1+
export const SHOPIFY_REACT_ROUTER_LIBRARY_VERSION = '0.3.0';

0 commit comments

Comments
 (0)