Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amplify-codegen@4.7.0
 - @aws-amplify/appsync-modelgen-plugin@2.8.0
 - @aws-amplify/graphql-generator@0.2.0
  • Loading branch information
amplify-data-ci committed Oct 5, 2023
1 parent 4c8eb79 commit 1847d35
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/amplify-codegen/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.

# [4.7.0](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.6.5...amplify-codegen@4.7.0) (2023-10-05)

### Features

- Support Amplify Android Lazy Types and Custom Selection Set ([#699](https://github.com/aws-amplify/amplify-codegen/issues/699)) ([6e3de3c](https://github.com/aws-amplify/amplify-codegen/commit/6e3de3c42d31608f7c3b99ff0f74dc485ced9e85)), closes [#697](https://github.com/aws-amplify/amplify-codegen/issues/697)

## [4.6.5](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.6.4...amplify-codegen@4.6.5) (2023-10-02)

### Bug Fixes
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.6.5",
"version": "4.7.0",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-generator": "0.1.5",
"@aws-amplify/graphql-generator": "0.2.0",
"@aws-amplify/graphql-types-generator": "3.4.3",
"@graphql-codegen/core": "2.6.6",
"chalk": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/appsync-modelgen-plugin/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.8.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.7.5...@aws-amplify/appsync-modelgen-plugin@2.8.0) (2023-10-05)

### Features

- Support Amplify Android Lazy Types and Custom Selection Set ([#699](https://github.com/aws-amplify/amplify-codegen/issues/699)) ([6e3de3c](https://github.com/aws-amplify/amplify-codegen/commit/6e3de3c42d31608f7c3b99ff0f74dc485ced9e85)), closes [#697](https://github.com/aws-amplify/amplify-codegen/issues/697)

## [2.7.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.7.4...@aws-amplify/appsync-modelgen-plugin@2.7.5) (2023-10-02)

### 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.7.5",
"version": "2.8.0",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-generator/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.

# [0.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.1.5...@aws-amplify/graphql-generator@0.2.0) (2023-10-05)

### Features

- Support Amplify Android Lazy Types and Custom Selection Set ([#699](https://github.com/aws-amplify/amplify-codegen/issues/699)) ([6e3de3c](https://github.com/aws-amplify/amplify-codegen/commit/6e3de3c42d31608f7c3b99ff0f74dc485ced9e85)), closes [#697](https://github.com/aws-amplify/amplify-codegen/issues/697)

## [0.1.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.1.4...@aws-amplify/graphql-generator@0.1.5) (2023-10-02)

**Note:** Version bump only for package @aws-amplify/graphql-generator
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.1.5",
"version": "0.2.0",
"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.7.5",
"@aws-amplify/appsync-modelgen-plugin": "2.8.0",
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-types-generator": "3.4.3",
"@graphql-codegen/core": "^2.6.6",
Expand Down

0 comments on commit 1847d35

Please sign in to comment.