Skip to content

Commit a5a26a0

Browse files
committed
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected]
1 parent 57376a5 commit a5a26a0

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/amplify-codegen/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.9) (2021-10-27)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [2.26.8](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.8) (2021-10-21)
715

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

packages/amplify-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "2.26.8",
3+
"version": "2.26.9",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@aws-amplify/appsync-modelgen-plugin": "1.29.1",
24-
"@aws-amplify/graphql-docs-generator": "2.3.4",
24+
"@aws-amplify/graphql-docs-generator": "2.4.0",
2525
"@aws-amplify/graphql-types-generator": "2.8.3",
2626
"@graphql-codegen/core": "1.8.3",
2727
"amplify-codegen-appsync-model-plugin": "^1.22.3",

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.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-10-27)
7+
8+
9+
### Features
10+
11+
* generate searchable aggregateItems 2 additional levels ([#268](https://github.com/aws-amplify/amplify-codegen/issues/268)) ([a54db9f](https://github.com/aws-amplify/amplify-codegen/commit/a54db9f6a15e91e16c004bf142d504d2780597ad))
12+
13+
14+
15+
16+
617
## [2.3.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)
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.3.4",
3+
"version": "2.4.0",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)