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 Apr 29, 2024
1 parent 3ae2d85 commit 68ee64d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/amplify-codegen/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.9.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.1) (2024-04-29)

**Note:** Version bump only for package amplify-codegen

# [4.9.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.0) (2024-04-25)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen",
"version": "4.9.0",
"version": "4.9.1",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@aws-amplify/graphql-directives": "^1.0.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-generator": "0.4.0",
"@aws-amplify/graphql-generator": "0.4.1",
"@aws-amplify/graphql-types-generator": "3.6.0",
"@graphql-codegen/core": "2.6.6",
"chalk": "^3.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/appsync-modelgen-plugin/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.

# [2.12.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-29)

### Bug Fixes

- validate references on belongsTo when cpk is disabled ([#822](https://github.com/aws-amplify/amplify-codegen/issues/822)) ([a909ff3](https://github.com/aws-amplify/amplify-codegen/commit/a909ff333af7513c6babfa8cf5f6cfce57e854e5))

### Features

- use a different associated field for references on native ([#818](https://github.com/aws-amplify/amplify-codegen/issues/818)) ([9a8d048](https://github.com/aws-amplify/amplify-codegen/commit/9a8d0481fed582ecab4a8dabe4ac68cc5a08154d))

# [2.11.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/appsync-modelgen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/appsync-modelgen-plugin",
"version": "2.11.0",
"version": "2.12.0",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-generator/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.

## [0.4.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-29)

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

# [0.4.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-25)

- fix!: use transformer version 2 by default (#813) ([854bfea](https://github.com/aws-amplify/amplify-codegen/commit/854bfea9cb692fba558d224d039c027f0240a20b)), closes [#813](https://github.com/aws-amplify/amplify-codegen/issues/813)
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-generator",
"version": "0.4.0",
"version": "0.4.1",
"description": "GraphQL API code generator",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.11.0",
"@aws-amplify/appsync-modelgen-plugin": "2.12.0",
"@aws-amplify/graphql-directives": "^1.0.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-types-generator": "3.6.0",
Expand Down

0 comments on commit 68ee64d

Please sign in to comment.