Skip to content

Commit cbbb1d3

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 76ed161 commit cbbb1d3

File tree

10 files changed

+32
-9
lines changed

10 files changed

+32
-9
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.6.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-06)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core
9+
610
## [1.6.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-03)
711

812
### Bug Fixes

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.6.4",
3+
"version": "1.6.5",
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.45.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-06)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
9+
610
# [2.45.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-25)
711

812
### Features

packages/amplify-codegen-e2e-tests/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-tests",
3-
"version": "2.45.0",
3+
"version": "2.45.1",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/amplify-codegen-e2e-core": "1.6.4",
26+
"@aws-amplify/amplify-codegen-e2e-core": "1.6.5",
2727
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
2828
"amazon-cognito-identity-js": "^6.3.6",
2929
"aws-amplify": "^5.3.3",
@@ -41,8 +41,8 @@
4141
"yargs": "^15.1.0"
4242
},
4343
"devDependencies": {
44-
"@types/jest": "^27.0.0",
4544
"@aws-amplify/backend": "^1.0.0",
45+
"@types/jest": "^27.0.0",
4646
"graphql": "^15.8.0",
4747
"ts-node": "^8.10.1"
4848
},

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.9.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.2) (2024-05-06)
7+
8+
**Note:** Version bump only for package amplify-codegen
9+
610
## [4.9.1](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.9.1) (2024-04-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.9.1",
3+
"version": "4.9.2",
44
"description": "Amplify Code Generator",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@aws-amplify/graphql-directives": "^1.0.1",
2525
"@aws-amplify/graphql-docs-generator": "4.2.1",
26-
"@aws-amplify/graphql-generator": "0.4.1",
26+
"@aws-amplify/graphql-generator": "0.4.2",
2727
"@aws-amplify/graphql-types-generator": "3.6.0",
2828
"@graphql-codegen/core": "2.6.6",
2929
"chalk": "^3.0.0",

packages/appsync-modelgen-plugin/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.12.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-06)
7+
8+
### Bug Fixes
9+
10+
- add missing closing parens on swift hasMany ([#835](https://github.com/aws-amplify/amplify-codegen/issues/835)) ([cfd4c2b](https://github.com/aws-amplify/amplify-codegen/commit/cfd4c2b4ad0fd8a3b74896c849da90cbd45fe8f4))
11+
- java builder steps to respect handleListNullabilityTransparently ([#830](https://github.com/aws-amplify/amplify-codegen/issues/830)) ([5eb0aa8](https://github.com/aws-amplify/amplify-codegen/commit/5eb0aa8bd2ded182aa90fce7355eac99973e8fc8))
12+
613
# [2.12.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-29)
714

815
### Bug Fixes

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

packages/graphql-generator/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+
## [0.4.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-05-06)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-generator
9+
610
## [0.4.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-29)
711

812
**Note:** Version bump only for package @aws-amplify/graphql-generator

packages/graphql-generator/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/graphql-generator",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "GraphQL API code generator",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
"extract-api": "ts-node ../../scripts/extract-api.ts"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/appsync-modelgen-plugin": "2.12.0",
27+
"@aws-amplify/appsync-modelgen-plugin": "2.12.1",
2828
"@aws-amplify/graphql-directives": "^1.0.1",
2929
"@aws-amplify/graphql-docs-generator": "4.2.1",
3030
"@aws-amplify/graphql-types-generator": "3.6.0",

0 commit comments

Comments
 (0)