Skip to content

Commit

Permalink
Version Packages (#2317)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 17, 2024
1 parent 1eced2c commit f1dbf71
Show file tree
Hide file tree
Showing 33 changed files with 162 additions and 93 deletions.
2 changes: 0 additions & 2 deletions .changeset/afraid-swans-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-mayflies-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clever-crabs-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-dodos-pull.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/few-candles-wink.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gentle-seahorses-sleep.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/good-jokes-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-mugs-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-buses-clap.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/loud-dots-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-tables-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-files-appear.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-sloths-tickle.md

This file was deleted.

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

## 1.2.3

### Patch Changes

- f193105: Update getAmplifyDataClientConfig to work with named data backend

## 1.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.2.3",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@aws-amplify/data-schema": "^1.13.4",
"@aws-amplify/backend-platform-test-stubs": "^0.3.7",
"@aws-amplify/platform-core": "^1.3.0"
"@aws-amplify/platform-core": "^1.4.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.168.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/backend-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aws-amplify/backend-deployer

## 1.1.12

### Patch Changes

- dedcc27: add error mapping for role is invalid or cannot be assumed error'
- 95942c5: expand wrapping of credentials related errors
- 1eced2c: add mapping for circular dependency failures with resolution
- Updated dependencies [95942c5]
- Updated dependencies [f679cf6]
- Updated dependencies [f193105]
- @aws-amplify/platform-core@1.4.0

## 1.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-deployer",
"version": "1.1.11",
"version": "1.1.12",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -19,7 +19,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/platform-core": "^1.3.0",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-amplify/plugin-types": "^1.6.0",
"execa": "^9.5.1",
"tsx": "^4.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/backend-function

## 1.10.0

### Minor Changes

- d32e4cd: Add ephemeralStorageSizeMB option to defineFunction
- 560878f: updates layer to also use layername:version
- f193105: Update getAmplifyDataClientConfig to work with named data backend

## 1.9.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.9.0",
"version": "1.10.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.3.0",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-sdk/client-s3": "^3.624.0",
"@aws-sdk/client-ssm": "^3.624.0",
"aws-sdk": "^2.1550.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @aws-amplify/backend

## 1.10.0

### Minor Changes

- 560878f: updates layer to also use layername:version

### Patch Changes

- Updated dependencies [95942c5]
- Updated dependencies [3cf0738]
- Updated dependencies [f679cf6]
- Updated dependencies [d32e4cd]
- Updated dependencies [560878f]
- Updated dependencies [f193105]
- @aws-amplify/platform-core@1.4.0
- @aws-amplify/client-config@1.5.4
- @aws-amplify/backend-function@1.10.0
- @aws-amplify/backend-data@1.2.3

## 1.9.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.9.0",
"version": "1.10.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.9.0",
"@aws-amplify/backend-data": "^1.2.2",
"@aws-amplify/backend-function": "^1.10.0",
"@aws-amplify/backend-data": "^1.2.3",
"@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.3",
"@aws-amplify/platform-core": "^1.3.0",
"@aws-amplify/client-config": "^1.5.4",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-amplify/plugin-types": "^1.6.0",
"@aws-sdk/client-amplify": "^3.624.0"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @aws-amplify/backend-cli

## 1.4.4

### Patch Changes

- 3cf0738: update detection of BackendOutputClientErrors
- Updated dependencies [dedcc27]
- Updated dependencies [95942c5]
- Updated dependencies [1eced2c]
- Updated dependencies [3cf0738]
- Updated dependencies [3cf0738]
- Updated dependencies [f679cf6]
- Updated dependencies [f193105]
- @aws-amplify/backend-deployer@1.1.12
- @aws-amplify/platform-core@1.4.0
- @aws-amplify/deployed-backend-client@1.5.0
- @aws-amplify/model-generator@1.0.10
- @aws-amplify/client-config@1.5.4
- @aws-amplify/sandbox@1.2.8

## 1.4.3

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.3",
"version": "1.4.4",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -31,17 +31,17 @@
},
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
"dependencies": {
"@aws-amplify/backend-deployer": "^1.1.11",
"@aws-amplify/backend-deployer": "^1.1.12",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-secret": "^1.1.2",
"@aws-amplify/cli-core": "^1.2.1",
"@aws-amplify/client-config": "^1.5.3",
"@aws-amplify/deployed-backend-client": "^1.4.1",
"@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.9",
"@aws-amplify/platform-core": "^1.3.0",
"@aws-amplify/model-generator": "^1.0.10",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-amplify/plugin-types": "^1.6.0",
"@aws-amplify/sandbox": "^1.2.7",
"@aws-amplify/sandbox": "^1.2.8",
"@aws-amplify/schema-generator": "^1.2.6",
"@aws-sdk/client-amplify": "^3.624.0",
"@aws-sdk/client-cloudformation": "^3.624.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/client-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aws-amplify/client-config

## 1.5.4

### Patch Changes

- 3cf0738: update detection of BackendOutputClientErrors
- Updated dependencies [95942c5]
- Updated dependencies [3cf0738]
- Updated dependencies [f679cf6]
- Updated dependencies [f193105]
- @aws-amplify/platform-core@1.4.0
- @aws-amplify/deployed-backend-client@1.5.0
- @aws-amplify/model-generator@1.0.10

## 1.5.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/client-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/client-config",
"version": "1.5.3",
"version": "1.5.4",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -25,9 +25,9 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/deployed-backend-client": "^1.4.1",
"@aws-amplify/model-generator": "^1.0.7",
"@aws-amplify/platform-core": "^1.3.0",
"@aws-amplify/deployed-backend-client": "^1.5.0",
"@aws-amplify/model-generator": "^1.0.10",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-amplify/plugin-types": "^1.6.0",
"zod": "^3.22.2"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/deployed-backend-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aws-amplify/deployed-backend-client

## 1.5.0

### Minor Changes

- 3cf0738: update detection of BackendOutputClientErrors

### Patch Changes

- Updated dependencies [95942c5]
- Updated dependencies [f679cf6]
- Updated dependencies [f193105]
- @aws-amplify/platform-core@1.4.0

## 1.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/deployed-backend-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/deployed-backend-client",
"version": "1.4.2",
"version": "1.5.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^1.2.0",
"@aws-amplify/platform-core": "^1.0.5",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-amplify/plugin-types": "^1.2.2",
"zod": "^3.22.2"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/model-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aws-amplify/model-generator

## 1.0.10

### Patch Changes

- 3cf0738: update detection of BackendOutputClientErrors
- Updated dependencies [95942c5]
- Updated dependencies [3cf0738]
- Updated dependencies [f679cf6]
- Updated dependencies [f193105]
- @aws-amplify/platform-core@1.4.0
- @aws-amplify/deployed-backend-client@1.5.0

## 1.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.9",
"version": "1.0.10",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -20,10 +20,10 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^1.1.0",
"@aws-amplify/deployed-backend-client": "^1.4.1",
"@aws-amplify/deployed-backend-client": "^1.5.0",
"@aws-amplify/graphql-generator": "^0.5.1",
"@aws-amplify/graphql-types-generator": "^3.6.0",
"@aws-amplify/platform-core": "^1.0.5",
"@aws-amplify/platform-core": "^1.4.0",
"@aws-amplify/plugin-types": "^1.4.0",
"@aws-sdk/client-appsync": "^3.624.0",
"@aws-sdk/client-s3": "^3.624.0",
Expand Down
Loading

0 comments on commit f1dbf71

Please sign in to comment.