Skip to content

Commit 310e792

Browse files
chore(release): Publish [ci skip]
- @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected]
1 parent 8dbaba7 commit 310e792

File tree

8 files changed

+32
-8
lines changed

8 files changed

+32
-8
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.5.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-17)
7+
8+
### Features
9+
10+
- add android test ([dd635a0](https://github.com/aws-amplify/amplify-codegen/commit/dd635a0a41eeed4f74334f0443265e36ac055835))
11+
- support e2e workflow on codebuild ([b435d50](https://github.com/aws-amplify/amplify-codegen/commit/b435d50818e9b995a770f109a7e79a1d1cd430ab))
12+
613
## [1.4.9](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-19)
714

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

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": "@aws-amplify/amplify-codegen-e2e-core",
3-
"version": "1.4.9",
3+
"version": "1.5.0",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -25,15 +25,15 @@
2525
"chalk": "^3.0.0",
2626
"execa": "^4.1.0",
2727
"fs-extra": "^8.1.0",
28+
"ini": "^3.0.1",
2829
"jest-environment-node": "^26.6.2",
2930
"lodash": "^4.17.19",
3031
"node-pty": "beta",
3132
"retimer": "2.0.0",
3233
"rimraf": "^3.0.0",
3334
"strip-ansi": "^6.0.0",
3435
"throat": "^5.0.0",
35-
"uuid": "7.0.1",
36-
"ini": "^3.0.1"
36+
"uuid": "7.0.1"
3737
},
3838
"devDependencies": {
3939
"@types/ini": "^1.3.31"

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.43.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-17)
7+
8+
### Features
9+
10+
- add android test ([dd635a0](https://github.com/aws-amplify/amplify-codegen/commit/dd635a0a41eeed4f74334f0443265e36ac055835))
11+
- support e2e workflow on codebuild ([b435d50](https://github.com/aws-amplify/amplify-codegen/commit/b435d50818e9b995a770f109a7e79a1d1cd430ab))
12+
613
## [2.42.10](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-19)
714

815
**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.10",
3+
"version": "2.43.0",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"clean-cb-e2e-resources": "ts-node ./src/cleanup-cb-e2e-resources.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/amplify-codegen-e2e-core": "1.4.9",
26+
"@aws-amplify/amplify-codegen-e2e-core": "1.5.0",
2727
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
2828
"aws-amplify": "^5.3.3",
2929
"aws-appsync": "^4.1.9",

packages/amplify-codegen/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+
## [4.1.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.4) (2023-07-17)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
610
## [4.1.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.3) (2023-06-29)
711

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

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": "4.1.3",
3+
"version": "4.1.4",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"extract-api": "ts-node ../../scripts/extract-api.ts"
2222
},
2323
"dependencies": {
24-
"@aws-amplify/appsync-modelgen-plugin": "2.5.0",
24+
"@aws-amplify/appsync-modelgen-plugin": "2.5.1",
2525
"@aws-amplify/graphql-docs-generator": "4.0.3",
2626
"@aws-amplify/graphql-types-generator": "3.0.3",
2727
"@graphql-codegen/core": "2.6.6",

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.5.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-07-17)
7+
8+
### Bug Fixes
9+
10+
- support key directive in model introspection schema gen ([#628](https://github.com/aws-amplify/amplify-codegen/issues/628)) ([7397ab9](https://github.com/aws-amplify/amplify-codegen/commit/7397ab91743b6fe629bfbf419e7071f65e456fa8))
11+
612
# [2.5.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-06-29)
713

814
### Features

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

0 commit comments

Comments
 (0)