File tree Expand file tree Collapse file tree 6 files changed +30
-8
lines changed Expand file tree Collapse file tree 6 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 4.10.0] ( https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.9.7...amplify-codegen@4.10.0 ) (2024-10-28)
7+
8+ ### Features
9+
10+ - Sync codegen behavior implementation adding generateModelsSync ([ #894 ] ( https://github.com/aws-amplify/amplify-codegen/issues/894 ) ) ([ fac63c1] ( https://github.com/aws-amplify/amplify-codegen/commit/fac63c1497b1e4b1f0f22e977500378afdd9a6d9 ) )
11+
612## [ 4.9.7] ( https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.9.6...amplify-codegen@4.9.7 ) (2024-10-03)
713
814** Note:** Version bump only for package amplify-codegen
Original file line number Diff line number Diff line change 11{
22 "name" : " amplify-codegen" ,
3- "version" : " 4.9.7 " ,
3+ "version" : " 4.10.0 " ,
44 "description" : " Amplify Code Generator" ,
55 "repository" : {
66 "type" : " git" ,
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.7 " ,
26+ "@aws-amplify/graphql-generator" : " 0.5.0 " ,
2727 "@aws-amplify/graphql-types-generator" : " 3.6.0" ,
2828 "@graphql-codegen/core" : " ^2.6.6" ,
2929 "chalk" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.14.0] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.13.2...@aws-amplify/appsync-modelgen-plugin@2.14.0 ) (2024-10-28)
7+
8+ ### Bug Fixes
9+
10+ - add owner field to conversation model ([ #893 ] ( https://github.com/aws-amplify/amplify-codegen/issues/893 ) ) ([ 705ac3a] ( https://github.com/aws-amplify/amplify-codegen/commit/705ac3ad6c422cedb32428ad4970b04e58cf2984 ) )
11+
12+ ### Features
13+
14+ - remove ` update: null ` for conversation model in MIS ([ #895 ] ( https://github.com/aws-amplify/amplify-codegen/issues/895 ) ) ([ bef8bb2] ( https://github.com/aws-amplify/amplify-codegen/commit/bef8bb2a94ed9cb60f36f861ce91fb1148f68bae ) )
15+ - Sync codegen behavior implementation adding generateModelsSync ([ #894 ] ( https://github.com/aws-amplify/amplify-codegen/issues/894 ) ) ([ fac63c1] ( https://github.com/aws-amplify/amplify-codegen/commit/fac63c1497b1e4b1f0f22e977500378afdd9a6d9 ) )
16+
617## [ 2.13.2] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.13.1...@aws-amplify/appsync-modelgen-plugin@2.13.2 ) (2024-10-03)
718
819### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws-amplify/appsync-modelgen-plugin" ,
3- "version" : " 2.13.2 " ,
3+ "version" : " 2.14.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/aws-amplify/amplify-codegen.git" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.5.0] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.4.7...@aws-amplify/graphql-generator@0.5.0 ) (2024-10-28)
7+
8+ ### Features
9+
10+ - Sync codegen behavior implementation adding generateModelsSync ([ #894 ] ( https://github.com/aws-amplify/amplify-codegen/issues/894 ) ) ([ fac63c1] ( https://github.com/aws-amplify/amplify-codegen/commit/fac63c1497b1e4b1f0f22e977500378afdd9a6d9 ) )
11+
612## [ 0.4.7] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.4.6...@aws-amplify/graphql-generator@0.4.7 ) (2024-10-03)
713
814** Note:** Version bump only for package @aws-amplify/graphql-generator
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws-amplify/graphql-generator" ,
3- "version" : " 0.4.7 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " GraphQL API code generator" ,
55 "repository" : {
66 "type" : " git" ,
2323 "test-watch" : " jest --watch" ,
2424 "extract-api" : " ts-node ../../scripts/extract-api.ts" ,
2525 "check-codegen-version" : " bash ./scripts/check-codegen-version.sh"
26-
2726 },
2827 "dependencies" : {
29- "@aws-amplify/appsync-modelgen-plugin" : " 2.13.2 " ,
28+ "@aws-amplify/appsync-modelgen-plugin" : " 2.14.0 " ,
3029 "@aws-amplify/graphql-directives" : " ^1.0.1" ,
3130 "@aws-amplify/graphql-docs-generator" : " 4.2.1" ,
3231 "@aws-amplify/graphql-types-generator" : " 3.6.0" ,
3332 "@graphql-codegen/core" : " ^2.6.6" ,
34- "@graphql-tools/schema" : " ^9.0.0" ,
35- "@graphql-tools/utils" : " ^9.2.1" ,
3633 "@graphql-codegen/plugin-helpers" : " ^3.1.1" ,
3734 "@graphql-tools/apollo-engine-loader" : " ^8.0.0" ,
35+ "@graphql-tools/schema" : " ^9.0.0" ,
36+ "@graphql-tools/utils" : " ^9.2.1" ,
3837 "graphql" : " ^15.5.0" ,
3938 "prettier" : " ^1.19.1"
4039 },
You can’t perform that action at this time.
0 commit comments