Skip to content

Commit

Permalink
Version Packages (#2461)
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 Jan 31, 2025
1 parent 99bb9a4 commit 56ec47e
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 38 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-crabs-care.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-pianos-destroy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slimy-fireants-cheer.md

This file was deleted.

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

## 1.1.16

### Patch Changes

- a7ae994: wrap more instances of ENOENT type errors
- ec7826d: Handle connect ENOMEM error
- Updated dependencies [ec7826d]
- @aws-amplify/platform-core@1.6.1

## 1.1.15

### 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.15",
"version": "1.1.16",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -19,7 +19,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/platform-core": "^1.6.0",
"@aws-amplify/platform-core": "^1.6.1",
"@aws-amplify/plugin-types": "^1.8.0",
"execa": "^9.5.1",
"tsx": "^4.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend-secret/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/backend-secret

## 1.1.6

### Patch Changes

- ec7826d: Handle connect ENOMEM error
- Updated dependencies [ec7826d]
- @aws-amplify/platform-core@1.6.1

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-secret/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-secret",
"version": "1.1.5",
"version": "1.1.6",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/plugin-types": "^1.2.2",
"@aws-amplify/platform-core": "^1.0.5",
"@aws-amplify/platform-core": "^1.6.1",
"@aws-sdk/client-ssm": "^3.624.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aws-amplify/backend-cli

## 1.4.9

### Patch Changes

- 99bb9a4: enforce branch option implying app id for generate commands
- Updated dependencies [a7ae994]
- Updated dependencies [ec7826d]
- @aws-amplify/backend-deployer@1.1.16
- @aws-amplify/client-config@1.5.6
- @aws-amplify/backend-secret@1.1.6
- @aws-amplify/platform-core@1.6.1

## 1.4.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.8",
"version": "1.4.9",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -31,15 +31,15 @@
},
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
"dependencies": {
"@aws-amplify/backend-deployer": "^1.1.15",
"@aws-amplify/backend-deployer": "^1.1.16",
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/backend-secret": "^1.1.2",
"@aws-amplify/backend-secret": "^1.1.6",
"@aws-amplify/cli-core": "^1.2.3",
"@aws-amplify/client-config": "^1.5.5",
"@aws-amplify/client-config": "^1.5.6",
"@aws-amplify/deployed-backend-client": "^1.5.0",
"@aws-amplify/form-generator": "^1.0.3",
"@aws-amplify/model-generator": "^1.0.12",
"@aws-amplify/platform-core": "^1.6.0",
"@aws-amplify/platform-core": "^1.6.1",
"@aws-amplify/plugin-types": "^1.8.0",
"@aws-amplify/sandbox": "^1.2.10",
"@aws-amplify/schema-generator": "^1.2.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/client-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/client-config

## 1.5.6

### Patch Changes

- a7ae994: wrap more instances of ENOENT type errors
- Updated dependencies [ec7826d]
- @aws-amplify/platform-core@1.6.1

## 1.5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "1.5.6",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
"@aws-amplify/backend-output-schemas": "^1.4.0",
"@aws-amplify/deployed-backend-client": "^1.5.0",
"@aws-amplify/model-generator": "^1.0.12",
"@aws-amplify/platform-core": "^1.5.0",
"@aws-amplify/platform-core": "^1.6.1",
"@aws-amplify/plugin-types": "^1.7.0",
"zod": "^3.22.2"
},
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.6.1

### Patch Changes

- ec7826d: Handle connect ENOMEM error

## 1.6.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.6.0",
"version": "1.6.1",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 56ec47e

Please sign in to comment.