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 9, 2023
1 parent 333f30e commit de6751f
Show file tree
Hide file tree
Showing 74 changed files with 430 additions and 218 deletions.
6 changes: 6 additions & 0 deletions packages/amplify-category-api/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.

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

### Features

- bump major version of transformer packages ([2458c84](https://github.com/aws-amplify/amplify-category-api/commit/2458c8426da5772aa669d37e11f99ee9c6c5ac2e))

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

**Note:** Version bump only for package @aws-amplify/amplify-category-api
Expand Down
38 changes: 19 additions & 19 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.5.3",
"version": "5.6.0",
"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.0.0",
"@aws-amplify/graphql-schema-generator": "0.3.0",
"@aws-amplify/graphql-transformer": "1.0.0",
"@aws-amplify/graphql-transformer-core": "2.0.0",
"@aws-amplify/graphql-transformer-interfaces": "3.0.0",
"@aws-amplify/graphql-transformer-migrator": "2.1.13",
"@aws-amplify/graphql-auth-transformer": "3.1.0",
"@aws-amplify/graphql-schema-generator": "0.4.0",
"@aws-amplify/graphql-transformer": "1.1.0",
"@aws-amplify/graphql-transformer-core": "2.1.0",
"@aws-amplify/graphql-transformer-interfaces": "3.1.0",
"@aws-amplify/graphql-transformer-migrator": "2.2.0",
"@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.63",
"graphql-connection-transformer": "5.2.62",
"graphql-dynamodb-transformer": "7.2.62",
"graphql-elasticsearch-transformer": "5.2.63",
"graphql-function-transformer": "3.3.53",
"graphql-http-transformer": "5.2.62",
"graphql-key-transformer": "3.2.62",
"graphql-predictions-transformer": "3.2.62",
"graphql-auth-transformer": "7.2.64",
"graphql-connection-transformer": "5.2.63",
"graphql-dynamodb-transformer": "7.2.63",
"graphql-elasticsearch-transformer": "5.2.64",
"graphql-function-transformer": "3.3.54",
"graphql-http-transformer": "5.2.63",
"graphql-key-transformer": "3.2.63",
"graphql-predictions-transformer": "3.2.63",
"graphql-relational-schema-transformer": "2.21.21",
"graphql-transformer-common": "4.25.0",
"graphql-transformer-core": "8.1.9",
"graphql-versioned-transformer": "5.2.62",
"graphql-transformer-core": "8.1.10",
"graphql-versioned-transformer": "5.2.63",
"import-from": "^3.0.0",
"import-global": "^0.1.0",
"inquirer": "^7.3.3",
Expand All @@ -78,11 +78,11 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.2.0",
"@types/js-yaml": "^4.0.0",
"@types/node": "^12.12.6",
"amplify-util-headless-input": "^1.9.12",
"ts-jest": "26.4.4",
"@aws-amplify/graphql-transformer-test-utils": "0.1.0"
"ts-jest": "26.4.4"
},
"jest": {
"testURL": "http://localhost",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-dynamodb-simulator/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.4.13](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-dynamodb-simulator@[email protected]) (2023-08-09)

**Note:** Version bump only for package amplify-category-api-dynamodb-simulator

## [2.4.12](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-dynamodb-simulator@[email protected]) (2023-07-21)

**Note:** Version bump only for package amplify-category-api-dynamodb-simulator
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-dynamodb-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api-dynamodb-simulator",
"version": "2.4.12",
"version": "2.4.13",
"description": "DynamoDB emulator NodeJS wrapper",
"private": "true",
"repository": {
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.2](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-08-09)

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

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

**Note:** Version bump only for package amplify-category-api-e2e-core
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "4.2.2",
"description": "Core testing library",
"repository": {
"type": "git",
Expand All @@ -24,13 +24,13 @@
"dependencies": {
"@aws-sdk/client-ec2": "3.338.0",
"@aws-sdk/client-rds": "3.338.0",
"@aws-sdk/credential-providers": "3.338.0",
"@aws-sdk/client-sts": "3.338.0",
"@aws-sdk/credential-providers": "3.338.0",
"amplify-headless-interface": "^1.17.3",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "8.1.9",
"graphql-transformer-core": "8.1.10",
"ini": "^3.0.1",
"jest-environment-node": "^26.6.2",
"knex": "~2.4.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/amplify-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- allow update on operations create, read, update ([#1762](https://github.com/aws-amplify/amplify-category-api/issues/1762)) ([7247ae8](https://github.com/aws-amplify/amplify-category-api/commit/7247ae8d5312b07e155d175da038ea869f790e83))

### Features

- bump major version of transformer packages ([2458c84](https://github.com/aws-amplify/amplify-category-api/commit/2458c8426da5772aa669d37e11f99ee9c6c5ac2e))

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

**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.13.1",
"version": "3.14.0",
"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": "2.0.0",
"amplify-category-api-e2e-core": "4.2.1",
"@aws-amplify/graphql-transformer-core": "2.1.0",
"amplify-category-api-e2e-core": "4.2.2",
"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.9",
"graphql-transformer-core": "8.1.10",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"uuid": "^8.3.2",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- api export for api construct ([6395d84](https://github.com/aws-amplify/amplify-category-api/commit/6395d849326456c469f7f9da2963807ed06192f3))

### Features

- bump major version of transformer packages ([2458c84](https://github.com/aws-amplify/amplify-category-api/commit/2458c8426da5772aa669d37e11f99ee9c6c5ac2e))
- store construct output ([#1721](https://github.com/aws-amplify/amplify-category-api/issues/1721)) ([472ba66](https://github.com/aws-amplify/amplify-category-api/commit/472ba66d008566d24e5400b92d5a2e0cbb2832a4))

## [0.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-21)

**Note:** Version bump only for package @aws-amplify/graphql-construct-alpha
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.4.1",
"version": "0.5.0",
"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.0.0",
"@aws-amplify/graphql-transformer-core": "2.0.0",
"@aws-amplify/graphql-transformer-interfaces": "3.0.0",
"@aws-amplify/graphql-transformer": "1.1.0",
"@aws-amplify/graphql-transformer-core": "2.1.0",
"@aws-amplify/graphql-transformer-interfaces": "3.1.0",
"fs-extra": "^8.1.0"
},
"devDependencies": {
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- allow update on operations create, read, update ([#1762](https://github.com/aws-amplify/amplify-category-api/issues/1762)) ([7247ae8](https://github.com/aws-amplify/amplify-category-api/commit/7247ae8d5312b07e155d175da038ea869f790e83))
- fix auth test after merge with internal refactor ([333f30e](https://github.com/aws-amplify/amplify-category-api/commit/333f30e7b95dd4c557aa34e8d062dc358d280e90))

### Features

- bump major version of transformer packages ([2458c84](https://github.com/aws-amplify/amplify-category-api/commit/2458c8426da5772aa669d37e11f99ee9c6c5ac2e))

## [2.1.13](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-21)

**Note:** Version bump only for package @aws-amplify/graphql-auth-transformer
Expand Down
18 changes: 9 additions & 9 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.0.0",
"version": "3.1.0",
"description": "Amplify GraphQL @auth transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,21 +29,21 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-model-transformer": "2.0.0",
"@aws-amplify/graphql-relational-transformer": "2.0.0",
"@aws-amplify/graphql-transformer-core": "2.0.0",
"@aws-amplify/graphql-transformer-interfaces": "3.0.0",
"@aws-amplify/graphql-model-transformer": "2.1.0",
"@aws-amplify/graphql-relational-transformer": "2.1.0",
"@aws-amplify/graphql-transformer-core": "2.1.0",
"@aws-amplify/graphql-transformer-interfaces": "3.1.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0",
"lodash": "^4.17.21",
"md5": "^2.3.0"
},
"devDependencies": {
"@aws-amplify/graphql-index-transformer": "2.0.0",
"@aws-amplify/graphql-searchable-transformer": "2.0.0",
"@types/node": "^12.12.6",
"@aws-amplify/graphql-transformer-test-utils": "0.1.0"
"@aws-amplify/graphql-index-transformer": "2.1.0",
"@aws-amplify/graphql-searchable-transformer": "2.1.0",
"@aws-amplify/graphql-transformer-test-utils": "0.2.0",
"@types/node": "^12.12.6"
},
"peerDependencies": {
"aws-cdk-lib": "^2.80.0",
Expand Down
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.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-09)

### Features

- bump major version of transformer packages ([2458c84](https://github.com/aws-amplify/amplify-category-api/commit/2458c8426da5772aa669d37e11f99ee9c6c5ac2e))

## [1.1.13](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-21)

**Note:** Version bump only for package @aws-amplify/graphql-default-value-transformer
Expand Down
10 changes: 5 additions & 5 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.0.0",
"version": "2.1.0",
"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.0.0",
"@aws-amplify/graphql-transformer-interfaces": "3.0.0",
"@aws-amplify/graphql-transformer-core": "2.1.0",
"@aws-amplify/graphql-transformer-interfaces": "3.1.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0",
"libphonenumber-js": "1.9.47"
},
"devDependencies": {
"@aws-amplify/graphql-model-transformer": "2.0.0",
"@aws-amplify/graphql-transformer-test-utils": "0.1.0"
"@aws-amplify/graphql-model-transformer": "2.1.0",
"@aws-amplify/graphql-transformer-test-utils": "0.2.0"
},
"jest": {
"transform": {
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- bump major version of transformer packages ([2458c84](https://github.com/aws-amplify/amplify-category-api/commit/2458c8426da5772aa669d37e11f99ee9c6c5ac2e))

## [1.2.11](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-21)

**Note:** Version bump only for package @aws-amplify/graphql-function-transformer
Expand Down
8 changes: 4 additions & 4 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.0.0",
"version": "2.1.0",
"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.0.0",
"@aws-amplify/graphql-transformer-interfaces": "3.0.0",
"@aws-amplify/graphql-transformer-core": "2.1.0",
"@aws-amplify/graphql-transformer-interfaces": "3.1.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.1.0"
"@aws-amplify/graphql-transformer-test-utils": "0.2.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.80.0",
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- bump major version of transformer packages ([2458c84](https://github.com/aws-amplify/amplify-category-api/commit/2458c8426da5772aa669d37e11f99ee9c6c5ac2e))

## [1.2.11](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-21)

**Note:** Version bump only for package @aws-amplify/graphql-http-transformer
Expand Down
8 changes: 4 additions & 4 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.0.0",
"version": "2.1.0",
"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.0.0",
"@aws-amplify/graphql-transformer-interfaces": "3.0.0",
"@aws-amplify/graphql-transformer-core": "2.1.0",
"@aws-amplify/graphql-transformer-interfaces": "3.1.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.11",
"graphql-transformer-common": "4.25.0"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-test-utils": "0.1.0"
"@aws-amplify/graphql-transformer-test-utils": "0.2.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.80.0",
Expand Down
Loading

0 comments on commit de6751f

Please sign in to comment.