Skip to content

Commit 6c34e11

Browse files
chore(release): Publish [ci skip]
- @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent f59c9ef commit 6c34e11

File tree

10 files changed

+84
-125
lines changed

10 files changed

+84
-125
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.7](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-04)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core
9+
610
## [1.4.6](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-04-12)
711

812
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core

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": "@aws-amplify/amplify-codegen-e2e-core",
3-
"version": "1.4.6",
3+
"version": "1.4.7",
44
"description": "",
55
"repository": {
66
"type": "git",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.42.8](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-04)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
9+
610
## [2.42.7](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-04-25)
711

812
**Note:** Version bump only for package @aws-amplify/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": "@aws-amplify/amplify-codegen-e2e-tests",
3-
"version": "2.42.7",
3+
"version": "2.42.8",
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-
"@aws-amplify/amplify-codegen-e2e-core": "1.4.6",
25+
"@aws-amplify/amplify-codegen-e2e-core": "1.4.7",
2626
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
2727
"aws-amplify": "^4.3.26",
2828
"aws-appsync": "^4.0.3",

packages/amplify-codegen/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [4.0.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.0.0) (2023-05-04)
7+
8+
### Bug Fixes
9+
10+
- consume updated docgen API ([4b87292](https://github.com/aws-amplify/amplify-codegen/commit/4b87292963a223eaed569820ad1822ff94b99708))
11+
- move prettier dependecy to codegen plugin ([f07c851](https://github.com/aws-amplify/amplify-codegen/commit/f07c85123d15b5e8aca31045421fc04b65bc9d44))
12+
- remove unused lint rule for flow ([3fd05f5](https://github.com/aws-amplify/amplify-codegen/commit/3fd05f50542101ad13eeae15658c0db7ddac806f))
13+
- render lint overrides ([b125dd5](https://github.com/aws-amplify/amplify-codegen/commit/b125dd5b2479f312db82d94512650b95b30c2de9))
14+
- update API name and snapshots ([a117447](https://github.com/aws-amplify/amplify-codegen/commit/a11744717e9ccc0d7cac9020cdb4163ec4406081))
15+
- update no operations in input case to print warning ([c32b3f0](https://github.com/aws-amplify/amplify-codegen/commit/c32b3f06de08cba5a3b837237b3f62df326f48ab))
16+
- update top level codegen dependency ([fefaf63](https://github.com/aws-amplify/amplify-codegen/commit/fefaf6398833fe6553cfa9ad1aa920e21b090e0e))
17+
18+
### Features
19+
20+
- add \_\_typename to selection set ([#575](https://github.com/aws-amplify/amplify-codegen/issues/575)) ([066615e](https://github.com/aws-amplify/amplify-codegen/commit/066615e97c54e9f62b599991e058fc0d70aa22b4))
21+
- major version bump ([5b62f74](https://github.com/aws-amplify/amplify-codegen/commit/5b62f74fd53762cd85f724a252915607d3224f31))
22+
23+
### BREAKING CHANGES
24+
25+
- do a major version bump
26+
- typename introspection with \_\_typename meta field enabled by default
27+
628
## [3.4.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.4.3) (2023-04-25)
729

830
**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": "3.4.3",
3+
"version": "4.0.0",
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": "2.4.2",
24-
"@aws-amplify/graphql-docs-generator": "3.0.3",
23+
"@aws-amplify/appsync-modelgen-plugin": "2.4.3",
24+
"@aws-amplify/graphql-docs-generator": "4.0.0",
2525
"@aws-amplify/graphql-types-generator": "3.0.1",
2626
"@graphql-codegen/core": "2.6.6",
2727
"chalk": "^3.0.0",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-04)
7+
8+
### Bug Fixes
9+
10+
- **codegen:** generate default name for index directive ([fcca641](https://github.com/aws-amplify/amplify-codegen/commit/fcca641a431e2c146b391df1233d95c899f46d6d))
11+
612
## [2.4.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-04-25)
713

814
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin

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

0 commit comments

Comments
 (0)