Skip to content

Commit

Permalink
chore(release): v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awinberg-aws committed Aug 1, 2023
1 parent af04792 commit 5b553e9
Show file tree
Hide file tree
Showing 14 changed files with 80 additions and 20 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.15.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.3...v2.15.0) (2023-08-01)

### Bug Fixes

- bugfixes for GraphQL composite key querying and join table deletion ([6eca2c0](https://github.com/aws-amplify/amplify-codegen-ui/commit/6eca2c0d22f3bbe716f1c03eea7953f70910826e))
- change autocomplete data access property to related model name ([#1050](https://github.com/aws-amplify/amplify-codegen-ui/issues/1050)) ([694d214](https://github.com/aws-amplify/amplify-codegen-ui/commit/694d2141a1e6fe781fbaf8b3fb89fcde8f3e9814))
- change GraphQL unlink to use update action instead of delete ([0a4d469](https://github.com/aws-amplify/amplify-codegen-ui/commit/0a4d4697c0154e71d1d21a534a54a5eb715b11c1))
- fields with json type display 'null' ([#1051](https://github.com/aws-amplify/amplify-codegen-ui/issues/1051)) ([0045ee8](https://github.com/aws-amplify/amplify-codegen-ui/commit/0045ee8f65de27307056f9e15d2448d489498b98))
- plural items property in autocomplete data query ([#1047](https://github.com/aws-amplify/amplify-codegen-ui/issues/1047)) ([df2633b](https://github.com/aws-amplify/amplify-codegen-ui/commit/df2633be970f6658e60e1a5691dc3b86ba5e5cf6))
- remove indexes query from one to many parent update ([#1054](https://github.com/aws-amplify/amplify-codegen-ui/issues/1054)) ([e9d0beb](https://github.com/aws-amplify/amplify-codegen-ui/commit/e9d0beb20460ffd7d8643d117093677b4c8d5b22))
- remove input obj in graphql query ([690f928](https://github.com/aws-amplify/amplify-codegen-ui/commit/690f928cb226a3f0ed43601f4d1790b808324f71))
- remove type import if no graphql types file ([#1040](https://github.com/aws-amplify/amplify-codegen-ui/issues/1040)) ([ac7836a](https://github.com/aws-amplify/amplify-codegen-ui/commit/ac7836aebcc65d67c3cba612d87d22ea346bd5dd))
- use primary key values to create join table records for GraphQL ([1b52a80](https://github.com/aws-amplify/amplify-codegen-ui/commit/1b52a8018d4b602b9ce273fe6f07f50854941414))

### Features

- add NoApi configuration and validation for data dependency ([56518d3](https://github.com/aws-amplify/amplify-codegen-ui/commit/56518d32f6ec633e12def45050f9489c4ba3c1a5))
- handle parent relationship without belongsTo for GraphQL ([#1055](https://github.com/aws-amplify/amplify-codegen-ui/issues/1055)) ([af04792](https://github.com/aws-amplify/amplify-codegen-ui/commit/af047926d56cbbb4fcb1fbbaac481d31d0b90522))
- implement graphql querying for join tables ([faaf011](https://github.com/aws-amplify/amplify-codegen-ui/commit/faaf011ebe39dec85a63eb058fd2fb21dcde8499))

## [2.14.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.2...v2.14.3) (2023-07-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"exact": true,
"version": "2.14.3",
"version": "2.15.0",
"command": {
"version": {
"message": "chore(release): %s"
Expand Down
4 changes: 4 additions & 0 deletions packages/codegen-ui-golden-files/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.15.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.3...v2.15.0) (2023-08-01)

**Note:** Version bump only for package @aws-amplify/codegen-ui-golden-files

## [2.14.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.2...v2.14.3) (2023-07-19)

**Note:** Version bump only for package @aws-amplify/codegen-ui-golden-files
Expand Down
4 changes: 2 additions & 2 deletions packages/codegen-ui-golden-files/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/codegen-ui-golden-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-golden-files",
"version": "2.14.3",
"version": "2.15.0",
"description": "Models of outputs to customer project",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand All @@ -11,7 +11,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.14.3",
"@aws-amplify/codegen-ui": "2.15.0",
"@aws-amplify/datastore": "^3.12.12",
"@aws-amplify/ui-react": "^3.5.7",
"aws-amplify": "^4.3.37",
Expand Down
20 changes: 20 additions & 0 deletions packages/codegen-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.15.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.3...v2.15.0) (2023-08-01)

### Bug Fixes

- bugfixes for GraphQL composite key querying and join table deletion ([6eca2c0](https://github.com/aws-amplify/amplify-codegen-ui/commit/6eca2c0d22f3bbe716f1c03eea7953f70910826e))
- change autocomplete data access property to related model name ([#1050](https://github.com/aws-amplify/amplify-codegen-ui/issues/1050)) ([694d214](https://github.com/aws-amplify/amplify-codegen-ui/commit/694d2141a1e6fe781fbaf8b3fb89fcde8f3e9814))
- change GraphQL unlink to use update action instead of delete ([0a4d469](https://github.com/aws-amplify/amplify-codegen-ui/commit/0a4d4697c0154e71d1d21a534a54a5eb715b11c1))
- fields with json type display 'null' ([#1051](https://github.com/aws-amplify/amplify-codegen-ui/issues/1051)) ([0045ee8](https://github.com/aws-amplify/amplify-codegen-ui/commit/0045ee8f65de27307056f9e15d2448d489498b98))
- plural items property in autocomplete data query ([#1047](https://github.com/aws-amplify/amplify-codegen-ui/issues/1047)) ([df2633b](https://github.com/aws-amplify/amplify-codegen-ui/commit/df2633be970f6658e60e1a5691dc3b86ba5e5cf6))
- remove indexes query from one to many parent update ([#1054](https://github.com/aws-amplify/amplify-codegen-ui/issues/1054)) ([e9d0beb](https://github.com/aws-amplify/amplify-codegen-ui/commit/e9d0beb20460ffd7d8643d117093677b4c8d5b22))
- remove input obj in graphql query ([690f928](https://github.com/aws-amplify/amplify-codegen-ui/commit/690f928cb226a3f0ed43601f4d1790b808324f71))
- remove type import if no graphql types file ([#1040](https://github.com/aws-amplify/amplify-codegen-ui/issues/1040)) ([ac7836a](https://github.com/aws-amplify/amplify-codegen-ui/commit/ac7836aebcc65d67c3cba612d87d22ea346bd5dd))
- use primary key values to create join table records for GraphQL ([1b52a80](https://github.com/aws-amplify/amplify-codegen-ui/commit/1b52a8018d4b602b9ce273fe6f07f50854941414))

### Features

- add NoApi configuration and validation for data dependency ([56518d3](https://github.com/aws-amplify/amplify-codegen-ui/commit/56518d32f6ec633e12def45050f9489c4ba3c1a5))
- handle parent relationship without belongsTo for GraphQL ([#1055](https://github.com/aws-amplify/amplify-codegen-ui/issues/1055)) ([af04792](https://github.com/aws-amplify/amplify-codegen-ui/commit/af047926d56cbbb4fcb1fbbaac481d31d0b90522))
- implement graphql querying for join tables ([faaf011](https://github.com/aws-amplify/amplify-codegen-ui/commit/faaf011ebe39dec85a63eb058fd2fb21dcde8499))

## [2.14.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.2...v2.14.3) (2023-07-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/codegen-ui-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/codegen-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-react",
"version": "2.14.3",
"version": "2.15.0",
"description": "Amplify UI React code generation implementation",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"semver": "^7.3.5"
},
"dependencies": {
"@aws-amplify/codegen-ui": "2.14.3",
"@aws-amplify/codegen-ui": "2.15.0",
"@typescript/vfs": "~1.3.5",
"pluralize": "^8.0.0",
"typescript": "<=4.5.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/codegen-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.15.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.3...v2.15.0) (2023-08-01)

### Bug Fixes

- bugfixes for GraphQL composite key querying and join table deletion ([6eca2c0](https://github.com/aws-amplify/amplify-codegen-ui/commit/6eca2c0d22f3bbe716f1c03eea7953f70910826e))
- remove indexes query from one to many parent update ([#1054](https://github.com/aws-amplify/amplify-codegen-ui/issues/1054)) ([e9d0beb](https://github.com/aws-amplify/amplify-codegen-ui/commit/e9d0beb20460ffd7d8643d117093677b4c8d5b22))

### Features

- add NoApi configuration and validation for data dependency ([56518d3](https://github.com/aws-amplify/amplify-codegen-ui/commit/56518d32f6ec633e12def45050f9489c4ba3c1a5))
- handle parent relationship without belongsTo for GraphQL ([#1055](https://github.com/aws-amplify/amplify-codegen-ui/issues/1055)) ([af04792](https://github.com/aws-amplify/amplify-codegen-ui/commit/af047926d56cbbb4fcb1fbbaac481d31d0b90522))

## [2.14.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.2...v2.14.3) (2023-07-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/codegen-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/codegen-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui",
"version": "2.14.3",
"version": "2.15.0",
"description": "generic component code generation interface definitions",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand Down
4 changes: 4 additions & 0 deletions packages/test-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.

# [2.15.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.3...v2.15.0) (2023-08-01)

**Note:** Version bump only for package @aws-amplify/codegen-ui-test-generator

## [2.14.3](https://github.com/aws-amplify/amplify-codegen-ui/compare/v2.14.2...v2.14.3) (2023-07-19)

**Note:** Version bump only for package @aws-amplify/codegen-ui-test-generator
Expand Down
8 changes: 4 additions & 4 deletions packages/test-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/codegen-ui-test-generator",
"version": "2.14.3",
"version": "2.15.0",
"description": "Test generator with sample JSON files",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand All @@ -19,8 +19,8 @@
"dist/**"
],
"dependencies": {
"@aws-amplify/codegen-ui": "2.14.3",
"@aws-amplify/codegen-ui-react": "2.14.3",
"@aws-amplify/codegen-ui": "2.15.0",
"@aws-amplify/codegen-ui-react": "2.15.0",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit 5b553e9

Please sign in to comment.