File tree Expand file tree Collapse file tree 8 files changed +39
-15
lines changed
Expand file tree Collapse file tree 8 files changed +39
-15
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.6.1] ( https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.6.0...amplify-codegen@4.6.1 ) (2023-09-25)
7+
8+ ### Bug Fixes
9+
10+ - multiple swift file names ([ #713 ] ( https://github.com/aws-amplify/amplify-codegen/issues/713 ) ) ([ a901362] ( https://github.com/aws-amplify/amplify-codegen/commit/a90136266944812001913b4b49972dda87750763 ) )
11+
612# [ 4.6.0] ( https://github.com/aws-amplify/amplify-codegen/compare/amplify-codegen@4.5.0...amplify-codegen@4.6.0 ) (2023-09-19)
713
814### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " amplify-codegen" ,
3- "version" : " 4.6.0 " ,
3+ "version" : " 4.6.1 " ,
44 "description" : " Amplify Code Generator" ,
55 "repository" : {
66 "type" : " git" ,
2121 "extract-api" : " ts-node ../../scripts/extract-api.ts"
2222 },
2323 "dependencies" : {
24- "@aws-amplify/graphql-generator" : " 0.1.1 " ,
25- "@aws-amplify/graphql-types-generator" : " 3.4.0 " ,
24+ "@aws-amplify/graphql-generator" : " 0.1.2 " ,
25+ "@aws-amplify/graphql-types-generator" : " 3.4.1 " ,
2626 "@graphql-codegen/core" : " 2.6.6" ,
2727 "chalk" : " ^3.0.0" ,
2828 "fs-extra" : " ^8.1.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.7.2] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.7.1...@aws-amplify/appsync-modelgen-plugin@2.7.2 ) (2023-09-25)
7+
8+ ### Bug Fixes
9+
10+ - move types from runtime deps to dev deps ([ #708 ] ( https://github.com/aws-amplify/amplify-codegen/issues/708 ) ) ([ f7a024d] ( https://github.com/aws-amplify/amplify-codegen/commit/f7a024d9ec4f7b0156c72b7f7d05139bbb339cbd ) )
11+
612## [ 2.7.1] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/appsync-modelgen-plugin@2.7.0...@aws-amplify/appsync-modelgen-plugin@2.7.1 ) (2023-09-19)
713
814### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws-amplify/appsync-modelgen-plugin" ,
3- "version" : " 2.7.1 " ,
3+ "version" : " 2.7.2 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/aws-amplify/amplify-codegen.git" ,
3939 "devDependencies" : {
4040 "@graphql-codegen/testing" : " ^1.17.7" ,
4141 "@graphql-codegen/typescript" : " ^2.8.3" ,
42+ "@types/node" : " ^12.12.6" ,
43+ "@types/pluralize" : " 0.0.29" ,
4244 "graphql" : " ^15.5.0" ,
4345 "java-ast" : " ^0.3.0" ,
44- "ts-json-schema-generator" : " 1.0.0" ,
45- "@types/node" : " ^12.12.6" ,
46- "@types/pluralize" : " 0.0.29"
46+ "ts-json-schema-generator" : " 1.0.0"
4747 },
4848 "peerDependencies" : {
4949 "graphql" : " ^15.5.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+ ## [ 0.1.2] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.1.1...@aws-amplify/graphql-generator@0.1.2 ) (2023-09-25)
7+
8+ ### Bug Fixes
9+
10+ - typo in graphql-generator arg ([ #709 ] ( https://github.com/aws-amplify/amplify-codegen/issues/709 ) ) ([ 756c375] ( https://github.com/aws-amplify/amplify-codegen/commit/756c3751bf236a64a5f028f61523cb96e0d7a7fa ) )
11+
612## [ 0.1.1] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-generator@0.1.0...@aws-amplify/graphql-generator@0.1.1 ) (2023-09-19)
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.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " GraphQL API code generator" ,
55 "repository" : {
66 "type" : " git" ,
2424 "extract-api" : " ts-node ../../scripts/extract-api.ts"
2525 },
2626 "dependencies" : {
27- "@aws-amplify/appsync-modelgen-plugin" : " 2.7.1 " ,
27+ "@aws-amplify/appsync-modelgen-plugin" : " 2.7.2 " ,
2828 "@aws-amplify/graphql-docs-generator" : " 4.2.0" ,
29- "@aws-amplify/graphql-types-generator" : " 3.4.0 " ,
29+ "@aws-amplify/graphql-types-generator" : " 3.4.1 " ,
3030 "@graphql-codegen/core" : " ^2.6.6" ,
3131 "@graphql-tools/apollo-engine-loader" : " ^8.0.0" ,
3232 "graphql" : " ^15.5.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+ ## [ 3.4.1] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-types-generator@3.4.0...@aws-amplify/graphql-types-generator@3.4.1 ) (2023-09-25)
7+
8+ ### Bug Fixes
9+
10+ - move types from runtime deps to dev deps ([ #708 ] ( https://github.com/aws-amplify/amplify-codegen/issues/708 ) ) ([ f7a024d] ( https://github.com/aws-amplify/amplify-codegen/commit/f7a024d9ec4f7b0156c72b7f7d05139bbb339cbd ) )
11+
612# [ 3.4.0] ( https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/graphql-types-generator@3.3.0...@aws-amplify/graphql-types-generator@3.4.0 ) (2023-09-12)
713
814### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws-amplify/graphql-types-generator" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "description" : " Generate API code or type annotations based on a GraphQL schema and statements" ,
55 "repository" : {
66 "type" : " git" ,
5252 "yargs" : " ^15.1.0"
5353 },
5454 "devDependencies" : {
55+ "@types/babel-generator" : " ^6.25.0" ,
5556 "@types/common-tags" : " ^1.8.0" ,
57+ "@types/fs-extra" : " ^8.1.0" ,
5658 "@types/glob" : " ^7.1.1" ,
5759 "@types/inflected" : " ^1.1.29" ,
5860 "@types/node" : " ^10.17.13" ,
59- "@types/yargs" : " ^15.0.1" ,
60- "@types/babel-generator" : " ^6.25.0" ,
61- "@types/fs-extra" : " ^8.1.0" ,
6261 "@types/prettier" : " ^1.19.0" ,
63- "@types/rimraf" : " ^3.0.0"
62+ "@types/rimraf" : " ^3.0.0" ,
63+ "@types/yargs" : " ^15.0.1"
6464 },
6565 "publishConfig" : {
6666 "access" : " public"
You can’t perform that action at this time.
0 commit comments