Skip to content

Commit 10570ce

Browse files
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent cbac2c0 commit 10570ce

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.4.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.4.0) (2023-08-25)
7+
8+
### Features
9+
10+
- 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))
11+
612
# [4.3.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.3.0) (2023-08-15)
713

814
### Features

packages/amplify-codegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Amplify Code Generator",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"@aws-amplify/appsync-modelgen-plugin": "2.6.0",
25-
"@aws-amplify/graphql-docs-generator": "4.0.5",
26-
"@aws-amplify/graphql-types-generator": "3.2.0",
25+
"@aws-amplify/graphql-docs-generator": "4.1.0",
26+
"@aws-amplify/graphql-types-generator": "3.3.0",
2727
"@graphql-codegen/core": "2.6.6",
2828
"chalk": "^3.0.0",
2929
"fs-extra": "^8.1.0",

packages/graphql-docs-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.1.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-25)
7+
8+
### Features
9+
10+
- 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))
11+
612
## 4.0.5 (2023-07-25)
713

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

packages/graphql-docs-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/graphql-docs-generator",
3-
"version": "4.0.5",
3+
"version": "4.1.0",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

packages/graphql-types-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.3.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-25)
7+
8+
### Features
9+
10+
- 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))
11+
612
# [3.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-08-03)
713

814
### Features

packages/graphql-types-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/graphql-types-generator",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)