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 Aug 3, 2023
1 parent 1a1d2c7 commit 612fd61
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.2.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.2.0) (2023-08-03)

### Features

- temp change to trigger release ([#661](https://github.com/aws-amplify/amplify-codegen/issues/661)) ([08e6190](https://github.com/aws-amplify/amplify-codegen/commit/08e6190628463867f48c14b68259d70633868ae3))

## [4.1.9](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.9) (2023-08-03)

**Note:** Version bump only for package amplify-codegen
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.1.9",
"version": "4.2.0",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.5.3",
"@aws-amplify/graphql-docs-generator": "4.0.5",
"@aws-amplify/graphql-types-generator": "3.1.0",
"@aws-amplify/graphql-types-generator": "3.2.0",
"@graphql-codegen/core": "2.6.6",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-types-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.

# [3.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-03)

### Features

- temp change to trigger release ([#661](https://github.com/aws-amplify/amplify-codegen/issues/661)) ([08e6190](https://github.com/aws-amplify/amplify-codegen/commit/08e6190628463867f48c14b68259d70633868ae3))

# [3.1.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-03)

### Features
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.1.0",
"version": "3.2.0",
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
"repository": {
"type": "git",
Expand Down

0 comments on commit 612fd61

Please sign in to comment.