Skip to content

Commit 648a2a5

Browse files
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent bd1b52e commit 648a2a5

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.7.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.7.1) (2023-10-12)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
610
# [4.7.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.7.0) (2023-10-05)
711

812
### 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.7.0",
3+
"version": "4.7.1",
44
"description": "Amplify Code Generator",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"@aws-amplify/graphql-docs-generator": "4.2.0",
25-
"@aws-amplify/graphql-generator": "0.2.0",
26-
"@aws-amplify/graphql-types-generator": "3.4.3",
25+
"@aws-amplify/graphql-generator": "0.2.1",
26+
"@aws-amplify/graphql-types-generator": "3.4.4",
2727
"@graphql-codegen/core": "2.6.6",
2828
"chalk": "^3.0.0",
2929
"fs-extra": "^8.1.0",

packages/graphql-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.2.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-12)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-generator
9+
610
# [0.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-05)
711

812
### Features

packages/graphql-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/graphql-generator",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "GraphQL API code generator",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@aws-amplify/appsync-modelgen-plugin": "2.8.0",
2828
"@aws-amplify/graphql-docs-generator": "4.2.0",
29-
"@aws-amplify/graphql-types-generator": "3.4.3",
29+
"@aws-amplify/graphql-types-generator": "3.4.4",
3030
"@graphql-codegen/core": "^2.6.6",
3131
"@graphql-tools/apollo-engine-loader": "^8.0.0",
3232
"graphql": "^15.5.0"

packages/graphql-types-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-12)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-types-generator
9+
610
## [3.4.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-02)
711

812
### Bug Fixes

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.4.3",
3+
"version": "3.4.4",
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)