Skip to content

Commit 4aad9e5

Browse files
committed
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent 0002b74 commit 4aad9e5

File tree

6 files changed

+38
-5
lines changed

6 files changed

+38
-5
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.26.13](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.13) (2021-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql:** allow aws_lambda directive ([03ef563](https://github.com/aws-amplify/amplify-codegen/commit/03ef5637488e9514116e83f691656fddae7628b2))
12+
13+
14+
15+
16+
617
## [2.26.12](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.12) (2021-11-07)
718

819
**Note:** Version bump only for package amplify-codegen

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": "2.26.12",
3+
"version": "2.26.13",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@aws-amplify/appsync-modelgen-plugin": "1.29.4",
24-
"@aws-amplify/graphql-docs-generator": "2.4.1",
25-
"@aws-amplify/graphql-types-generator": "2.8.3",
24+
"@aws-amplify/graphql-docs-generator": "2.4.2",
25+
"@aws-amplify/graphql-types-generator": "2.8.4",
2626
"@graphql-codegen/core": "1.8.3",
2727
"amplify-codegen-appsync-model-plugin": "^1.22.3",
2828
"amplify-graphql-docs-generator": "^2.2.1",

packages/graphql-docs-generator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql:** allow aws_lambda directive ([03ef563](https://github.com/aws-amplify/amplify-codegen/commit/03ef5637488e9514116e83f691656fddae7628b2))
12+
13+
14+
15+
16+
617
## [2.4.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-03)
718

819

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

packages/graphql-types-generator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql:** allow aws_lambda directive ([03ef563](https://github.com/aws-amplify/amplify-codegen/commit/03ef5637488e9514116e83f691656fddae7628b2))
12+
13+
14+
15+
16+
617
## [2.8.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-10-21)
718

819

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