Skip to content

Commit

Permalink
Merge branch 'main' into report-cdk-version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpascual committed Jan 8, 2025
2 parents 8f615b2 + 22a2863 commit 59bb35a
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-tips-turn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/large-rocks-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-berries-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-taxis-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-adults-breathe.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/ai-constructs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ai-constructs

## 1.2.1

### Patch Changes

- d46024e: Log streaming progress
- Updated dependencies [a712983]
- @aws-amplify/platform-core@1.5.1

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ai-constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ai-constructs",
"version": "1.2.0",
"version": "1.2.1",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/platform-core": "^1.3.0",
"@aws-amplify/platform-core": "^1.5.1",
"@aws-amplify/plugin-types": "^1.6.0",
"@aws-sdk/client-bedrock-runtime": "^3.622.0",
"@smithy/types": "^3.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/backend-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/backend-function

## 1.12.0

### Minor Changes

- 3f521c3: add custom provided function support to define function

### Patch Changes

- c5d54c2: Update getAmplifyDataClient to have strict env type and remove narrowing logic

## 1.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-function",
"version": "1.11.0",
"version": "1.12.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@aws-amplify/backend-platform-test-stubs": "^0.3.7",
"@aws-amplify/platform-core": "^1.5.0",
"@aws-amplify/platform-core": "^1.5.1",
"@aws-sdk/client-s3": "^3.624.0",
"@aws-sdk/client-ssm": "^3.624.0",
"aws-sdk": "^2.1550.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @aws-amplify/backend

## 1.13.0

### Minor Changes

- 3f521c3: add custom provided function support to define function

### Patch Changes

- c5d54c2: Update getAmplifyDataClient to have strict env type and remove narrowing logic
- Updated dependencies [c5d54c2]
- Updated dependencies [3f521c3]
- Updated dependencies [a712983]
- @aws-amplify/backend-function@1.12.0
- @aws-amplify/platform-core@1.5.1

## 1.12.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend",
"version": "1.12.0",
"version": "1.13.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,14 +32,14 @@
"dependencies": {
"@aws-amplify/data-schema": "^1.13.4",
"@aws-amplify/backend-auth": "^1.4.2",
"@aws-amplify/backend-function": "^1.11.0",
"@aws-amplify/backend-function": "^1.12.0",
"@aws-amplify/backend-data": "^1.4.0",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-output-storage": "^1.1.4",
"@aws-amplify/backend-secret": "^1.1.4",
"@aws-amplify/backend-storage": "^1.2.4",
"@aws-amplify/client-config": "^1.5.5",
"@aws-amplify/platform-core": "^1.5.0",
"@aws-amplify/platform-core": "^1.5.1",
"@aws-amplify/plugin-types": "^1.7.0",
"@aws-sdk/client-amplify": "^3.624.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/platform-core

## 1.5.1

### Patch Changes

- a712983: Base64 encode serialized Amplify Errors

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/platform-core",
"version": "1.5.0",
"version": "1.5.1",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 59bb35a

Please sign in to comment.