Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 6dd93d1 commit bcda305
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 39 deletions.
6 changes: 0 additions & 6 deletions .changeset/few-oranges-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-flowers-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-hornets-type.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/plenty-mugs-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-toes-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-mirrors-enjoy.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- a66f5f2: Expose timeout property

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.2.0",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/backend-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/backend-ai

## 1.2.0

### Minor Changes

- a66f5f2: Expose timeout property

### Patch Changes

- Updated dependencies [a66f5f2]
- @aws-amplify/ai-constructs@1.2.0

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-ai",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/ai-constructs": "^1.1.0",
"@aws-amplify/ai-constructs": "^1.2.0",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-output-storage": "^1.1.4",
"@aws-amplify/data-schema-types": "^1.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/backend-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/backend-data

## 1.3.0

### Minor Changes

- fbf209e: Add GraphQL API ID and Amplify environment name to custom JS resolver stash

### Patch Changes

- 07fe7d4: Allow apiKeyAuthorizationMode to be undefined if defaultAuthorizationMode is apiKey

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-data",
"version": "1.2.3",
"version": "1.3.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aws-amplify/backend

## 1.11.0

### Minor Changes

- fbf209e: Add GraphQL API ID and Amplify environment name to custom JS resolver stash

### Patch Changes

- 07fe7d4: Allow apiKeyAuthorizationMode to be undefined if defaultAuthorizationMode is apiKey
- Updated dependencies [07fe7d4]
- Updated dependencies [fbf209e]
- @aws-amplify/backend-data@1.3.0

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.10.0",
"version": "1.11.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,7 +33,7 @@
"@aws-amplify/data-schema": "^1.13.4",
"@aws-amplify/backend-auth": "^1.4.2",
"@aws-amplify/backend-function": "^1.10.0",
"@aws-amplify/backend-data": "^1.2.3",
"@aws-amplify/backend-data": "^1.3.0",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-output-storage": "^1.1.4",
"@aws-amplify/backend-secret": "^1.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/backend-cli

## 1.4.5

### Patch Changes

- 0ef53e2: add validation for sandbox set command secret-name
- Updated dependencies [107600b]
- @aws-amplify/model-generator@1.0.11

## 1.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-cli",
"version": "1.4.4",
"version": "1.4.5",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@aws-amplify/client-config": "^1.5.4",
"@aws-amplify/deployed-backend-client": "^1.5.0",
"@aws-amplify/form-generator": "^1.0.3",
"@aws-amplify/model-generator": "^1.0.10",
"@aws-amplify/model-generator": "^1.0.11",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-amplify/plugin-types": "^1.6.0",
"@aws-amplify/sandbox": "^1.2.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/model-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/model-generator

## 1.0.11

### Patch Changes

- 107600b: Updated error handling with S3 Client

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/model-generator",
"version": "1.0.10",
"version": "1.0.11",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit bcda305

Please sign in to comment.