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 25, 2023
1 parent cbac2c0 commit 10570ce
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.4.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.4.0) (2023-08-25)

### Features

- add type branding to graphql in TS outputs ([#623](https://github.com/aws-amplify/amplify-codegen/issues/623)) ([b517ec3](https://github.com/aws-amplify/amplify-codegen/commit/b517ec36f822ccc015032b60b5138ddc024be862))

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

### 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.3.0",
"version": "4.4.0",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.6.0",
"@aws-amplify/graphql-docs-generator": "4.0.5",
"@aws-amplify/graphql-types-generator": "3.2.0",
"@aws-amplify/graphql-docs-generator": "4.1.0",
"@aws-amplify/graphql-types-generator": "3.3.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-docs-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.

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

### Features

- add type branding to graphql in TS outputs ([#623](https://github.com/aws-amplify/amplify-codegen/issues/623)) ([b517ec3](https://github.com/aws-amplify/amplify-codegen/commit/b517ec36f822ccc015032b60b5138ddc024be862))

## 4.0.5 (2023-07-25)

**Note:** Version bump only for package @aws-amplify/graphql-docs-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-docs-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-docs-generator",
"version": "4.0.5",
"version": "4.1.0",
"description": "amplify graphql docs generator plugin",
"repository": {
"type": "git",
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.3.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-25)

### Features

- add type branding to graphql in TS outputs ([#623](https://github.com/aws-amplify/amplify-codegen/issues/623)) ([b517ec3](https://github.com/aws-amplify/amplify-codegen/commit/b517ec36f822ccc015032b60b5138ddc024be862))

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

0 comments on commit 10570ce

Please sign in to comment.