Skip to content

Commit 8e4d10a

Browse files
Version Packages (#3114)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @aws-amplify/backend@1.21.0 ### Minor Changes - 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22 ### Patch Changes - Updated dependencies [4c5dd61] - @aws-amplify/backend-function@1.17.0 - @aws-amplify/backend-auth@1.9.2 - @aws-amplify/backend-data@1.6.4 ## @aws-amplify/backend-function@1.17.0 ### Minor Changes - 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22 ## @aws-amplify/sandbox@2.2.0 ### Minor Changes - ae6a497: bump glob version ## @aws-amplify/ai-constructs@1.6.1 ### Patch Changes - 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22 ## @aws-amplify/auth-construct@1.11.1 ### Patch Changes - 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22 ## @aws-amplify/backend-auth@1.9.2 ### Patch Changes - 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22 - Updated dependencies [4c5dd61] - @aws-amplify/auth-construct@1.11.1 ## @aws-amplify/backend-data@1.6.4 ### Patch Changes - 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22 ## @aws-amplify/integration-tests@0.10.0 ### Minor Changes - ae6a497: bump glob version ### Patch Changes - 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ae6a497 commit 8e4d10a

File tree

18 files changed

+76
-32
lines changed

18 files changed

+76
-32
lines changed

.changeset/nine-hotels-punch.md

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

.changeset/slimy-monkeys-dig.md

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

packages/ai-constructs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/ai-constructs
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22
8+
39
## 1.6.0
410

511
### Minor Changes

packages/ai-constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ai-constructs",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/auth-construct/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/auth-construct
22

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22
8+
39
## 1.11.0
410

511
### Minor Changes

packages/auth-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth-construct",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

packages/backend-auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aws-amplify/backend-auth
22

3+
## 1.9.2
4+
5+
### Patch Changes
6+
7+
- 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22
8+
- Updated dependencies [4c5dd61]
9+
- @aws-amplify/auth-construct@1.11.1
10+
311
## 1.9.1
412

513
### Patch Changes

packages/backend-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-auth",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -23,7 +23,7 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@aws-amplify/auth-construct": "^1.11.0",
26+
"@aws-amplify/auth-construct": "^1.11.1",
2727
"@aws-amplify/backend-output-schemas": "^1.8.0",
2828
"@aws-amplify/backend-output-storage": "^1.3.3",
2929
"@aws-amplify/plugin-types": "^1.11.2"

packages/backend-data/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/backend-data
22

3+
## 1.6.4
4+
5+
### Patch Changes
6+
7+
- 4c5dd61: Update default function version to 22 and add Node 24 as runtime option, additionally update all functions that use Node 20 to Node 22
8+
39
## 1.6.3
410

511
### Patch Changes

packages/backend-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/backend-data",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)