Skip to content

Commit ca25ab1

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

File tree

12 files changed

+96
-12
lines changed

12 files changed

+96
-12
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.0 (2021-05-25)
7+
8+
9+
### Features
10+
11+
* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)
12+
13+
14+
15+
16+
617
## [1.16.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@1.16.2) (2021-03-23)
718

819

packages/amplify-codegen-e2e-core/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-e2e-core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -36,7 +36,7 @@
3636
},
3737
"peerDependencies": {
3838
"amplify-cli-core": "^1.18.1",
39-
"graphql-transformer-core": "^6.27.0",
40-
"amplify-headless-interface": "^1.5.3"
39+
"amplify-headless-interface": "^1.5.3",
40+
"graphql-transformer-core": "^6.27.0"
4141
}
4242
}

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.38.0 (2021-05-25)
7+
8+
9+
### Features
10+
11+
* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)
12+
13+
14+
15+
16+
617
## [2.37.1](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.37.1) (2021-03-24)
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.37.1",
3+
"version": "2.38.0",
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.0.0",
25+
"amplify-codegen-e2e-core": "1.1.0",
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.25.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.25.0) (2021-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **amplify-codegen:** add correct error msg for flutter codegen ([#140](https://github.com/aws-amplify/amplify-codegen/issues/140)) ([a99d67c](https://github.com/aws-amplify/amplify-codegen/commit/a99d67c1053896cc62f9cfc1898fff3c992907da))
12+
* **amplify-codegen:** Correct cli help re: codegen `--maxDepth` flag ([#138](https://github.com/aws-amplify/amplify-codegen/issues/138)) ([960b900](https://github.com/aws-amplify/amplify-codegen/commit/960b900f1f7de5f232bfd96cf673de93fae1643c))
13+
* **appsync-modelgen-plugin:** restore the old init if timestamp disabled ([#177](https://github.com/aws-amplify/amplify-codegen/issues/177)) ([f923e14](https://github.com/aws-amplify/amplify-codegen/commit/f923e144e9cf51f904d792a5c01ceffca685d0ea))
14+
15+
16+
### Features
17+
18+
* add E2e testing ([#169](https://github.com/aws-amplify/amplify-codegen/issues/169)) ([19e17df](https://github.com/aws-amplify/amplify-codegen/commit/19e17df3c04bf5c18341efa1a53a5ecf4a7cc42e)), closes [#151](https://github.com/aws-amplify/amplify-codegen/issues/151) [#156](https://github.com/aws-amplify/amplify-codegen/issues/156) [#157](https://github.com/aws-amplify/amplify-codegen/issues/157) [#163](https://github.com/aws-amplify/amplify-codegen/issues/163)
19+
* **modelgen:** add timestamp fields createdAt & updatedAt for [@model](https://github.com/model) ([#114](https://github.com/aws-amplify/amplify-codegen/issues/114)) ([f611e94](https://github.com/aws-amplify/amplify-codegen/commit/f611e94ef8cbd37cf8e8f356df83adcb9a8d3465))
20+
21+
22+
23+
24+
625
## [2.24.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@2.24.2) (2021-03-31)
726

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

packages/amplify-codegen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "2.24.2",
3+
"version": "2.25.0",
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.23.1",
24-
"@aws-amplify/graphql-docs-generator": "2.3.3",
25-
"@aws-amplify/graphql-types-generator": "2.7.3",
23+
"@aws-amplify/appsync-modelgen-plugin": "1.24.0",
24+
"@aws-amplify/graphql-docs-generator": "2.3.4",
25+
"@aws-amplify/graphql-types-generator": "2.8.0",
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: 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.24.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **appsync-modelgen-plugin:** restore the old init if timestamp disabled ([#177](https://github.com/aws-amplify/amplify-codegen/issues/177)) ([f923e14](https://github.com/aws-amplify/amplify-codegen/commit/f923e144e9cf51f904d792a5c01ceffca685d0ea))
12+
13+
14+
### Features
15+
16+
* **modelgen:** add timestamp fields createdAt & updatedAt for [@model](https://github.com/model) ([#114](https://github.com/aws-amplify/amplify-codegen/issues/114)) ([f611e94](https://github.com/aws-amplify/amplify-codegen/commit/f611e94ef8cbd37cf8e8f356df83adcb9a8d3465))
17+
18+
19+
20+
21+
622
## [1.23.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-03-31)
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.23.1",
3+
"version": "1.24.0",
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.3.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql-docs-generator:** change handler dependency version ([#164](https://github.com/aws-amplify/amplify-codegen/issues/164)) ([f7de414](https://github.com/aws-amplify/amplify-codegen/commit/f7de41409aa610c1b013830e977c12ef33711ec5))
12+
13+
14+
15+
16+
617
## [2.3.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2021-03-11)
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.3",
3+
"version": "2.3.4",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)