Skip to content

Commit ca98131

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] - @aws-amplify/[email protected]
1 parent 400aaac commit ca98131

File tree

14 files changed

+65
-20
lines changed

14 files changed

+65
-20
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.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core
9+
610
## [1.6.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)
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.2",
3+
"version": "1.6.3",
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.44.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
9+
610
## [2.44.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)
711

812
**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.2",
3+
"version": "2.44.3",
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.2",
25+
"@aws-amplify/amplify-codegen-e2e-core": "1.6.3",
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: 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+
## [4.7.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.7.3) (2023-12-11)
7+
8+
### Bug Fixes
9+
10+
- normalize patterns to match ([32c6271](https://github.com/aws-amplify/amplify-codegen/commit/32c627198400101f24f2cfd1ed1545042b644df5))
11+
612
## [4.7.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.7.2) (2023-10-20)
713

814
### Bug Fixes

packages/amplify-codegen/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-codegen",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Amplify Code Generator",
55
"repository": {
66
"type": "git",
@@ -21,14 +21,14 @@
2121
"extract-api": "ts-node ../../scripts/extract-api.ts"
2222
},
2323
"dependencies": {
24-
"@aws-amplify/graphql-docs-generator": "4.2.0",
25-
"@aws-amplify/graphql-generator": "0.2.2",
26-
"@aws-amplify/graphql-types-generator": "3.4.5",
24+
"@aws-amplify/graphql-docs-generator": "4.2.1",
25+
"@aws-amplify/graphql-generator": "0.2.3",
26+
"@aws-amplify/graphql-types-generator": "3.4.6",
2727
"@graphql-codegen/core": "2.6.6",
2828
"chalk": "^3.0.0",
2929
"fs-extra": "^8.1.0",
30-
"globby": "^11.1.0",
3130
"glob-parent": "^6.0.2",
31+
"globby": "^11.1.0",
3232
"graphql": "^15.5.0",
3333
"graphql-config": "^2.2.1",
3434
"inquirer": "^7.3.3",
@@ -51,7 +51,10 @@
5151
"lines": 72
5252
}
5353
},
54-
"coverageReporters": ["clover", "text"],
54+
"coverageReporters": [
55+
"clover",
56+
"text"
57+
],
5558
"testURL": "http://localhost",
5659
"testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
5760
"moduleFileExtensions": [

packages/appsync-modelgen-plugin/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.8.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin
9+
610
# [2.8.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-05)
711

812
### Features

packages/appsync-modelgen-plugin/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/appsync-modelgen-plugin",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/aws-amplify/amplify-codegen.git",
@@ -72,7 +72,10 @@
7272
"lines": 80
7373
}
7474
},
75-
"coverageReporters": ["clover", "text"],
75+
"coverageReporters": [
76+
"clover",
77+
"text"
78+
],
7679
"testRegex": "(src/__tests__/.*.test.ts)$",
7780
"globals": {
7881
"ts-jest": {

packages/graphql-docs-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+
## [4.2.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-docs-generator
9+
610
# [4.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-12)
711

812
### Features

packages/graphql-docs-generator/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/graphql-docs-generator",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "amplify graphql docs generator plugin",
55
"repository": {
66
"type": "git",
@@ -60,7 +60,10 @@
6060
"lines": 80
6161
}
6262
},
63-
"coverageReporters": ["clover", "text"],
63+
"coverageReporters": [
64+
"clover",
65+
"text"
66+
],
6467
"moduleFileExtensions": [
6568
"ts",
6669
"tsx",

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.2.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-generator
9+
610
## [0.2.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)
711

812
### Bug Fixes

packages/graphql-generator/package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/graphql-generator",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "GraphQL API code generator",
55
"repository": {
66
"type": "git",
@@ -24,9 +24,9 @@
2424
"extract-api": "ts-node ../../scripts/extract-api.ts"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/appsync-modelgen-plugin": "2.8.0",
28-
"@aws-amplify/graphql-docs-generator": "4.2.0",
29-
"@aws-amplify/graphql-types-generator": "3.4.5",
27+
"@aws-amplify/appsync-modelgen-plugin": "2.8.1",
28+
"@aws-amplify/graphql-docs-generator": "4.2.1",
29+
"@aws-amplify/graphql-types-generator": "3.4.6",
3030
"@graphql-codegen/core": "^2.6.6",
3131
"@graphql-tools/apollo-engine-loader": "^8.0.0",
3232
"graphql": "^15.5.0",
@@ -57,7 +57,10 @@
5757
"lines": 90
5858
}
5959
},
60-
"coverageReporters": ["clover", "text"],
60+
"coverageReporters": [
61+
"clover",
62+
"text"
63+
],
6164
"testRegex": "(src/__tests__/.*.test.ts)$",
6265
"globals": {
6366
"ts-jest": {

packages/graphql-types-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+
## [3.4.6](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/graphql-types-generator
9+
610
## [3.4.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)
711

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

packages/graphql-types-generator/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/graphql-types-generator",
3-
"version": "3.4.5",
3+
"version": "3.4.6",
44
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
55
"repository": {
66
"type": "git",
@@ -80,7 +80,10 @@
8080
"lines": 80
8181
}
8282
},
83-
"coverageReporters": ["clover", "text"],
83+
"coverageReporters": [
84+
"clover",
85+
"text"
86+
],
8487
"testURL": "http://localhost",
8588
"setupFilesAfterEnv": [
8689
"<rootDir>/test/test-utils/matchers.ts"

0 commit comments

Comments
 (0)