Skip to content

Commit 04919af

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] - @aws-amplify/[email protected]
1 parent f9a4a60 commit 04919af

File tree

12 files changed

+57
-11
lines changed

12 files changed

+57
-11
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.6.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-03)
7+
8+
### Bug Fixes
9+
10+
- process input object, union and interface metadata in model introspection schema codegen ([#795](https://github.com/aws-amplify/amplify-codegen/issues/795)) ([73e4520](https://github.com/aws-amplify/amplify-codegen/commit/73e4520e8f3bbd63d6b123a5c977c415df443905))
11+
612
## [1.6.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
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.6.3",
3+
"version": "1.6.4",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/amplify-codegen-e2e-tests/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.44.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-03)
7+
8+
### Bug Fixes
9+
10+
- process input object, union and interface metadata in model introspection schema codegen ([#795](https://github.com/aws-amplify/amplify-codegen/issues/795)) ([73e4520](https://github.com/aws-amplify/amplify-codegen/commit/73e4520e8f3bbd63d6b123a5c977c415df443905))
11+
612
## [2.44.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
713

814
**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.44.3",
3+
"version": "2.44.4",
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.6.3",
25+
"@aws-amplify/amplify-codegen-e2e-core": "1.6.4",
2626
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
2727
"amazon-cognito-identity-js": "^6.3.6",
2828
"aws-amplify": "^5.3.3",

packages/amplify-codegen/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+
# [4.8.0](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.8.0) (2024-04-03)
7+
8+
### Features
9+
10+
- add angular codegen v6 support ([#799](https://github.com/aws-amplify/amplify-codegen/issues/799)) ([7d1a269](https://github.com/aws-amplify/amplify-codegen/commit/7d1a26941547a26640f7dc4aa25da9c0e1dab654))
11+
- use default directives from @aws-amplify/graphql-directives ([#796](https://github.com/aws-amplify/amplify-codegen/issues/796)) ([a94649e](https://github.com/aws-amplify/amplify-codegen/commit/a94649ef5cbed1091e4c206852d85f4b860a3eae))
12+
613
## [4.7.4](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.7.4) (2024-01-29)
714

815
**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": "4.7.4",
3+
"version": "4.8.0",
44
"description": "Amplify Code Generator",
55
"repository": {
66
"type": "git",
@@ -23,8 +23,8 @@
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.2.4",
27-
"@aws-amplify/graphql-types-generator": "3.4.6",
26+
"@aws-amplify/graphql-generator": "0.3.0",
27+
"@aws-amplify/graphql-types-generator": "3.5.0",
2828
"@graphql-codegen/core": "2.6.6",
2929
"chalk": "^3.0.0",
3030
"fs-extra": "^8.1.0",

packages/appsync-modelgen-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.10.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-03)
7+
8+
### Bug Fixes
9+
10+
- process input object, union and interface metadata in model introspection schema codegen ([#795](https://github.com/aws-amplify/amplify-codegen/issues/795)) ([73e4520](https://github.com/aws-amplify/amplify-codegen/commit/73e4520e8f3bbd63d6b123a5c977c415df443905))
11+
12+
### Features
13+
14+
- use default directives from @aws-amplify/graphql-directives ([#796](https://github.com/aws-amplify/amplify-codegen/issues/796)) ([a94649e](https://github.com/aws-amplify/amplify-codegen/commit/a94649ef5cbed1091e4c206852d85f4b860a3eae))
15+
616
# [2.9.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-01-29)
717

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

packages/graphql-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+
# [0.3.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-04-03)
7+
8+
### Bug Fixes
9+
10+
- pass improve pluralization flag ([#797](https://github.com/aws-amplify/amplify-codegen/issues/797)) ([948577c](https://github.com/aws-amplify/amplify-codegen/commit/948577c99faa91c6bcd4d970c159135c14fcedfd))
11+
12+
### Features
13+
14+
- add angular codegen v6 support ([#799](https://github.com/aws-amplify/amplify-codegen/issues/799)) ([7d1a269](https://github.com/aws-amplify/amplify-codegen/commit/7d1a26941547a26640f7dc4aa25da9c0e1dab654))
15+
- use default directives from @aws-amplify/graphql-directives ([#796](https://github.com/aws-amplify/amplify-codegen/issues/796)) ([a94649e](https://github.com/aws-amplify/amplify-codegen/commit/a94649ef5cbed1091e4c206852d85f4b860a3eae))
16+
617
## [0.2.4](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-01-29)
718

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

packages/graphql-generator/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/graphql-generator",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "GraphQL API code generator",
55
"repository": {
66
"type": "git",
@@ -24,10 +24,10 @@
2424
"extract-api": "ts-node ../../scripts/extract-api.ts"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/appsync-modelgen-plugin": "2.9.0",
27+
"@aws-amplify/appsync-modelgen-plugin": "2.10.0",
2828
"@aws-amplify/graphql-directives": "^1.0.1",
2929
"@aws-amplify/graphql-docs-generator": "4.2.1",
30-
"@aws-amplify/graphql-types-generator": "3.4.6",
30+
"@aws-amplify/graphql-types-generator": "3.5.0",
3131
"@graphql-codegen/core": "^2.6.6",
3232
"@graphql-tools/apollo-engine-loader": "^8.0.0",
3333
"graphql": "^15.5.0",

0 commit comments

Comments
 (0)