Skip to content

Commit a9c48c2

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

File tree

6 files changed

+27
-6
lines changed

6 files changed

+27
-6
lines changed

packages/amplify-codegen-e2e-core/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+
## [1.4.8](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-17)
7+
8+
### Bug Fixes
9+
10+
- init step for e2e test ([6457501](https://github.com/aws-amplify/amplify-codegen/commit/6457501a10c19e881ac41c743e2afcd58c91d002))
11+
612
## [1.4.7](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-04)
713

814
**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.7",
3+
"version": "1.4.8",
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.9](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-17)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
9+
610
## [2.42.8](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-05-04)
711

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

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

Lines changed: 4 additions & 4 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.8",
3+
"version": "2.42.9",
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.7",
25+
"@aws-amplify/amplify-codegen-e2e-core": "1.4.8",
2626
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
2727
"aws-amplify": "^4.3.26",
2828
"aws-appsync": "^4.0.3",
@@ -32,10 +32,10 @@
3232
"esm": "^3.2.25",
3333
"fs-extra": "^8.1.0",
3434
"graphql-tag": "^2.10.1",
35+
"js-yaml": "^4.0.0",
3536
"lodash": "^4.17.19",
3637
"uuid": "^3.4.0",
37-
"yargs": "^15.1.0",
38-
"js-yaml": "^4.0.0"
38+
"yargs": "^15.1.0"
3939
},
4040
"devDependencies": {
4141
"@types/jest": "^27.0.0",

packages/amplify-codegen/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+
# [4.1.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.1.0) (2023-05-17)
7+
8+
### Bug Fixes
9+
10+
- init step for e2e test ([6457501](https://github.com/aws-amplify/amplify-codegen/commit/6457501a10c19e881ac41c743e2afcd58c91d002))
11+
- normalize path for windows ([8e3544d](https://github.com/aws-amplify/amplify-codegen/commit/8e3544de5e811eb5e8a9615ddeed2fa6b7fb2fe1))
12+
13+
### Features
14+
15+
- add codegen config related apis ([b82e3e4](https://github.com/aws-amplify/amplify-codegen/commit/b82e3e4cce0b649d4df8db5047e590a5fc780f68))
16+
617
## [4.0.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.0.1) (2023-05-11)
718

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

packages/amplify-codegen/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",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "amplify code generator",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)