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 Jun 5, 2023
1 parent 33a8dd6 commit 1b8d53f
Show file tree
Hide file tree
Showing 64 changed files with 314 additions and 182 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.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-05)

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

# [5.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-23)

### Bug Fixes
Expand Down
50 changes: 25 additions & 25 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.4.0",
"version": "5.4.1",
"description": "Amplify CLI API category plugin.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,20 +29,20 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/graphql-auth-transformer": "2.1.5",
"@aws-amplify/graphql-default-value-transformer": "1.1.5",
"@aws-amplify/graphql-function-transformer": "1.2.3",
"@aws-amplify/graphql-http-transformer": "1.2.3",
"@aws-amplify/graphql-index-transformer": "1.2.1",
"@aws-amplify/graphql-maps-to-transformer": "2.1.5",
"@aws-amplify/graphql-model-transformer": "1.3.1",
"@aws-amplify/graphql-predictions-transformer": "1.2.3",
"@aws-amplify/graphql-relational-transformer": "1.2.1",
"@aws-amplify/graphql-schema-generator": "0.1.1",
"@aws-amplify/graphql-searchable-transformer": "1.2.3",
"@aws-amplify/graphql-transformer-core": "1.3.1",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-transformer-migrator": "2.1.5",
"@aws-amplify/graphql-auth-transformer": "2.1.6",
"@aws-amplify/graphql-default-value-transformer": "1.1.6",
"@aws-amplify/graphql-function-transformer": "1.2.4",
"@aws-amplify/graphql-http-transformer": "1.2.4",
"@aws-amplify/graphql-index-transformer": "1.2.2",
"@aws-amplify/graphql-maps-to-transformer": "2.1.6",
"@aws-amplify/graphql-model-transformer": "1.3.2",
"@aws-amplify/graphql-predictions-transformer": "1.2.4",
"@aws-amplify/graphql-relational-transformer": "1.2.2",
"@aws-amplify/graphql-schema-generator": "0.1.2",
"@aws-amplify/graphql-searchable-transformer": "1.2.4",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"@aws-amplify/graphql-transformer-interfaces": "2.2.1",
"@aws-amplify/graphql-transformer-migrator": "2.1.6",
"@aws-cdk/aws-apigatewayv2-alpha": "~2.68.0-alpha.0",
"@graphql-tools/merge": "^6.0.18",
"@octokit/rest": "^18.0.9",
Expand All @@ -53,18 +53,18 @@
"constructs": "^10.0.5",
"fs-extra": "^8.1.0",
"graphql": "^15.5.0",
"graphql-auth-transformer": "7.2.55",
"graphql-connection-transformer": "5.2.54",
"graphql-dynamodb-transformer": "7.2.54",
"graphql-elasticsearch-transformer": "5.2.55",
"graphql-function-transformer": "3.3.45",
"graphql-http-transformer": "5.2.54",
"graphql-key-transformer": "3.2.54",
"graphql-predictions-transformer": "3.2.54",
"graphql-auth-transformer": "7.2.56",
"graphql-connection-transformer": "5.2.55",
"graphql-dynamodb-transformer": "7.2.55",
"graphql-elasticsearch-transformer": "5.2.56",
"graphql-function-transformer": "3.3.46",
"graphql-http-transformer": "5.2.55",
"graphql-key-transformer": "3.2.55",
"graphql-predictions-transformer": "3.2.55",
"graphql-relational-schema-transformer": "2.21.18",
"graphql-transformer-common": "4.24.6",
"graphql-transformer-core": "8.1.1",
"graphql-versioned-transformer": "5.2.54",
"graphql-transformer-core": "8.1.2",
"graphql-versioned-transformer": "5.2.55",
"import-from": "^3.0.0",
"import-global": "^0.1.0",
"inquirer": "^7.3.3",
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.1.4](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-06-05)

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

## [4.1.3](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-05-23)

**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.1.3",
"version": "4.1.4",
"description": "Core testing library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "8.1.1",
"graphql-transformer-core": "8.1.2",
"jest-environment-node": "^26.6.2",
"knex": "~2.4.0",
"lodash": "^4.17.21",
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.12.4](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2023-06-05)

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

## [3.12.3](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2023-05-23)

**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.12.3",
"version": "3.12.4",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@aws-amplify/amplify-app": "^5.0.4",
"@aws-amplify/graphql-transformer-core": "1.3.1",
"amplify-category-api-e2e-core": "4.1.3",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"amplify-category-api-e2e-core": "4.1.4",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1113.0",
Expand All @@ -37,7 +37,7 @@
"fs-extra": "^8.1.0",
"generate-password": "~1.7.0",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "8.1.1",
"graphql-transformer-core": "8.1.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"uuid": "^8.3.2",
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-05)

### Bug Fixes

- **graphql:** renamed subscription should generate auth resolver ([bbf3998](https://github.com/aws-amplify/amplify-category-api/commit/bbf399888d65e0e08020da622722d93670bc742c))

## [2.1.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-23)

**Note:** Version bump only for package @aws-amplify/graphql-auth-transformer
Expand Down
14 changes: 7 additions & 7 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": "2.1.5",
"version": "2.1.6",
"description": "Amplify GraphQL @auth transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,10 +29,10 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-model-transformer": "1.3.1",
"@aws-amplify/graphql-relational-transformer": "1.2.1",
"@aws-amplify/graphql-transformer-core": "1.3.1",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-model-transformer": "1.3.2",
"@aws-amplify/graphql-relational-transformer": "1.2.2",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"@aws-amplify/graphql-transformer-interfaces": "2.2.1",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
"graphql": "^15.5.0",
Expand All @@ -42,8 +42,8 @@
"md5": "^2.3.0"
},
"devDependencies": {
"@aws-amplify/graphql-index-transformer": "1.2.1",
"@aws-amplify/graphql-searchable-transformer": "1.2.3",
"@aws-amplify/graphql-index-transformer": "1.2.2",
"@aws-amplify/graphql-searchable-transformer": "1.2.4",
"@types/node": "^12.12.6"
},
"jest": {
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.

## [1.1.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-05)

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

## [1.1.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-23)

**Note:** Version bump only for package @aws-amplify/graphql-default-value-transformer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-default-value-transformer",
"version": "1.1.5",
"version": "1.1.6",
"description": "Amplify GraphQL default value transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,15 +29,15 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "1.3.1",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"@aws-amplify/graphql-transformer-interfaces": "2.2.1",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.8",
"graphql-transformer-common": "4.24.6",
"libphonenumber-js": "1.9.47"
},
"devDependencies": {
"@aws-amplify/graphql-model-transformer": "1.3.1"
"@aws-amplify/graphql-model-transformer": "1.3.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.

## [1.2.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-05)

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

## [1.2.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-23)

**Note:** Version bump only for package @aws-amplify/graphql-function-transformer
Expand Down
6 changes: 3 additions & 3 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": "1.2.3",
"version": "1.2.4",
"description": "Amplify GraphQL @function transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "1.3.1",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"@aws-amplify/graphql-transformer-interfaces": "2.2.1",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
"graphql": "^15.5.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.

## [1.2.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-05)

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

## [1.2.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-23)

**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
Expand Down
6 changes: 3 additions & 3 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": "1.2.3",
"version": "1.2.4",
"description": "Amplify GraphQL @http transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "1.3.1",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"@aws-amplify/graphql-transformer-interfaces": "2.2.1",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
"graphql": "^15.5.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.

## [1.2.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-05)

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

## [1.2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-23)

**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
Expand Down
8 changes: 4 additions & 4 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": "1.2.1",
"version": "1.2.2",
"description": "Amplify GraphQL index and key transformers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-model-transformer": "1.3.1",
"@aws-amplify/graphql-transformer-core": "1.3.1",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-model-transformer": "1.3.2",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"@aws-amplify/graphql-transformer-interfaces": "2.2.1",
"@aws-cdk/assert": "~2.68.0",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
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.

## [2.1.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-05)

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

## [2.1.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-23)

**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
Expand Down
14 changes: 7 additions & 7 deletions packages/amplify-graphql-maps-to-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-maps-to-transformer",
"version": "2.1.5",
"version": "2.1.6",
"description": "Amplify GraphQL @mapsTo transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,18 +30,18 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "1.3.1",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-transformer-core": "1.3.2",
"@aws-amplify/graphql-transformer-interfaces": "2.2.1",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
"graphql-mapping-template": "4.20.8",
"graphql-transformer-common": "4.24.6"
},
"devDependencies": {
"@aws-amplify/graphql-index-transformer": "1.2.1",
"@aws-amplify/graphql-model-transformer": "1.3.1",
"@aws-amplify/graphql-relational-transformer": "1.2.1",
"@aws-amplify/graphql-searchable-transformer": "1.2.3",
"@aws-amplify/graphql-index-transformer": "1.2.2",
"@aws-amplify/graphql-model-transformer": "1.3.2",
"@aws-amplify/graphql-relational-transformer": "1.2.2",
"@aws-amplify/graphql-searchable-transformer": "1.2.4",
"graphql": "^15.5.0",
"mkdirp": "^0.5.5"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-graphql-migration-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.

## [2.3.35](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-graphql-migration-tests@[email protected]) (2023-06-05)

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

## [2.3.34](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-graphql-migration-tests@[email protected]) (2023-05-23)

**Note:** Version bump only for package amplify-category-api-graphql-migration-tests
Expand Down
Loading

0 comments on commit 1b8d53f

Please sign in to comment.