Skip to content

Commit 779c71a

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

File tree

8 files changed

+54
-6
lines changed

8 files changed

+54
-6
lines changed

packages/amplify-codegen-e2e-core/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+
## [1.1.6](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.6) (2022-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* updating occurrences of amplify publish in e2e-core as well ([d9e221d](https://github.com/aws-amplify/amplify-codegen/commit/d9e221d17ec53ea21513aa2e09eb45b4e5f66bc3))
12+
13+
14+
15+
16+
617
## [1.1.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.5) (2021-11-17)
718

819

packages/amplify-codegen-e2e-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen-e2e-core",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/amplify-codegen-e2e-tests/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.39.10](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.10) (2022-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* update expected messages per change to CLI https://github.com/aws-amplify/amplify-cli/pull/8573 ([7f4bf48](https://github.com/aws-amplify/amplify-codegen/commit/7f4bf48cae98241467a3191e62315ce0e8213a2a))
12+
13+
14+
15+
16+
617
## [2.39.9](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.9) (2022-01-05)
718

819

packages/amplify-codegen-e2e-tests/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-e2e-tests",
3-
"version": "2.39.9",
3+
"version": "2.39.10",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
2323
},
2424
"dependencies": {
25-
"amplify-codegen-e2e-core": "1.1.5",
25+
"amplify-codegen-e2e-core": "1.1.6",
2626
"aws-amplify": "^3.0.8",
2727
"aws-appsync": "^4.0.3",
2828
"aws-sdk": "^2.845.0",

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.23](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.23) (2022-01-11)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [2.26.22](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.22) (2022-01-05)
715

816

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.22",
3+
"version": "2.26.23",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "1.29.12",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.29.13",
2424
"@aws-amplify/graphql-docs-generator": "2.4.2",
2525
"@aws-amplify/graphql-types-generator": "2.8.6",
2626
"@graphql-codegen/core": "1.8.3",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.13](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* remove early removal of field from model in the case of connection ([3de34f4](https://github.com/aws-amplify/amplify-codegen/commit/3de34f4f00344c9a775747a1260632e47bf24b98))
12+
* remove unused import per LGTM check ([7b4a24d](https://github.com/aws-amplify/amplify-codegen/commit/7b4a24d1859aa5c4cb0c283e756255c42189f171))
13+
* **appsync-modelgen-plugin:** associatedWith correctly points to model field rather than ID in bi-directional relations ([a39b61d](https://github.com/aws-amplify/amplify-codegen/commit/a39b61dec2d8adf3589212fe2aaf7400f98f01b9))
14+
* **appsync-modelgen-plugin:** revert [#326](https://github.com/aws-amplify/amplify-codegen/issues/326) ([d36323d](https://github.com/aws-amplify/amplify-codegen/commit/d36323d7f9adf92167bf9153c80435b42320053f))
15+
* **appsync-modelgen-plugin:** turn on the shouldUseModelNameFieldInHasManyAndBelongsTo flag for Android ([6cf1ebb](https://github.com/aws-amplify/amplify-codegen/commit/6cf1ebb31dbc28534525fcefc3be73c05596a41b))
16+
* change the if statement ([0b0b075](https://github.com/aws-amplify/amplify-codegen/commit/0b0b075a798aab63360ccd847e25d7989baa5522))
17+
* partially rolling back commit 310 for flutter, swift, and java platforms ([#319](https://github.com/aws-amplify/amplify-codegen/issues/319)) ([6c2f0c8](https://github.com/aws-amplify/amplify-codegen/commit/6c2f0c8920e4347d59f345867778fd49579a2cd4))
18+
* set associatedWith to correct field with hasOne/hasMany and belongsTo ([289e38b](https://github.com/aws-amplify/amplify-codegen/commit/289e38ba4c6fd69616eb459c90e26467c6a1e314))
19+
20+
21+
22+
23+
624
## [1.29.12](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2022-01-05)
725

826

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

0 commit comments

Comments
 (0)