Skip to content

Commit f96e002

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

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
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.0.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.0.1) (2023-05-11)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
610
## [3.4.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.4.4) (2023-05-09)
711

812
### Bug Fixes

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.0.0",
3+
"version": "4.0.1",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
"extract-api": "ts-node ../../scripts/extract-api.ts"
2222
},
2323
"dependencies": {
24-
"@aws-amplify/appsync-modelgen-plugin": "2.4.4",
25-
"@aws-amplify/graphql-docs-generator": "4.0.1",
24+
"@aws-amplify/appsync-modelgen-plugin": "2.4.5",
25+
"@aws-amplify/graphql-docs-generator": "4.0.2",
2626
"@aws-amplify/graphql-types-generator": "3.0.2",
2727
"@graphql-codegen/core": "2.6.6",
2828
"chalk": "^3.0.0",

packages/appsync-modelgen-plugin/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+
## [2.4.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin
9+
610
## [2.4.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-09)
711

812
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin

packages/appsync-modelgen-plugin/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/appsync-modelgen-plugin",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/aws-amplify/amplify-codegen.git",

packages/graphql-docs-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+
## [4.0.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-docs-generator
9+
610
## [4.0.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-09)
711

812
### Bug Fixes

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.1",
3+
"version": "4.0.2",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)