Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @aws-amplify/amplify-category-api@5.11.3
 - @aws-amplify/data-construct@1.8.1
 - amplify-category-api-e2e-core@4.8.1
 - amplify-category-api-e2e-tests@3.22.1
 - amplify-graphql-api-construct-tests@1.6.1
 - @aws-amplify/graphql-api-construct@1.9.1
 - @aws-amplify/graphql-auth-transformer@3.5.1
 - @aws-amplify/graphql-default-value-transformer@2.3.5
 - @aws-amplify/graphql-index-transformer@2.4.1
 - amplify-category-api-graphql-migration-tests@2.4.28
 - @aws-amplify/graphql-model-transformer@2.9.1
 - @aws-amplify/graphql-maps-to-transformer@3.4.13
 - @aws-amplify/graphql-relational-transformer@2.5.1
 - @aws-amplify/graphql-schema-generator@0.8.4
 - @aws-amplify/graphql-schema-test-library@2.2.28
 - @aws-amplify/graphql-searchable-transformer@2.7.1
 - @aws-amplify/graphql-sql-transformer@0.3.1
 - @aws-amplify/graphql-transformer@1.5.3
 - amplify-category-api-util-mock@6.4.17
 - amplify-category-api-graphql-transformers-e2e-tests@8.7.1
  • Loading branch information
amplify-data-ci committed May 1, 2024
1 parent b1e339a commit 143a266
Show file tree
Hide file tree
Showing 40 changed files with 187 additions and 92 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.11.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/amplify-category-api@5.11.2...@aws-amplify/amplify-category-api@5.11.3) (2024-05-01)

### Performance Improvements

- **graphql-model-transformer:** minimal provider framework and inline policies ([#2490](https://github.com/aws-amplify/amplify-category-api/issues/2490)) ([a86c816](https://github.com/aws-amplify/amplify-category-api/commit/a86c816ceb288376c4dfa9b1d12413edd28cf75e))

## [5.11.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/amplify-category-api@5.11.1...@aws-amplify/amplify-category-api@5.11.2) (2024-04-26)

**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.11.2",
"version": "5.11.3",
"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.5.0",
"@aws-amplify/graphql-schema-generator": "0.8.3",
"@aws-amplify/graphql-transformer": "1.5.2",
"@aws-amplify/graphql-auth-transformer": "3.5.1",
"@aws-amplify/graphql-schema-generator": "0.8.4",
"@aws-amplify/graphql-transformer": "1.5.3",
"@aws-amplify/graphql-transformer-core": "2.7.0",
"@aws-amplify/graphql-transformer-interfaces": "3.7.0",
"@aws-amplify/graphql-transformer-migrator": "2.2.22",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-data-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.

## [1.8.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/data-construct@1.8.0...@aws-amplify/data-construct@1.8.1) (2024-05-01)

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

# [1.8.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/data-construct@1.7.2...@aws-amplify/data-construct@1.8.0) (2024-04-26)

### Features
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.8.0",
"version": "1.8.1",
"description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,20 +75,20 @@
"dependencies": {
"@aws-amplify/backend-output-schemas": "^0.4.0",
"@aws-amplify/backend-output-storage": "^0.2.2",
"@aws-amplify/graphql-api-construct": "1.9.0",
"@aws-amplify/graphql-auth-transformer": "3.5.0",
"@aws-amplify/graphql-default-value-transformer": "2.3.4",
"@aws-amplify/graphql-api-construct": "1.9.1",
"@aws-amplify/graphql-auth-transformer": "3.5.1",
"@aws-amplify/graphql-default-value-transformer": "2.3.5",
"@aws-amplify/graphql-directives": "1.1.0",
"@aws-amplify/graphql-function-transformer": "2.1.21",
"@aws-amplify/graphql-http-transformer": "2.1.21",
"@aws-amplify/graphql-index-transformer": "2.4.0",
"@aws-amplify/graphql-maps-to-transformer": "3.4.12",
"@aws-amplify/graphql-model-transformer": "2.9.0",
"@aws-amplify/graphql-index-transformer": "2.4.1",
"@aws-amplify/graphql-maps-to-transformer": "3.4.13",
"@aws-amplify/graphql-model-transformer": "2.9.1",
"@aws-amplify/graphql-predictions-transformer": "2.1.21",
"@aws-amplify/graphql-relational-transformer": "2.5.0",
"@aws-amplify/graphql-searchable-transformer": "2.7.0",
"@aws-amplify/graphql-sql-transformer": "0.3.0",
"@aws-amplify/graphql-transformer": "1.5.2",
"@aws-amplify/graphql-relational-transformer": "2.5.1",
"@aws-amplify/graphql-searchable-transformer": "2.7.1",
"@aws-amplify/graphql-sql-transformer": "0.3.1",
"@aws-amplify/graphql-transformer": "1.5.3",
"@aws-amplify/graphql-transformer-core": "2.7.0",
"@aws-amplify/graphql-transformer-interfaces": "3.7.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.8.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@4.8.0...amplify-category-api-e2e-core@4.8.1) (2024-05-01)

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

# [4.8.0](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-core@4.7.1...amplify-category-api-e2e-core@4.8.0) (2024-04-26)

### Features
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.8.0",
"version": "4.8.1",
"description": "Core testing library",
"repository": {
"type": "git",
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.22.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@3.22.0...amplify-category-api-e2e-tests@3.22.1) (2024-05-01)

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

# [3.22.0](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-e2e-tests@3.21.1...amplify-category-api-e2e-tests@3.22.0) (2024-04-26)

### Features
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.22.0",
"version": "3.22.1",
"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.8.3",
"@aws-amplify/graphql-schema-generator": "0.8.4",
"@aws-amplify/graphql-transformer-core": "2.7.0",
"amplify-category-api-e2e-core": "4.8.0",
"amplify-category-api-e2e-core": "4.8.1",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1113.0",
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/aws-amplify/amplify-category-api/compare/amplify-graphql-api-construct-tests@1.6.0...amplify-graphql-api-construct-tests@1.6.1) (2024-05-01)

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

# [1.6.0](https://github.com/aws-amplify/amplify-category-api/compare/amplify-graphql-api-construct-tests@1.5.1...amplify-graphql-api-construct-tests@1.6.0) (2024-04-26)

### Bug Fixes
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.6.0",
"version": "1.6.1",
"description": "E2e test suite",
"repository": {
"type": "git",
Expand All @@ -23,14 +23,14 @@
"dependencies": {
"@aws-amplify/auth-construct-alpha": "^0.5.6",
"@aws-amplify/core": "^2.1.0",
"@aws-amplify/graphql-api-construct": "1.9.0",
"@aws-amplify/graphql-api-construct": "1.9.1",
"@aws-cdk/aws-cognito-identitypool-alpha": "2.80.0-alpha.0",
"@aws-sdk/client-cognito-identity-provider": "3.338.0",
"@aws-sdk/client-lambda": "3.338.0",
"@aws-sdk/client-rds": "3.338.0",
"@aws-sdk/client-sts": "3.338.0",
"@faker-js/faker": "^8.2.0",
"amplify-category-api-e2e-core": "4.8.0",
"amplify-category-api-e2e-core": "4.8.1",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"fs-extra": "^8.1.0",
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.

## [1.9.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-api-construct@1.9.0...@aws-amplify/graphql-api-construct@1.9.1) (2024-05-01)

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

# [1.9.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-api-construct@1.8.1...@aws-amplify/graphql-api-construct@1.9.0) (2024-04-26)

### Features
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.9.0",
"version": "1.9.1",
"description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -76,19 +76,19 @@
"dependencies": {
"@aws-amplify/backend-output-schemas": "^0.4.0",
"@aws-amplify/backend-output-storage": "^0.2.2",
"@aws-amplify/graphql-auth-transformer": "3.5.0",
"@aws-amplify/graphql-default-value-transformer": "2.3.4",
"@aws-amplify/graphql-auth-transformer": "3.5.1",
"@aws-amplify/graphql-default-value-transformer": "2.3.5",
"@aws-amplify/graphql-directives": "1.1.0",
"@aws-amplify/graphql-function-transformer": "2.1.21",
"@aws-amplify/graphql-http-transformer": "2.1.21",
"@aws-amplify/graphql-index-transformer": "2.4.0",
"@aws-amplify/graphql-maps-to-transformer": "3.4.12",
"@aws-amplify/graphql-model-transformer": "2.9.0",
"@aws-amplify/graphql-index-transformer": "2.4.1",
"@aws-amplify/graphql-maps-to-transformer": "3.4.13",
"@aws-amplify/graphql-model-transformer": "2.9.1",
"@aws-amplify/graphql-predictions-transformer": "2.1.21",
"@aws-amplify/graphql-relational-transformer": "2.5.0",
"@aws-amplify/graphql-searchable-transformer": "2.7.0",
"@aws-amplify/graphql-sql-transformer": "0.3.0",
"@aws-amplify/graphql-transformer": "1.5.2",
"@aws-amplify/graphql-relational-transformer": "2.5.1",
"@aws-amplify/graphql-searchable-transformer": "2.7.1",
"@aws-amplify/graphql-sql-transformer": "0.3.1",
"@aws-amplify/graphql-transformer": "1.5.3",
"@aws-amplify/graphql-transformer-core": "2.7.0",
"@aws-amplify/graphql-transformer-interfaces": "3.7.0",
"@aws-amplify/platform-core": "^0.2.0",
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.5.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-auth-transformer@3.5.0...@aws-amplify/graphql-auth-transformer@3.5.1) (2024-05-01)

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

# [3.5.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-auth-transformer@3.4.4...@aws-amplify/graphql-auth-transformer@3.5.0) (2024-04-26)

### Bug Fixes
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.5.0",
"version": "3.5.1",
"description": "Amplify GraphQL @auth transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@aws-amplify/graphql-directives": "1.1.0",
"@aws-amplify/graphql-model-transformer": "2.9.0",
"@aws-amplify/graphql-relational-transformer": "2.5.0",
"@aws-amplify/graphql-model-transformer": "2.9.1",
"@aws-amplify/graphql-relational-transformer": "2.5.1",
"@aws-amplify/graphql-transformer-core": "2.7.0",
"@aws-amplify/graphql-transformer-interfaces": "3.7.0",
"graphql": "^15.5.0",
Expand All @@ -42,9 +42,9 @@
},
"devDependencies": {
"@aws-amplify/graphql-function-transformer": "2.1.21",
"@aws-amplify/graphql-index-transformer": "2.4.0",
"@aws-amplify/graphql-searchable-transformer": "2.7.0",
"@aws-amplify/graphql-sql-transformer": "0.3.0",
"@aws-amplify/graphql-index-transformer": "2.4.1",
"@aws-amplify/graphql-searchable-transformer": "2.7.1",
"@aws-amplify/graphql-sql-transformer": "0.3.1",
"@aws-amplify/graphql-transformer-test-utils": "0.5.1",
"@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.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-default-value-transformer@2.3.4...@aws-amplify/graphql-default-value-transformer@2.3.5) (2024-05-01)

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

## [2.3.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-default-value-transformer@2.3.3...@aws-amplify/graphql-default-value-transformer@2.3.4) (2024-04-26)

**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": "2.3.4",
"version": "2.3.5",
"description": "Amplify GraphQL default value transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"libphonenumber-js": "1.9.47"
},
"devDependencies": {
"@aws-amplify/graphql-model-transformer": "2.9.0",
"@aws-amplify/graphql-model-transformer": "2.9.1",
"@aws-amplify/graphql-transformer-test-utils": "0.5.1"
},
"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.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@2.4.0...@aws-amplify/graphql-index-transformer@2.4.1) (2024-05-01)

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

# [2.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@2.3.9...@aws-amplify/graphql-index-transformer@2.4.0) (2024-04-26)

### Bug Fixes
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.4.0",
"version": "2.4.1",
"description": "Amplify GraphQL index and key transformers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@aws-amplify/graphql-directives": "1.1.0",
"@aws-amplify/graphql-model-transformer": "2.9.0",
"@aws-amplify/graphql-model-transformer": "2.9.1",
"@aws-amplify/graphql-transformer-core": "2.7.0",
"@aws-amplify/graphql-transformer-interfaces": "3.7.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.28](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-graphql-migration-tests@2.4.27...amplify-category-api-graphql-migration-tests@2.4.28) (2024-05-01)

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

## [2.4.27](https://github.com/aws-amplify/amplify-category-api/compare/amplify-category-api-graphql-migration-tests@2.4.26...amplify-category-api-graphql-migration-tests@2.4.27) (2024-04-26)

**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.27",
"version": "2.4.28",
"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.5.0",
"@aws-amplify/graphql-default-value-transformer": "2.3.4",
"@aws-amplify/graphql-auth-transformer": "3.5.1",
"@aws-amplify/graphql-default-value-transformer": "2.3.5",
"@aws-amplify/graphql-function-transformer": "2.1.21",
"@aws-amplify/graphql-http-transformer": "2.1.21",
"@aws-amplify/graphql-index-transformer": "2.4.0",
"@aws-amplify/graphql-model-transformer": "2.9.0",
"@aws-amplify/graphql-relational-transformer": "2.5.0",
"@aws-amplify/graphql-index-transformer": "2.4.1",
"@aws-amplify/graphql-model-transformer": "2.9.1",
"@aws-amplify/graphql-relational-transformer": "2.5.1",
"@aws-amplify/graphql-transformer-core": "2.7.0",
"@aws-amplify/graphql-transformer-interfaces": "3.7.0",
"@aws-amplify/graphql-transformer-migrator": "2.2.22",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.9.0...@aws-amplify/graphql-model-transformer@2.9.1) (2024-05-01)

### Bug Fixes

- **graphql-relational-transformer:** nullability enforcement for references relational fields ([#2510](https://github.com/aws-amplify/amplify-category-api/issues/2510)) ([d540097](https://github.com/aws-amplify/amplify-category-api/commit/d54009736092410b2d6e78ebf116a38298bf03ce))
- set installLatestAwsSdk on AwsCustomResource to false ([#2509](https://github.com/aws-amplify/amplify-category-api/issues/2509)) ([53665c0](https://github.com/aws-amplify/amplify-category-api/commit/53665c05122ce2339c8c5358b9b6b57395e4de87))

### Performance Improvements

- **graphql-model-transformer:** minimal provider framework and inline policies ([#2490](https://github.com/aws-amplify/amplify-category-api/issues/2490)) ([a86c816](https://github.com/aws-amplify/amplify-category-api/commit/a86c816ceb288376c4dfa9b1d12413edd28cf75e))

# [2.9.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.8.0...@aws-amplify/graphql-model-transformer@2.9.0) (2024-04-26)

### Bug Fixes
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.9.0",
"version": "2.9.1",
"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.13](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@3.4.12...@aws-amplify/graphql-maps-to-transformer@3.4.13) (2024-05-01)

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

## [3.4.12](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@3.4.11...@aws-amplify/graphql-maps-to-transformer@3.4.12) (2024-04-26)

### Bug Fixes
Expand Down

0 comments on commit 143a266

Please sign in to comment.