Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
amplify-data-ci committed Aug 30, 2023
1 parent 5bf1a29 commit aeab665
Show file tree
Hide file tree
Showing 76 changed files with 408 additions and 256 deletions.
4 changes: 4 additions & 0 deletions packages/amplify-category-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.6.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/amplify-category-api

## [5.6.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

### Bug Fixes
Expand Down
40 changes: 20 additions & 20 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-api",
"version": "5.6.1",
"version": "5.6.2",
"description": "Amplify CLI API Category Plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,12 +29,12 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/graphql-auth-transformer": "3.1.1",
"@aws-amplify/graphql-schema-generator": "0.4.1",
"@aws-amplify/graphql-transformer": "1.1.1",
"@aws-amplify/graphql-transformer-core": "2.1.1",
"@aws-amplify/graphql-transformer-interfaces": "3.1.1",
"@aws-amplify/graphql-transformer-migrator": "2.2.1",
"@aws-amplify/graphql-auth-transformer": "3.1.2",
"@aws-amplify/graphql-schema-generator": "0.4.2",
"@aws-amplify/graphql-transformer": "1.1.2",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"@aws-amplify/graphql-transformer-interfaces": "3.1.2",
"@aws-amplify/graphql-transformer-migrator": "2.2.2",
"@aws-cdk/aws-apigatewayv2-alpha": "~2.80.0-alpha.0",
"@aws-sdk/client-iam": "3.338.0",
"@aws-sdk/client-lambda": "3.338.0",
Expand All @@ -45,18 +45,18 @@
"cloudform-types": "^4.2.0",
"fs-extra": "^8.1.0",
"graphql": "^15.5.0",
"graphql-auth-transformer": "7.2.65",
"graphql-connection-transformer": "5.2.64",
"graphql-dynamodb-transformer": "7.2.64",
"graphql-elasticsearch-transformer": "5.2.65",
"graphql-function-transformer": "3.3.55",
"graphql-http-transformer": "5.2.64",
"graphql-key-transformer": "3.2.64",
"graphql-predictions-transformer": "3.2.64",
"graphql-relational-schema-transformer": "2.21.21",
"graphql-transformer-common": "4.25.0",
"graphql-transformer-core": "8.1.11",
"graphql-versioned-transformer": "5.2.64",
"graphql-auth-transformer": "7.2.66",
"graphql-connection-transformer": "5.2.65",
"graphql-dynamodb-transformer": "7.2.65",
"graphql-elasticsearch-transformer": "5.2.66",
"graphql-function-transformer": "3.3.56",
"graphql-http-transformer": "5.2.65",
"graphql-key-transformer": "3.2.65",
"graphql-predictions-transformer": "3.2.65",
"graphql-relational-schema-transformer": "2.21.22",
"graphql-transformer-common": "4.25.1",
"graphql-transformer-core": "8.1.12",
"graphql-versioned-transformer": "5.2.65",
"import-from": "^3.0.0",
"import-global": "^0.1.0",
"inquirer": "^7.3.3",
Expand All @@ -78,7 +78,7 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.2.1",
"@aws-amplify/graphql-transformer-test-utils": "0.2.2",
"@types/js-yaml": "^4.0.0",
"@types/node": "^12.12.6",
"amplify-util-headless-input": "^1.9.14-aug-transformer-mv-bump.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-e2e-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.4](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-08-30)

**Note:** Version bump only for package amplify-category-api-e2e-core

## [4.2.3](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-08-28)

**Note:** Version bump only for package amplify-category-api-e2e-core
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api-e2e-core",
"version": "4.2.3",
"version": "4.2.4",
"description": "Core testing library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "8.1.11",
"graphql-transformer-core": "8.1.12",
"ini": "^3.0.1",
"jest-environment-node": "^26.6.2",
"knex": "~2.4.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.2](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2023-08-30)

**Note:** Version bump only for package amplify-category-api-e2e-tests

## [3.14.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2023-08-28)

**Note:** Version bump only for package amplify-category-api-e2e-tests
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api-e2e-tests",
"version": "3.14.1",
"version": "3.14.2",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@aws-amplify/amplify-app": "^5.0.14-aug-transformer-mv-bump.0",
"@aws-amplify/graphql-transformer-core": "2.1.1",
"amplify-category-api-e2e-core": "4.2.3",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"amplify-category-api-e2e-core": "4.2.4",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1113.0",
Expand All @@ -38,7 +38,7 @@
"generate-password": "~1.7.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "8.1.11",
"graphql-transformer-core": "8.1.12",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"uuid": "^8.3.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-graphql-api-construct/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/graphql-construct-alpha

# [0.6.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-graphql-api-construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-construct-alpha",
"version": "0.6.0",
"version": "0.6.1",
"description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,9 +31,9 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/graphql-transformer": "1.1.1",
"@aws-amplify/graphql-transformer-core": "2.1.1",
"@aws-amplify/graphql-transformer-interfaces": "3.1.1",
"@aws-amplify/graphql-transformer": "1.1.2",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"@aws-amplify/graphql-transformer-interfaces": "3.1.2",
"fs-extra": "^8.1.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-graphql-auth-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/graphql-auth-transformer

## [3.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

### Bug Fixes
Expand Down
20 changes: 10 additions & 10 deletions packages/amplify-graphql-auth-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-auth-transformer",
"version": "3.1.1",
"version": "3.1.2",
"description": "Amplify GraphQL @auth transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,20 +29,20 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-model-transformer": "2.1.1",
"@aws-amplify/graphql-relational-transformer": "2.1.1",
"@aws-amplify/graphql-transformer-core": "2.1.1",
"@aws-amplify/graphql-transformer-interfaces": "3.1.1",
"@aws-amplify/graphql-model-transformer": "2.1.2",
"@aws-amplify/graphql-relational-transformer": "2.1.2",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"@aws-amplify/graphql-transformer-interfaces": "3.1.2",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0",
"graphql-mapping-template": "4.20.12",
"graphql-transformer-common": "4.25.1",
"lodash": "^4.17.21",
"md5": "^2.3.0"
},
"devDependencies": {
"@aws-amplify/graphql-index-transformer": "2.1.1",
"@aws-amplify/graphql-searchable-transformer": "2.1.1",
"@aws-amplify/graphql-transformer-test-utils": "0.2.1",
"@aws-amplify/graphql-index-transformer": "2.1.2",
"@aws-amplify/graphql-searchable-transformer": "2.1.2",
"@aws-amplify/graphql-transformer-test-utils": "0.2.2",
"@types/node": "^12.12.6"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/graphql-default-value-transformer

## [2.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

**Note:** Version bump only for package @aws-amplify/graphql-default-value-transformer
Expand Down
14 changes: 7 additions & 7 deletions packages/amplify-graphql-default-value-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-default-value-transformer",
"version": "2.1.1",
"version": "2.1.2",
"description": "Amplify GraphQL default value transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,16 +29,16 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "2.1.1",
"@aws-amplify/graphql-transformer-interfaces": "3.1.1",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"@aws-amplify/graphql-transformer-interfaces": "3.1.2",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0",
"graphql-mapping-template": "4.20.12",
"graphql-transformer-common": "4.25.1",
"libphonenumber-js": "1.9.47"
},
"devDependencies": {
"@aws-amplify/graphql-model-transformer": "2.1.1",
"@aws-amplify/graphql-transformer-test-utils": "0.2.1"
"@aws-amplify/graphql-model-transformer": "2.1.2",
"@aws-amplify/graphql-transformer-test-utils": "0.2.2"
},
"jest": {
"transform": {
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-graphql-function-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/graphql-function-transformer

## [2.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

**Note:** Version bump only for package @aws-amplify/graphql-function-transformer
Expand Down
12 changes: 6 additions & 6 deletions packages/amplify-graphql-function-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-function-transformer",
"version": "2.1.1",
"version": "2.1.2",
"description": "Amplify GraphQL @function transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,14 +28,14 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "2.1.1",
"@aws-amplify/graphql-transformer-interfaces": "3.1.1",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"@aws-amplify/graphql-transformer-interfaces": "3.1.2",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0"
"graphql-mapping-template": "4.20.12",
"graphql-transformer-common": "4.25.1"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.2.1"
"@aws-amplify/graphql-transformer-test-utils": "0.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "^2.80.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-graphql-http-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/graphql-http-transformer

## [2.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
Expand Down
12 changes: 6 additions & 6 deletions packages/amplify-graphql-http-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-http-transformer",
"version": "2.1.1",
"version": "2.1.2",
"description": "Amplify GraphQL @http transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,14 +28,14 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "2.1.1",
"@aws-amplify/graphql-transformer-interfaces": "3.1.1",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"@aws-amplify/graphql-transformer-interfaces": "3.1.2",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0"
"graphql-mapping-template": "4.20.12",
"graphql-transformer-common": "4.25.1"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.2.1"
"@aws-amplify/graphql-transformer-test-utils": "0.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "^2.80.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-graphql-index-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/graphql-index-transformer

## [2.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
Expand Down
14 changes: 7 additions & 7 deletions packages/amplify-graphql-index-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-index-transformer",
"version": "2.1.1",
"version": "2.1.2",
"description": "Amplify GraphQL index and key transformers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,15 +28,15 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-model-transformer": "2.1.1",
"@aws-amplify/graphql-transformer-core": "2.1.1",
"@aws-amplify/graphql-transformer-interfaces": "3.1.1",
"@aws-amplify/graphql-model-transformer": "2.1.2",
"@aws-amplify/graphql-transformer-core": "2.1.2",
"@aws-amplify/graphql-transformer-interfaces": "3.1.2",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0"
"graphql-mapping-template": "4.20.12",
"graphql-transformer-common": "4.25.1"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.2.1"
"@aws-amplify/graphql-transformer-test-utils": "0.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "^2.80.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-graphql-maps-to-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-30)

**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer

## [3.1.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-28)

**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
Expand Down
Loading

0 comments on commit aeab665

Please sign in to comment.