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.1
 - @aws-amplify/graphql-generator@0.2.1
 - @aws-amplify/graphql-types-generator@3.4.4
  • Loading branch information
amplify-data-ci committed Oct 12, 2023
1 parent bd1b52e commit 648a2a5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 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.7.1](https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.7.0...amplify-codegen@4.7.1) (2023-10-12)

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

# [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
Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "4.7.1",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-generator": "0.2.0",
"@aws-amplify/graphql-types-generator": "3.4.3",
"@aws-amplify/graphql-generator": "0.2.1",
"@aws-amplify/graphql-types-generator": "3.4.4",
"@graphql-codegen/core": "2.6.6",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
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.2.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.2.0...@aws-amplify/graphql-generator@0.2.1) (2023-10-12)

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

# [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
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.2.0",
"version": "0.2.1",
"description": "GraphQL API code generator",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.8.0",
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-types-generator": "3.4.3",
"@aws-amplify/graphql-types-generator": "3.4.4",
"@graphql-codegen/core": "^2.6.6",
"@graphql-tools/apollo-engine-loader": "^8.0.0",
"graphql": "^15.5.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-types-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.

## [3.4.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-types-generator@3.4.3...@aws-amplify/graphql-types-generator@3.4.4) (2023-10-12)

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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-types-generator",
"version": "3.4.3",
"version": "3.4.4",
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
"repository": {
"type": "git",
Expand Down

0 comments on commit 648a2a5

Please sign in to comment.