Skip to content

Commit ff9d1a9

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

File tree

6 files changed

+43
-5
lines changed

6 files changed

+43
-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.10](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.10) (2021-11-03)
7+
8+
9+
### Reverts
10+
11+
* Revert "Feature: Use improved pluralization" ([a891a4f](https://github.com/aws-amplify/amplify-codegen/commit/a891a4f5820fcdb9610261b01ecc4d1211cf4e9f))
12+
13+
14+
15+
16+
617
## [2.26.9](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.9) (2021-10-27)
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.9",
3+
"version": "2.26.10",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "1.29.1",
24-
"@aws-amplify/graphql-docs-generator": "2.4.0",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.29.2",
24+
"@aws-amplify/graphql-docs-generator": "2.4.1",
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/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [1.29.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **amplify-codegen:** fix v2 has one process connection directive ([fc4046e](https://github.com/aws-amplify/amplify-codegen/commit/fc4046e8ce3da8570a6f1b6a840f9ccff901a4cf))
12+
13+
14+
### Reverts
15+
16+
* Revert "Feature: Use improved pluralization" ([a891a4f](https://github.com/aws-amplify/amplify-codegen/commit/a891a4f5820fcdb9610261b01ecc4d1211cf4e9f))
17+
18+
19+
20+
21+
622
## [1.29.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-10-21)
723

824

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": "1.29.1",
3+
"version": "1.29.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/aws-amplify/amplify-codegen.git",

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.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql:** aggregate-code-fix ([4001257](https://github.com/aws-amplify/amplify-codegen/commit/40012575167a8fbdedff08fc3d48e47541b39cdd))
12+
13+
14+
15+
16+
617
# [2.4.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-10-27)
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.0",
3+
"version": "2.4.1",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)