Skip to content

Commit

Permalink
Version Packages (#1788)
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 Aug 1, 2024
1 parent 7af1575 commit db776eb
Show file tree
Hide file tree
Showing 22 changed files with 90 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-tips-film.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/hip-fishes-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-donuts-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-dodos-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-dragons-trade.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/two-chairs-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-crews-fix.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-wombats-dream.md

This file was deleted.

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

## 1.1.1

### Patch Changes

- 8a7e385: update jsdoc for defineAuth access prop, triggers docs link

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/backend-auth",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@aws-amplify/backend-platform-test-stubs": "^0.3.3",
"@aws-amplify/platform-core": "^1.0.0"
"@aws-amplify/platform-core": "^1.0.4"
},
"peerDependencies": {
"aws-cdk-lib": "^2.132.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/backend-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/backend-deployer

## 1.0.3

### Patch Changes

- b3551c2: improve placeholders for cdk error messages
- 7af1575: fix error mapping regex for host specific newline characters
- bfd6512: catch and wrap esbuild error from cdk
- Updated dependencies [2294683]
- @aws-amplify/platform-core@1.0.4

## 1.0.2

### 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.0.2",
"version": "1.0.3",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/platform-core": "^1.0.3",
"@aws-amplify/platform-core": "^1.0.4",
"@aws-amplify/plugin-types": "^1.1.0",
"execa": "^8.0.1",
"tsx": "^4.6.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @aws-amplify/backend-cli

## 1.2.2

### Patch Changes

- 1aef2c2: wrap CloudFormation client stack does not exist errors in AmplifyUserError
- Updated dependencies [b3551c2]
- Updated dependencies [7af1575]
- Updated dependencies [bfd6512]
- Updated dependencies [2294683]
- Updated dependencies [1aef2c2]
- @aws-amplify/backend-deployer@1.0.3
- @aws-amplify/platform-core@1.0.4
- @aws-amplify/deployed-backend-client@1.2.0
- @aws-amplify/model-generator@1.0.3
- @aws-amplify/client-config@1.1.2

## 1.2.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.2.1",
"version": "1.2.2",
"description": "Command line interface for various Amplify tools",
"bin": {
"ampx": "lib/ampx.js",
Expand Down Expand Up @@ -30,15 +30,15 @@
},
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
"dependencies": {
"@aws-amplify/backend-deployer": "^1.0.2",
"@aws-amplify/backend-deployer": "^1.0.3",
"@aws-amplify/backend-output-schemas": "^1.1.0",
"@aws-amplify/backend-secret": "^1.0.0",
"@aws-amplify/cli-core": "^1.1.1",
"@aws-amplify/client-config": "^1.1.1",
"@aws-amplify/deployed-backend-client": "^1.1.0",
"@aws-amplify/client-config": "^1.1.2",
"@aws-amplify/deployed-backend-client": "^1.2.0",
"@aws-amplify/form-generator": "^1.0.0",
"@aws-amplify/model-generator": "^1.0.2",
"@aws-amplify/platform-core": "^1.0.3",
"@aws-amplify/model-generator": "^1.0.3",
"@aws-amplify/platform-core": "^1.0.4",
"@aws-amplify/sandbox": "^1.1.1",
"@aws-amplify/schema-generator": "^1.1.0",
"@aws-sdk/client-amplify": "^3.465.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/client-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/client-config

## 1.1.2

### Patch Changes

- 1aef2c2: wrap CloudFormation client stack does not exist errors in AmplifyUserError
- Updated dependencies [2294683]
- Updated dependencies [1aef2c2]
- @aws-amplify/platform-core@1.0.4
- @aws-amplify/deployed-backend-client@1.2.0
- @aws-amplify/model-generator@1.0.3

## 1.1.1

### 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.1.1",
"version": "1.1.2",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -24,9 +24,9 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^1.1.0",
"@aws-amplify/deployed-backend-client": "^1.1.0",
"@aws-amplify/model-generator": "^1.0.2",
"@aws-amplify/platform-core": "^1.0.3",
"@aws-amplify/deployed-backend-client": "^1.2.0",
"@aws-amplify/model-generator": "^1.0.3",
"@aws-amplify/platform-core": "^1.0.4",
"zod": "^3.22.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/deployed-backend-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/deployed-backend-client

## 1.2.0

### Minor Changes

- 1aef2c2: wrap CloudFormation client stack does not exist errors in AmplifyUserError

### Patch Changes

- Updated dependencies [2294683]
- @aws-amplify/platform-core@1.0.4

## 1.1.0

### Minor 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.1.0",
"version": "1.2.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^1.1.0",
"@aws-amplify/platform-core": "^1.0.3",
"@aws-amplify/platform-core": "^1.0.4",
"zod": "^3.22.2"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/model-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/model-generator

## 1.0.3

### Patch Changes

- 1aef2c2: wrap CloudFormation client stack does not exist errors in AmplifyUserError
- Updated dependencies [2294683]
- Updated dependencies [1aef2c2]
- @aws-amplify/platform-core@1.0.4
- @aws-amplify/deployed-backend-client@1.2.0

## 1.0.2

### 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.2",
"version": "1.0.3",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -19,10 +19,10 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/backend-output-schemas": "^1.1.0",
"@aws-amplify/deployed-backend-client": "^1.1.0",
"@aws-amplify/deployed-backend-client": "^1.2.0",
"@aws-amplify/graphql-generator": "^0.4.0",
"@aws-amplify/graphql-types-generator": "^3.6.0",
"@aws-amplify/platform-core": "^1.0.3",
"@aws-amplify/platform-core": "^1.0.4",
"@aws-sdk/client-appsync": "^3.465.0",
"@aws-sdk/client-s3": "^3.465.0",
"@aws-sdk/credential-providers": "^3.465.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.0.4

### Patch Changes

- 2294683: Add missing dependent arguments error in the yargs validations

## 1.0.3

### Patch 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.0.3",
"version": "1.0.4",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit db776eb

Please sign in to comment.