Skip to content

Commit 963e8e7

Browse files
committed
chore(release): v0.10.0
1 parent d6d3532 commit 963e8e7

File tree

11 files changed

+63
-13
lines changed

11 files changed

+63
-13
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.10.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.9.0...v0.10.0) (2021-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* allow null input as well as missing on non-required fields ([58be31a](https://github.com/aws-amplify/amplify-codegen-ui/commit/58be31acb46e698af6b1c8b008d2298cb1ba55e6))
12+
* remove special 'value' handling for text, since it causes issues, and is replaced w/ 'label' ([c4767da](https://github.com/aws-amplify/amplify-codegen-ui/commit/c4767da593f6cd091aa7a9642402f9f7433a8f58))
13+
14+
15+
### Features
16+
17+
* add built-in iconset ([#219](https://github.com/aws-amplify/amplify-codegen-ui/issues/219)) ([d3e097b](https://github.com/aws-amplify/amplify-codegen-ui/commit/d3e097b1d48dee50061d304ba8a18089dcf668ac))
18+
* update sample rendered code to only include component code ([332124a](https://github.com/aws-amplify/amplify-codegen-ui/commit/332124afe28d0648558f6f48e2d808bcfa888f5d))
19+
20+
21+
22+
23+
624
# 0.9.0 (2021-11-15)
725

826
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"exact": true,
6-
"version": "0.9.0",
6+
"version": "0.10.0",
77
"command": {
88
"version": {
99
"message": "chore(release): %s"

packages/codegen-ui-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.10.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.9.0...v0.10.0) (2021-11-16)
7+
8+
**Note:** Version bump only for package @aws-amplify/codegen-ui-react
9+
10+
11+
12+
13+
614
# 0.9.0 (2021-11-15)
715

816
### Bug Fixes

packages/codegen-ui-react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/codegen-ui-react/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/codegen-ui-react",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Amplify UI React code generation implementation",
55
"author": "Amazon Web Services",
66
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
@@ -19,7 +19,7 @@
1919
"@types/react": "^17.0.4"
2020
},
2121
"dependencies": {
22-
"@aws-amplify/codegen-ui": "0.9.0",
22+
"@aws-amplify/codegen-ui": "0.10.0",
2323
"@aws-amplify/ui-react": "^0.0.0-next-d7c53a2-2021101311032",
2424
"@types/temp": "^0.9.1",
2525
"prettier": "2.3.2",

packages/codegen-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.10.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.9.0...v0.10.0) (2021-11-16)
7+
8+
**Note:** Version bump only for package @aws-amplify/codegen-ui
9+
10+
11+
12+
13+
614
# 0.9.0 (2021-11-15)
715

816
### Bug Fixes

packages/codegen-ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/codegen-ui/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/codegen-ui",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "generic component code generation interface definitions",
55
"author": "Amazon Web Services",
66
"homepage": "https://docs.amplify.aws/",

packages/test-generator/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.10.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v0.9.0...v0.10.0) (2021-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* remove special 'value' handling for text, since it causes issues, and is replaced w/ 'label' ([c4767da](https://github.com/aws-amplify/amplify-codegen-ui/commit/c4767da593f6cd091aa7a9642402f9f7433a8f58))
12+
13+
14+
### Features
15+
16+
* add built-in iconset ([#219](https://github.com/aws-amplify/amplify-codegen-ui/issues/219)) ([d3e097b](https://github.com/aws-amplify/amplify-codegen-ui/commit/d3e097b1d48dee50061d304ba8a18089dcf668ac))
17+
18+
19+
20+
21+
622
# 0.9.0 (2021-11-15)
723

824

packages/test-generator/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/test-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/codegen-ui-test-generator",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Test generator with sample JSON files",
55
"author": "Amazon Web Services",
66
"repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
@@ -22,8 +22,8 @@
2222
"lib"
2323
],
2424
"dependencies": {
25-
"@aws-amplify/codegen-ui": "0.9.0",
26-
"@aws-amplify/codegen-ui-react": "0.9.0",
25+
"@aws-amplify/codegen-ui": "0.10.0",
26+
"@aws-amplify/codegen-ui-react": "0.10.0",
2727
"@types/node": "^15.12.1",
2828
"loglevel": "^1.7.1",
2929
"typescript": "^4.2.4"

0 commit comments

Comments
 (0)