Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
amplify-data-ci committed Dec 11, 2023
1 parent 400aaac commit ca98131
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 20 deletions.
4 changes: 4 additions & 0 deletions packages/amplify-codegen-e2e-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-core

## [1.6.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-codegen-e2e-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-codegen-e2e-core",
"version": "1.6.2",
"version": "1.6.3",
"description": "",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify-codegen-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.44.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests

## [2.44.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)

**Note:** Version bump only for package @aws-amplify/amplify-codegen-e2e-tests
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-codegen-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-codegen-e2e-tests",
"version": "2.44.2",
"version": "2.44.3",
"description": "",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts"
},
"dependencies": {
"@aws-amplify/amplify-codegen-e2e-core": "1.6.2",
"@aws-amplify/amplify-codegen-e2e-core": "1.6.3",
"@aws-amplify/graphql-schema-test-library": "^1.1.18",
"amazon-cognito-identity-js": "^6.3.6",
"aws-amplify": "^5.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.7.3](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.7.3) (2023-12-11)

### Bug Fixes

- normalize patterns to match ([32c6271](https://github.com/aws-amplify/amplify-codegen/commit/32c627198400101f24f2cfd1ed1545042b644df5))

## [4.7.2](https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@4.7.2) (2023-10-20)

### Bug Fixes
Expand Down
15 changes: 9 additions & 6 deletions packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-codegen",
"version": "4.7.2",
"version": "4.7.3",
"description": "Amplify Code Generator",
"repository": {
"type": "git",
Expand All @@ -21,14 +21,14 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-generator": "0.2.2",
"@aws-amplify/graphql-types-generator": "3.4.5",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-generator": "0.2.3",
"@aws-amplify/graphql-types-generator": "3.4.6",
"@graphql-codegen/core": "2.6.6",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"globby": "^11.1.0",
"glob-parent": "^6.0.2",
"globby": "^11.1.0",
"graphql": "^15.5.0",
"graphql-config": "^2.2.1",
"inquirer": "^7.3.3",
Expand All @@ -51,7 +51,10 @@
"lines": 72
}
},
"coverageReporters": ["clover", "text"],
"coverageReporters": [
"clover",
"text"
],
"testURL": "http://localhost",
"testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
Expand Down
4 changes: 4 additions & 0 deletions packages/appsync-modelgen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

**Note:** Version bump only for package @aws-amplify/appsync-modelgen-plugin

# [2.8.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-05)

### Features
Expand Down
7 changes: 5 additions & 2 deletions packages/appsync-modelgen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/appsync-modelgen-plugin",
"version": "2.8.0",
"version": "2.8.1",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-codegen.git",
Expand Down Expand Up @@ -72,7 +72,10 @@
"lines": 80
}
},
"coverageReporters": ["clover", "text"],
"coverageReporters": [
"clover",
"text"
],
"testRegex": "(src/__tests__/.*.test.ts)$",
"globals": {
"ts-jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-docs-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.1](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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

# [4.2.0](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-09-12)

### Features
Expand Down
7 changes: 5 additions & 2 deletions packages/graphql-docs-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-docs-generator",
"version": "4.2.0",
"version": "4.2.1",
"description": "amplify graphql docs generator plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,10 @@
"lines": 80
}
},
"coverageReporters": ["clover", "text"],
"coverageReporters": [
"clover",
"text"
],
"moduleFileExtensions": [
"ts",
"tsx",
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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

## [0.2.2](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)

### Bug Fixes
Expand Down
13 changes: 8 additions & 5 deletions packages/graphql-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-generator",
"version": "0.2.2",
"version": "0.2.3",
"description": "GraphQL API code generator",
"repository": {
"type": "git",
Expand All @@ -24,9 +24,9 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/appsync-modelgen-plugin": "2.8.0",
"@aws-amplify/graphql-docs-generator": "4.2.0",
"@aws-amplify/graphql-types-generator": "3.4.5",
"@aws-amplify/appsync-modelgen-plugin": "2.8.1",
"@aws-amplify/graphql-docs-generator": "4.2.1",
"@aws-amplify/graphql-types-generator": "3.4.6",
"@graphql-codegen/core": "^2.6.6",
"@graphql-tools/apollo-engine-loader": "^8.0.0",
"graphql": "^15.5.0",
Expand Down Expand Up @@ -57,7 +57,10 @@
"lines": 90
}
},
"coverageReporters": ["clover", "text"],
"coverageReporters": [
"clover",
"text"
],
"testRegex": "(src/__tests__/.*.test.ts)$",
"globals": {
"ts-jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-types-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.6](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-12-11)

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

## [3.4.5](https://github.com/aws-amplify/amplify-codegen/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2023-10-20)

**Note:** Version bump only for package @aws-amplify/graphql-types-generator
Expand Down
7 changes: 5 additions & 2 deletions packages/graphql-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/graphql-types-generator",
"version": "3.4.5",
"version": "3.4.6",
"description": "Generate API code or type annotations based on a GraphQL schema and statements",
"repository": {
"type": "git",
Expand Down Expand Up @@ -80,7 +80,10 @@
"lines": 80
}
},
"coverageReporters": ["clover", "text"],
"coverageReporters": [
"clover",
"text"
],
"testURL": "http://localhost",
"setupFilesAfterEnv": [
"<rootDir>/test/test-utils/matchers.ts"
Expand Down

0 comments on commit ca98131

Please sign in to comment.