Skip to content

Commit

Permalink
chore(release): v0.13.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored Nov 23, 2021
1 parent 0c12c7b commit 28a8544
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.12.0...v0.13.0) (2021-11-23)


### Bug Fixes

* convert built-in iconset names to pascal case ([#253](https://github.com/aws-amplify/amplify-codegen-ui/issues/253)) ([0c12c7b](https://github.com/aws-amplify/amplify-codegen-ui/commit/0c12c7bcf9a5d5a06ed7238ffe508c1e13a529dd))
* use double-equal instead of triple for conditional comparisons ([ff57822](https://github.com/aws-amplify/amplify-codegen-ui/commit/ff57822b5046bcbf2387b9fe8980c6aad956bc5a))


### Features

* add datastore object id as key to collections if not set ([63ffb89](https://github.com/aws-amplify/amplify-codegen-ui/commit/63ffb891e2d67dd63951a4cc4a103d8986cdfef0))





# [0.12.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.12.0) (2021-11-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"exact": true,
"version": "0.12.0",
"version": "0.13.0",
"command": {
"version": {
"message": "chore(release): %s"
Expand Down
17 changes: 17 additions & 0 deletions packages/codegen-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.12.0...v0.13.0) (2021-11-23)


### Bug Fixes

* convert built-in iconset names to pascal case ([#253](https://github.com/aws-amplify/amplify-codegen-ui/issues/253)) ([0c12c7b](https://github.com/aws-amplify/amplify-codegen-ui/commit/0c12c7bcf9a5d5a06ed7238ffe508c1e13a529dd))
* use double-equal instead of triple for conditional comparisons ([ff57822](https://github.com/aws-amplify/amplify-codegen-ui/commit/ff57822b5046bcbf2387b9fe8980c6aad956bc5a))


### Features

* add datastore object id as key to collections if not set ([63ffb89](https://github.com/aws-amplify/amplify-codegen-ui/commit/63ffb891e2d67dd63951a4cc4a103d8986cdfef0))





# [0.12.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.12.0) (2021-11-22)


Expand Down
2 changes: 1 addition & 1 deletion 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": "0.12.0",
"version": "0.13.0",
"description": "Amplify UI React code generation implementation",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand All @@ -22,7 +22,7 @@
"pascalcase": "1.0.0"
},
"dependencies": {
"@aws-amplify/codegen-ui": "0.12.0",
"@aws-amplify/codegen-ui": "0.13.0",
"@types/temp": "^0.9.1",
"prettier": "2.3.2",
"temp": "^0.9.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/codegen-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.12.0...v0.13.0) (2021-11-23)

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





# [0.12.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.12.0) (2021-11-22)


Expand Down
2 changes: 1 addition & 1 deletion 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": "0.12.0",
"version": "0.13.0",
"description": "generic component code generation interface definitions",
"author": "Amazon Web Services",
"homepage": "https://docs.amplify.aws/",
Expand Down
11 changes: 11 additions & 0 deletions packages/test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.12.0...v0.13.0) (2021-11-23)


### Bug Fixes

* convert built-in iconset names to pascal case ([#253](https://github.com/aws-amplify/amplify-codegen-ui/issues/253)) ([0c12c7b](https://github.com/aws-amplify/amplify-codegen-ui/commit/0c12c7bcf9a5d5a06ed7238ffe508c1e13a529dd))





# [0.12.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.10.1...v0.12.0) (2021-11-22)


Expand Down
2 changes: 1 addition & 1 deletion 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": "0.12.0",
"version": "0.13.0",
"description": "Test generator with sample JSON files",
"author": "Amazon Web Services",
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
Expand All @@ -23,8 +23,8 @@
"lib"
],
"dependencies": {
"@aws-amplify/codegen-ui": "0.12.0",
"@aws-amplify/codegen-ui-react": "0.12.0",
"@aws-amplify/codegen-ui": "0.13.0",
"@aws-amplify/codegen-ui-react": "0.13.0",
"@types/node": "^15.12.1",
"loglevel": "^1.7.1",
"typescript": "^4.2.4"
Expand Down

0 comments on commit 28a8544

Please sign in to comment.