Skip to content

Commit 3395490

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

File tree

10 files changed

+61
-8
lines changed

10 files changed

+61
-8
lines changed

packages/amplify-codegen-e2e-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.4) (2021-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **amplify-codegen-e2e-core:** API walkthrough changes ([1f125ac](https://github.com/aws-amplify/amplify-codegen/commit/1f125ac4bf3ba64d6f374221c417e7e6e40f6898))
12+
* **amplify-codegen-e2e-core:** minor add api walkthrough fix ([cee10f9](https://github.com/aws-amplify/amplify-codegen/commit/cee10f968dec6b7a155682b750464195f1281faf))
13+
* **amplify-codegen-e2e-tests:** modelgen test fixes ([0a95ec8](https://github.com/aws-amplify/amplify-codegen/commit/0a95ec88c0df0bd801c3c742c3315323c7b0bb8c))
14+
15+
16+
17+
18+
619
## [1.1.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@1.1.3) (2021-09-29)
720

821

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.3",
3+
"version": "1.1.4",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/amplify-codegen-e2e-tests/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.5) (2021-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **amplify-codegen-e2e-core:** API walkthrough changes ([1f125ac](https://github.com/aws-amplify/amplify-codegen/commit/1f125ac4bf3ba64d6f374221c417e7e6e40f6898))
12+
* **amplify-codegen-e2e-tests:** fix env codegen tests ([f72a9b7](https://github.com/aws-amplify/amplify-codegen/commit/f72a9b758c5cf14df5f4a3e052f94a0735fc7250))
13+
* **amplify-codegen-e2e-tests:** modelgen test fixes ([0a95ec8](https://github.com/aws-amplify/amplify-codegen/commit/0a95ec88c0df0bd801c3c742c3315323c7b0bb8c))
14+
15+
16+
17+
18+
619
## [2.39.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.39.4) (2021-09-29)
720

821
**Note:** Version bump only for package amplify-codegen-e2e-tests

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.4",
3+
"version": "2.39.5",
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.3",
25+
"amplify-codegen-e2e-core": "1.1.4",
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.15](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.15) (2021-11-12)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
10+
11+
12+
13+
614
## [2.26.14](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.26.14) (2021-11-09)
715

816
**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.14",
3+
"version": "2.26.15",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -20,9 +20,9 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/appsync-modelgen-plugin": "1.29.5",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.29.6",
2424
"@aws-amplify/graphql-docs-generator": "2.4.2",
25-
"@aws-amplify/graphql-types-generator": "2.8.4",
25+
"@aws-amplify/graphql-types-generator": "2.8.5",
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/appsync-modelgen-plugin/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+
## [1.29.6](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-12)
7+
8+
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin
9+
10+
11+
12+
13+
614
## [1.29.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-09)
715

816

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.5",
3+
"version": "1.29.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/aws-amplify/amplify-codegen.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.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql-types-generator:** indentation fixes ([f5ca0e4](https://github.com/aws-amplify/amplify-codegen/commit/f5ca0e440e6639345d40b15b605ea5a0a89e7c54))
12+
13+
14+
15+
16+
617
## [2.8.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-11-09)
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.4",
3+
"version": "2.8.5",
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)