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 May 17, 2023
1 parent ccac5c6 commit 3cc08d4
Show file tree
Hide file tree
Showing 70 changed files with 477 additions and 223 deletions.
30 changes: 30 additions & 0 deletions packages/amplify-category-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- added await ([9aa13a2](https://github.com/aws-amplify/amplify-category-api/commit/9aa13a2bd39d9697069633de59e5f4410589764e))
- auto generate schema from import api ([1c55fcc](https://github.com/aws-amplify/amplify-category-api/commit/1c55fccf76e0f3ea838be904dfa2209db883c8df))
- build jobs ([33c1495](https://github.com/aws-amplify/amplify-category-api/commit/33c1495347a0365c1eafab48840ada2c2667d8cd))
- error flow when secrets do not work ([6d04354](https://github.com/aws-amplify/amplify-category-api/commit/6d04354c67fd7c153469a19f5293e0c2e5f22a43))
- global Amplify input type removed from compiled schema ([f75af60](https://github.com/aws-amplify/amplify-category-api/commit/f75af6001c6ff50433437fad2a0697e00baf5b88))
- handle edge cases in the user experience ([ebd1ba9](https://github.com/aws-amplify/amplify-category-api/commit/ebd1ba9e828c58856e072e5fc51064c9d5c0ed69))
- populate database secrets map only if imported database exists ([446d456](https://github.com/aws-amplify/amplify-category-api/commit/446d456d8b10f827c7f5f26892c1b47e9ef729f1))
- rds v2 e2e tests ([f0f344d](https://github.com/aws-amplify/amplify-category-api/commit/f0f344d7034ab1fa4cdeb4a97429b2705d622848))
- remove DB info from schema global input ([d28a5cf](https://github.com/aws-amplify/amplify-category-api/commit/d28a5cfde7dbba31fe5540ef724b564c9c2eeef5))
- remove dependency of v2 transformer core on schema generator ([aabbe46](https://github.com/aws-amplify/amplify-category-api/commit/aabbe466862e6f31e545a476d94644fd83295f45))
- retain user Amplify input in the schema ([df3dbec](https://github.com/aws-amplify/amplify-category-api/commit/df3dbecba54183262c544499424c8dbbcc78b421))
- store database also in parameter store ([41cd7f3](https://github.com/aws-amplify/amplify-category-api/commit/41cd7f3855c8019c18b3e998b7f702bcb21471f1))
- update lambda to get db details from ssm ([4e3d10b](https://github.com/aws-amplify/amplify-category-api/commit/4e3d10bce43d17e2f489df4c40a09d9e5b7e315b))
- update tests ([3981bfa](https://github.com/aws-amplify/amplify-category-api/commit/3981bfa12dedafebb636c10ea24b0c64414c2408))

### Features

- add api import, generate-schema workflows ([a92c223](https://github.com/aws-amplify/amplify-category-api/commit/a92c223ee6b27d089991bbb1b1b4b7cd8592f910))
- add multi-env secret management ([6c70600](https://github.com/aws-amplify/amplify-category-api/commit/6c70600bbb0fba5d6a33ac3a37739b5a65eef7a6))
- add update RDS secrets workflow ([6966161](https://github.com/aws-amplify/amplify-category-api/commit/6966161eedf6fc7bac3266746fd8c5a39648bb0c))
- add utils for param store calls ([bc26e71](https://github.com/aws-amplify/amplify-category-api/commit/bc26e71a99e279dc2fe2e7d2507ee50ee0d5c5fb))
- **api:** generate graphql schema from internal schema representation ([5362983](https://github.com/aws-amplify/amplify-category-api/commit/5362983e7fa46f164f63f72c44c805dceb5f3f94))
- **graphql:** read datasource type from schema file ([d7f50e5](https://github.com/aws-amplify/amplify-category-api/commit/d7f50e5ca026a3bbf378437cf6a165cc5b438bb5))
- RDS generate schema handles default values ([e866dfa](https://github.com/aws-amplify/amplify-category-api/commit/e866dfa7cb113a736f52f4749dfc160350476970))
- re-use the common flows b/w add and import api ([463bffc](https://github.com/aws-amplify/amplify-category-api/commit/463bffcf6d0b30d9e25027ca5a93d8dce15de0cf))

## [5.2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-04-25)

**Note:** Version bump only for package @aws-amplify/amplify-category-api
Expand Down
56 changes: 28 additions & 28 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.2.1",
"version": "5.3.0",
"description": "Amplify CLI API category plugin.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,42 +29,42 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/graphql-auth-transformer": "2.1.3",
"@aws-amplify/graphql-default-value-transformer": "1.1.3",
"@aws-amplify/graphql-function-transformer": "1.2.1",
"@aws-amplify/graphql-http-transformer": "1.2.1",
"@aws-amplify/graphql-index-transformer": "1.1.3",
"@aws-amplify/graphql-maps-to-transformer": "2.1.3",
"@aws-amplify/graphql-model-transformer": "1.2.1",
"@aws-amplify/graphql-predictions-transformer": "1.2.1",
"@aws-amplify/graphql-relational-transformer": "1.1.3",
"@aws-amplify/graphql-searchable-transformer": "1.2.1",
"@aws-amplify/graphql-transformer-core": "1.2.1",
"@aws-amplify/graphql-transformer-interfaces": "2.1.1",
"@aws-amplify/graphql-transformer-migrator": "2.1.3",
"@aws-amplify/graphql-auth-transformer": "2.1.4",
"@aws-amplify/graphql-default-value-transformer": "1.1.4",
"@aws-amplify/graphql-function-transformer": "1.2.2",
"@aws-amplify/graphql-http-transformer": "1.2.2",
"@aws-amplify/graphql-index-transformer": "1.2.0",
"@aws-amplify/graphql-maps-to-transformer": "2.1.4",
"@aws-amplify/graphql-model-transformer": "1.3.0",
"@aws-amplify/graphql-predictions-transformer": "1.2.2",
"@aws-amplify/graphql-relational-transformer": "1.2.0",
"@aws-amplify/graphql-schema-generator": "0.1.0",
"@aws-amplify/graphql-searchable-transformer": "1.2.2",
"@aws-amplify/graphql-transformer-core": "1.3.0",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"@aws-amplify/graphql-transformer-migrator": "2.1.4",
"@aws-cdk/aws-apigatewayv2-alpha": "~2.68.0-alpha.0",
"@aws-amplify/graphql-schema-generator": "0.0.1",
"aws-sdk": "^2.1113.0",
"@graphql-tools/merge": "^6.0.18",
"@octokit/rest": "^18.0.9",
"aws-cdk-lib": "~2.68.0",
"aws-sdk": "^2.1113.0",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
"constructs": "^10.0.5",
"fs-extra": "^8.1.0",
"graphql": "^15.5.0",
"graphql-auth-transformer": "7.2.53",
"graphql-connection-transformer": "5.2.52",
"graphql-dynamodb-transformer": "7.2.52",
"graphql-elasticsearch-transformer": "5.2.53",
"graphql-function-transformer": "3.3.43",
"graphql-http-transformer": "5.2.52",
"graphql-key-transformer": "3.2.52",
"graphql-predictions-transformer": "3.2.52",
"graphql-relational-schema-transformer": "2.21.17",
"graphql-transformer-common": "4.24.5",
"graphql-transformer-core": "8.0.3",
"graphql-versioned-transformer": "5.2.52",
"graphql-auth-transformer": "7.2.54",
"graphql-connection-transformer": "5.2.53",
"graphql-dynamodb-transformer": "7.2.53",
"graphql-elasticsearch-transformer": "5.2.54",
"graphql-function-transformer": "3.3.44",
"graphql-http-transformer": "5.2.53",
"graphql-key-transformer": "3.2.53",
"graphql-predictions-transformer": "3.2.53",
"graphql-relational-schema-transformer": "2.21.18",
"graphql-transformer-common": "4.24.6",
"graphql-transformer-core": "8.1.0",
"graphql-versioned-transformer": "5.2.53",
"import-from": "^3.0.0",
"import-global": "^0.1.0",
"inquirer": "^7.3.3",
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.10](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-dynamodb-simulator@[email protected]) (2023-05-17)

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

## [2.4.9](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-dynamodb-simulator@[email protected]) (2023-04-25)

**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.9",
"version": "2.4.10",
"description": "DynamoDB emulator NodeJS wrapper",
"private": "true",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-e2e-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- error flow when secrets do not work ([6d04354](https://github.com/aws-amplify/amplify-category-api/commit/6d04354c67fd7c153469a19f5293e0c2e5f22a43))
- global Amplify input type removed from compiled schema ([f75af60](https://github.com/aws-amplify/amplify-category-api/commit/f75af6001c6ff50433437fad2a0697e00baf5b88))
- import correct cli core ([b94d6a4](https://github.com/aws-amplify/amplify-category-api/commit/b94d6a4952f6a4992ba81d924690de6ffe9ed2e9))

## [4.1.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2023-04-25)

**Note:** Version bump only for package amplify-category-api-e2e-core
Expand Down
12 changes: 6 additions & 6 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.1",
"version": "4.1.2",
"description": "Core testing library",
"repository": {
"type": "git",
Expand All @@ -22,12 +22,15 @@
"clean": "rimraf ./lib"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.226.0",
"@aws-sdk/client-rds": "^3.226.0",
"amplify-headless-interface": "^1.17.3",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "8.0.3",
"graphql-transformer-core": "8.1.0",
"jest-environment-node": "^26.6.2",
"knex": "~2.4.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-pty": "beta",
Expand All @@ -36,10 +39,7 @@
"semver": "^7.3.5",
"strip-ansi": "^6.0.0",
"throat": "^5.0.0",
"uuid": "^8.3.2",
"@aws-sdk/client-ec2": "^3.226.0",
"@aws-sdk/client-rds": "^3.226.0",
"knex": "~2.4.0"
"uuid": "^8.3.2"
},
"peerDependencies": {
"@aws-amplify/amplify-cli-core": "4.0.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- global Amplify input type removed from compiled schema ([f75af60](https://github.com/aws-amplify/amplify-category-api/commit/f75af6001c6ff50433437fad2a0697e00baf5b88))
- **graphql:** add option to disable resolver deduping ([30b32e9](https://github.com/aws-amplify/amplify-category-api/commit/30b32e90cd88758a67c738a247120d83379e99aa))
- rds v2 e2e tests ([f0f344d](https://github.com/aws-amplify/amplify-category-api/commit/f0f344d7034ab1fa4cdeb4a97429b2705d622848))

## [3.12.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2023-04-25)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 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.1",
"version": "3.12.2",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -25,24 +25,24 @@
},
"dependencies": {
"@aws-amplify/amplify-app": "^5.0.4",
"@aws-amplify/graphql-transformer-core": "1.2.1",
"amplify-category-api-e2e-core": "4.1.1",
"@aws-amplify/graphql-transformer-core": "1.3.0",
"amplify-category-api-e2e-core": "4.1.2",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1113.0",
"axios": "^0.26.0",
"circleci-api": "^4.1.4",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"fs-extra": "^8.1.0",
"generate-password": "~1.7.0",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "8.0.3",
"graphql-transformer-core": "8.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"uuid": "^8.3.2",
"ws": "^7.5.7",
"yargs": "^15.1.0",
"axios": "^0.26.0",
"generate-password": "~1.7.0"
"yargs": "^15.1.0"
},
"peerDependencies": {
"@aws-amplify/amplify-cli-core": "4.0.4"
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **auth:** ownerfield as pk in relational models ([#1389](https://github.com/aws-amplify/amplify-category-api/issues/1389)) ([20a38bd](https://github.com/aws-amplify/amplify-category-api/commit/20a38bd20d315a67280482a7dea5418dd9b0e4af))
- **auth:** ownerfield as sort key field of GSI ([10b25c4](https://github.com/aws-amplify/amplify-category-api/commit/10b25c43fb13888ba6d06e59c3dfa26fa7c54005))
- don't filter group auth if user has no groups ([42729d5](https://github.com/aws-amplify/amplify-category-api/commit/42729d52cd41eea4a998088b37b208859d590d91))
- **graphql:** add option to disable resolver deduping ([30b32e9](https://github.com/aws-amplify/amplify-category-api/commit/30b32e90cd88758a67c738a247120d83379e99aa))

## [2.1.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-04-25)

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 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.3",
"version": "2.1.4",
"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": "1.2.1",
"@aws-amplify/graphql-relational-transformer": "1.1.3",
"@aws-amplify/graphql-transformer-core": "1.2.1",
"@aws-amplify/graphql-transformer-interfaces": "2.1.1",
"@aws-amplify/graphql-model-transformer": "1.3.0",
"@aws-amplify/graphql-relational-transformer": "1.2.0",
"@aws-amplify/graphql-transformer-core": "1.3.0",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.8",
"graphql-transformer-common": "4.24.5",
"graphql-transformer-common": "4.24.6",
"lodash": "^4.17.21",
"md5": "^2.3.0"
},
"devDependencies": {
"@aws-amplify/graphql-index-transformer": "1.1.3",
"@aws-amplify/graphql-searchable-transformer": "1.2.1",
"@aws-amplify/graphql-index-transformer": "1.2.0",
"@aws-amplify/graphql-searchable-transformer": "1.2.2",
"@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.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-17)

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

## [1.1.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-04-25)

**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": "1.1.3",
"version": "1.1.4",
"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.2.1",
"@aws-amplify/graphql-transformer-interfaces": "2.1.1",
"@aws-amplify/graphql-transformer-core": "1.3.0",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.8",
"graphql-transformer-common": "4.24.5",
"graphql-transformer-common": "4.24.6",
"libphonenumber-js": "1.9.47"
},
"devDependencies": {
"@aws-amplify/graphql-model-transformer": "1.2.1"
"@aws-amplify/graphql-model-transformer": "1.3.0"
},
"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.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-17)

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

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

**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": "1.2.1",
"version": "1.2.2",
"description": "Amplify GraphQL @function transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,13 +28,13 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-transformer-core": "1.2.1",
"@aws-amplify/graphql-transformer-interfaces": "2.1.1",
"@aws-amplify/graphql-transformer-core": "1.3.0",
"@aws-amplify/graphql-transformer-interfaces": "2.2.0",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
"graphql": "^15.5.0",
"graphql-mapping-template": "4.20.8",
"graphql-transformer-common": "4.24.5"
"graphql-transformer-common": "4.24.6"
},
"jest": {
"transform": {
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.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-17)

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

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

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

0 comments on commit 3cc08d4

Please sign in to comment.