Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - [email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - @aws-amplify/[email protected]
 - [email protected]
 - [email protected]
  • Loading branch information
amplify-data-ci committed Mar 13, 2024
1 parent 4bbf1b8 commit 9a0fb53
Show file tree
Hide file tree
Showing 40 changed files with 187 additions and 92 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.9.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

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

## [5.9.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

**Note:** Version bump only for package @aws-amplify/amplify-category-api
Expand Down
8 changes: 4 additions & 4 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.9.7",
"version": "5.9.8",
"description": "Amplify CLI API Category Plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,9 +29,9 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/graphql-auth-transformer": "3.4.0",
"@aws-amplify/graphql-schema-generator": "0.7.1",
"@aws-amplify/graphql-transformer": "1.3.11",
"@aws-amplify/graphql-auth-transformer": "3.4.1",
"@aws-amplify/graphql-schema-generator": "0.7.2",
"@aws-amplify/graphql-transformer": "1.3.12",
"@aws-amplify/graphql-transformer-core": "2.5.0",
"@aws-amplify/graphql-transformer-interfaces": "3.4.0",
"@aws-amplify/graphql-transformer-migrator": "2.2.19",
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify-data-construct/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.

# [1.6.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

### Features

- replace conflictResolution with dataStoreConfiguration ([#2298](https://github.com/aws-amplify/amplify-category-api/issues/2298)) ([b5fb92b](https://github.com/aws-amplify/amplify-category-api/commit/b5fb92b5ae5b9eab3acfa44f7977d9159116c6f9))

## [1.5.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

**Note:** Version bump only for package @aws-amplify/data-construct
Expand Down
22 changes: 11 additions & 11 deletions packages/amplify-data-construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/data-construct",
"version": "1.5.7",
"version": "1.6.0",
"description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,19 +74,19 @@
"dependencies": {
"@aws-amplify/backend-output-schemas": "^0.4.0",
"@aws-amplify/backend-output-storage": "^0.2.2",
"@aws-amplify/graphql-api-construct": "1.5.7",
"@aws-amplify/graphql-auth-transformer": "3.4.0",
"@aws-amplify/graphql-default-value-transformer": "2.3.0",
"@aws-amplify/graphql-api-construct": "1.6.0",
"@aws-amplify/graphql-auth-transformer": "3.4.1",
"@aws-amplify/graphql-default-value-transformer": "2.3.1",
"@aws-amplify/graphql-function-transformer": "2.1.18",
"@aws-amplify/graphql-http-transformer": "2.1.18",
"@aws-amplify/graphql-index-transformer": "2.3.6",
"@aws-amplify/graphql-maps-to-transformer": "3.4.7",
"@aws-amplify/graphql-model-transformer": "2.5.0",
"@aws-amplify/graphql-index-transformer": "2.3.7",
"@aws-amplify/graphql-maps-to-transformer": "3.4.8",
"@aws-amplify/graphql-model-transformer": "2.6.0",
"@aws-amplify/graphql-predictions-transformer": "2.1.18",
"@aws-amplify/graphql-relational-transformer": "2.4.0",
"@aws-amplify/graphql-searchable-transformer": "2.6.0",
"@aws-amplify/graphql-sql-transformer": "0.2.6",
"@aws-amplify/graphql-transformer": "1.3.11",
"@aws-amplify/graphql-relational-transformer": "2.4.1",
"@aws-amplify/graphql-searchable-transformer": "2.6.1",
"@aws-amplify/graphql-sql-transformer": "0.2.7",
"@aws-amplify/graphql-transformer": "1.3.12",
"@aws-amplify/graphql-transformer-core": "2.5.0",
"@aws-amplify/graphql-transformer-interfaces": "3.4.0",
"@aws-amplify/platform-core": "^0.2.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.5.2](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2024-03-13)

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

## [4.5.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@[email protected]) (2024-02-28)

**Note:** Version bump only for package amplify-category-api-e2e-core
Expand Down
2 changes: 1 addition & 1 deletion 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.5.1",
"version": "4.5.2",
"description": "Core testing library",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/amplify-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.20.2](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2024-03-13)

### Bug Fixes

- field auth resolver to use "validateUsingSource" auth util method ([#2170](https://github.com/aws-amplify/amplify-category-api/issues/2170)) ([b344d0d](https://github.com/aws-amplify/amplify-category-api/commit/b344d0d3b4b0ad430dd3572954b2e93ea887b28d))
- **rds:** userpool & iam e2e tests ([#2238](https://github.com/aws-amplify/amplify-category-api/issues/2238)) ([52726b3](https://github.com/aws-amplify/amplify-category-api/commit/52726b30889a69c0031f04f0f4c915b3ae1e381c))

## [3.20.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@[email protected]) (2024-02-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.20.1",
"version": "3.20.2",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@aws-amplify/amplify-app": "^5.0.21",
"@aws-amplify/graphql-schema-generator": "0.7.1",
"@aws-amplify/graphql-schema-generator": "0.7.2",
"@aws-amplify/graphql-transformer-core": "2.5.0",
"amplify-category-api-e2e-core": "4.5.1",
"amplify-category-api-e2e-core": "4.5.2",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1113.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/amplify-graphql-api-construct-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/aws-amplify/amplify-category-api/compare/amplify-graphql-api-construct-tests@[email protected]) (2024-03-13)

### Features

- expose table representative & access refactor for amplify managed table in api construct ([8777cd1](https://github.com/aws-amplify/amplify-category-api/commit/8777cd1d9609ef4d85c5ea3c95b249cc13ade6e4))
- replace conflictResolution with dataStoreConfiguration ([#2298](https://github.com/aws-amplify/amplify-category-api/issues/2298)) ([b5fb92b](https://github.com/aws-amplify/amplify-category-api/commit/b5fb92b5ae5b9eab3acfa44f7977d9159116c6f9))

## [1.2.7](https://github.com/aws-amplify/amplify-category-api/compare/amplify-graphql-api-construct-tests@[email protected]) (2024-02-28)

**Note:** Version bump only for package amplify-graphql-api-construct-tests
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-graphql-api-construct-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-graphql-api-construct-tests",
"version": "1.2.7",
"version": "1.3.0",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -21,12 +21,12 @@
"build-tests": "tsc --build tsconfig.tests.json"
},
"dependencies": {
"@aws-amplify/graphql-api-construct": "1.5.7",
"@aws-amplify/graphql-api-construct": "1.6.0",
"@aws-cdk/aws-cognito-identitypool-alpha": "2.80.0-alpha.0",
"@aws-sdk/client-lambda": "3.338.0",
"@aws-sdk/client-rds": "3.338.0",
"@faker-js/faker": "^8.2.0",
"amplify-category-api-e2e-core": "4.5.1",
"amplify-category-api-e2e-core": "4.5.2",
"fs-extra": "^8.1.0",
"generate-password": "~1.7.0",
"node-fetch": "^2.6.7"
Expand Down
7 changes: 7 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,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

### Features

- expose table representative & access refactor for amplify managed table in api construct ([8777cd1](https://github.com/aws-amplify/amplify-category-api/commit/8777cd1d9609ef4d85c5ea3c95b249cc13ade6e4))
- replace conflictResolution with dataStoreConfiguration ([#2298](https://github.com/aws-amplify/amplify-category-api/issues/2298)) ([b5fb92b](https://github.com/aws-amplify/amplify-category-api/commit/b5fb92b5ae5b9eab3acfa44f7977d9159116c6f9))

## [1.5.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

**Note:** Version bump only for package @aws-amplify/graphql-api-construct
Expand Down
20 changes: 10 additions & 10 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-api-construct",
"version": "1.5.7",
"version": "1.6.0",
"description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,18 +75,18 @@
"dependencies": {
"@aws-amplify/backend-output-schemas": "^0.4.0",
"@aws-amplify/backend-output-storage": "^0.2.2",
"@aws-amplify/graphql-auth-transformer": "3.4.0",
"@aws-amplify/graphql-default-value-transformer": "2.3.0",
"@aws-amplify/graphql-auth-transformer": "3.4.1",
"@aws-amplify/graphql-default-value-transformer": "2.3.1",
"@aws-amplify/graphql-function-transformer": "2.1.18",
"@aws-amplify/graphql-http-transformer": "2.1.18",
"@aws-amplify/graphql-index-transformer": "2.3.6",
"@aws-amplify/graphql-maps-to-transformer": "3.4.7",
"@aws-amplify/graphql-model-transformer": "2.5.0",
"@aws-amplify/graphql-index-transformer": "2.3.7",
"@aws-amplify/graphql-maps-to-transformer": "3.4.8",
"@aws-amplify/graphql-model-transformer": "2.6.0",
"@aws-amplify/graphql-predictions-transformer": "2.1.18",
"@aws-amplify/graphql-relational-transformer": "2.4.0",
"@aws-amplify/graphql-searchable-transformer": "2.6.0",
"@aws-amplify/graphql-sql-transformer": "0.2.6",
"@aws-amplify/graphql-transformer": "1.3.11",
"@aws-amplify/graphql-relational-transformer": "2.4.1",
"@aws-amplify/graphql-searchable-transformer": "2.6.1",
"@aws-amplify/graphql-sql-transformer": "0.2.7",
"@aws-amplify/graphql-transformer": "1.3.12",
"@aws-amplify/graphql-transformer-core": "2.5.0",
"@aws-amplify/graphql-transformer-interfaces": "3.4.0",
"@aws-amplify/platform-core": "^0.2.0",
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.

## [3.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

### Bug Fixes

- field auth resolver to use "validateUsingSource" auth util method ([#2170](https://github.com/aws-amplify/amplify-category-api/issues/2170)) ([b344d0d](https://github.com/aws-amplify/amplify-category-api/commit/b344d0d3b4b0ad430dd3572954b2e93ea887b28d))

# [3.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

### Features
Expand Down
12 changes: 6 additions & 6 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.4.0",
"version": "3.4.1",
"description": "Amplify GraphQL @auth transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-model-transformer": "2.5.0",
"@aws-amplify/graphql-relational-transformer": "2.4.0",
"@aws-amplify/graphql-model-transformer": "2.6.0",
"@aws-amplify/graphql-relational-transformer": "2.4.1",
"@aws-amplify/graphql-transformer-core": "2.5.0",
"@aws-amplify/graphql-transformer-interfaces": "3.4.0",
"graphql": "^15.5.0",
Expand All @@ -41,9 +41,9 @@
},
"devDependencies": {
"@aws-amplify/graphql-function-transformer": "2.1.18",
"@aws-amplify/graphql-index-transformer": "2.3.6",
"@aws-amplify/graphql-searchable-transformer": "2.6.0",
"@aws-amplify/graphql-sql-transformer": "0.2.6",
"@aws-amplify/graphql-index-transformer": "2.3.7",
"@aws-amplify/graphql-searchable-transformer": "2.6.1",
"@aws-amplify/graphql-sql-transformer": "0.2.7",
"@aws-amplify/graphql-transformer-test-utils": "0.4.6",
"@types/node": "^12.12.6"
},
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.3.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

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

# [2.3.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

### Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-default-value-transformer",
"version": "2.3.0",
"version": "2.3.1",
"description": "Amplify GraphQL default value transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"libphonenumber-js": "1.9.47"
},
"devDependencies": {
"@aws-amplify/graphql-model-transformer": "2.5.0",
"@aws-amplify/graphql-model-transformer": "2.6.0",
"@aws-amplify/graphql-transformer-test-utils": "0.4.6"
},
"jest": {
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.3.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

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

## [2.3.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
Expand Down
4 changes: 2 additions & 2 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.3.6",
"version": "2.3.7",
"description": "Amplify GraphQL index and key transformers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-model-transformer": "2.5.0",
"@aws-amplify/graphql-model-transformer": "2.6.0",
"@aws-amplify/graphql-transformer-core": "2.5.0",
"@aws-amplify/graphql-transformer-interfaces": "3.4.0",
"graphql": "^15.5.0",
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.4.23](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-graphql-migration-tests@[email protected]) (2024-03-13)

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

## [2.4.22](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-graphql-migration-tests@[email protected]) (2024-02-28)

**Note:** Version bump only for package amplify-category-api-graphql-migration-tests
Expand Down
12 changes: 6 additions & 6 deletions packages/amplify-graphql-migration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api-graphql-migration-tests",
"version": "2.4.22",
"version": "2.4.23",
"description": "Tests migration from v1 to v2 of the Amplify GraphQL transformer",
"main": "lib/index.js",
"private": true,
Expand Down Expand Up @@ -56,13 +56,13 @@
]
},
"devDependencies": {
"@aws-amplify/graphql-auth-transformer": "3.4.0",
"@aws-amplify/graphql-default-value-transformer": "2.3.0",
"@aws-amplify/graphql-auth-transformer": "3.4.1",
"@aws-amplify/graphql-default-value-transformer": "2.3.1",
"@aws-amplify/graphql-function-transformer": "2.1.18",
"@aws-amplify/graphql-http-transformer": "2.1.18",
"@aws-amplify/graphql-index-transformer": "2.3.6",
"@aws-amplify/graphql-model-transformer": "2.5.0",
"@aws-amplify/graphql-relational-transformer": "2.4.0",
"@aws-amplify/graphql-index-transformer": "2.3.7",
"@aws-amplify/graphql-model-transformer": "2.6.0",
"@aws-amplify/graphql-relational-transformer": "2.4.1",
"@aws-amplify/graphql-transformer-core": "2.5.0",
"@aws-amplify/graphql-transformer-interfaces": "3.4.0",
"@aws-amplify/graphql-transformer-migrator": "2.2.19",
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify-graphql-model-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.6.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

### Features

- expose table representative & access refactor for amplify managed table in api construct ([8777cd1](https://github.com/aws-amplify/amplify-category-api/commit/8777cd1d9609ef4d85c5ea3c95b249cc13ade6e4))

# [2.5.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphql-model-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-model-transformer",
"version": "2.5.0",
"version": "2.6.0",
"description": "Amplify graphql @model transformer",
"repository": {
"type": "git",
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.

## [3.4.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-03-13)

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

## [3.4.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-02-28)

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

0 comments on commit 9a0fb53

Please sign in to comment.