From cd1430860266e88dd11abd2e4d6ebbd1149be0d9 Mon Sep 17 00:00:00 2001 From: Al Harris <91494052+alharris-at@users.noreply.github.com> Date: Mon, 13 Dec 2021 10:14:32 -0800 Subject: [PATCH] chore(release): v1.2.0 (#305) --- CHANGELOG.md | 25 +++++++++++++++++++++ lerna.json | 2 +- packages/codegen-ui-react/CHANGELOG.md | 22 ++++++++++++++++++ packages/codegen-ui-react/package-lock.json | 4 ++-- packages/codegen-ui-react/package.json | 8 +++---- packages/codegen-ui/CHANGELOG.md | 20 +++++++++++++++++ packages/codegen-ui/package-lock.json | 4 ++-- packages/codegen-ui/package.json | 2 +- packages/test-generator/CHANGELOG.md | 20 +++++++++++++++++ packages/test-generator/package-lock.json | 4 ++-- packages/test-generator/package.json | 6 ++--- 11 files changed, 102 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 773689826..2315d6c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.2.0) (2021-12-13) + + +### Bug Fixes + +* add amazon as owner to license file ([#285](https://github.com/aws-amplify/amplify-codegen-ui/issues/285)) ([cdf35c3](https://github.com/aws-amplify/amplify-codegen-ui/commit/cdf35c36eb381b958efc8480ff1d164ebeef2895)) +* dont navigate on each test, and remove unnecessary gets from cypress suite ([#281](https://github.com/aws-amplify/amplify-codegen-ui/issues/281)) ([c72e66c](https://github.com/aws-amplify/amplify-codegen-ui/commit/c72e66cee560d7133650d242e3c36341c0356d98)) +* map prop to children prop for variant ([#297](https://github.com/aws-amplify/amplify-codegen-ui/issues/297)) ([#304](https://github.com/aws-amplify/amplify-codegen-ui/issues/304)) ([cc932c2](https://github.com/aws-amplify/amplify-codegen-ui/commit/cc932c200928e5ef3264a5f6b5ac5fc89cbf2073)) +* remove line of whitespace from LICENSE file, causing README badge to fail ([#269](https://github.com/aws-amplify/amplify-codegen-ui/issues/269)) ([85a3559](https://github.com/aws-amplify/amplify-codegen-ui/commit/85a3559c812058ed41f8e81c120ccef450b2273f)) +* use correct override index for built-in iconset components ([#266](https://github.com/aws-amplify/amplify-codegen-ui/issues/266)) ([04c3baa](https://github.com/aws-amplify/amplify-codegen-ui/commit/04c3baa68f76a8f227178488c2928248fb1b5292)) + + +### Features + +* add Expander primitive ([#252](https://github.com/aws-amplify/amplify-codegen-ui/issues/252)) ([91096ce](https://github.com/aws-amplify/amplify-codegen-ui/commit/91096ce8b3e6e7604c6dd63df8be5ef642b08b58)) +* add import mappings to non-dynamic, and correct EscapeHatchProps import type. ([#277](https://github.com/aws-amplify/amplify-codegen-ui/issues/277)) ([16acc35](https://github.com/aws-amplify/amplify-codegen-ui/commit/16acc35303f1fa62b6dbc8c72b4dd2dd22166238)) +* add min required library versions for generated components ([#302](https://github.com/aws-amplify/amplify-codegen-ui/issues/302)) ([#303](https://github.com/aws-amplify/amplify-codegen-ui/issues/303)) ([7f08cd9](https://github.com/aws-amplify/amplify-codegen-ui/commit/7f08cd9f0d74436686057bfb0ee6563ef47fef3e)) +* add support for developing on windows ([#276](https://github.com/aws-amplify/amplify-codegen-ui/issues/276)) ([985f576](https://github.com/aws-amplify/amplify-codegen-ui/commit/985f576f1df7251b4890366096326fee097fb7fc)) +* use typescript virtual file server to allow transpilation without requiring a real fs ([#268](https://github.com/aws-amplify/amplify-codegen-ui/issues/268)) ([d8219c5](https://github.com/aws-amplify/amplify-codegen-ui/commit/d8219c50928e33ffd032df3a11b1024b3d7bf982)) +* validate property values are not empty ([#247](https://github.com/aws-amplify/amplify-codegen-ui/issues/247)) ([d6933d5](https://github.com/aws-amplify/amplify-codegen-ui/commit/d6933d505b000856451bb873ef4406500345dd65)) + + + + + # [1.1.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.1.0) (2021-12-02) diff --git a/lerna.json b/lerna.json index 56b1d2219..972d66db6 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "exact": true, - "version": "1.1.0", + "version": "1.2.0", "command": { "version": { "message": "chore(release): %s" diff --git a/packages/codegen-ui-react/CHANGELOG.md b/packages/codegen-ui-react/CHANGELOG.md index 67b5cc5d6..b59b08e00 100644 --- a/packages/codegen-ui-react/CHANGELOG.md +++ b/packages/codegen-ui-react/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.2.0) (2021-12-13) + + +### Bug Fixes + +* dont navigate on each test, and remove unnecessary gets from cypress suite ([#281](https://github.com/aws-amplify/amplify-codegen-ui/issues/281)) ([c72e66c](https://github.com/aws-amplify/amplify-codegen-ui/commit/c72e66cee560d7133650d242e3c36341c0356d98)) +* map prop to children prop for variant ([#297](https://github.com/aws-amplify/amplify-codegen-ui/issues/297)) ([#304](https://github.com/aws-amplify/amplify-codegen-ui/issues/304)) ([cc932c2](https://github.com/aws-amplify/amplify-codegen-ui/commit/cc932c200928e5ef3264a5f6b5ac5fc89cbf2073)) +* use correct override index for built-in iconset components ([#266](https://github.com/aws-amplify/amplify-codegen-ui/issues/266)) ([04c3baa](https://github.com/aws-amplify/amplify-codegen-ui/commit/04c3baa68f76a8f227178488c2928248fb1b5292)) + + +### Features + +* add Expander primitive ([#252](https://github.com/aws-amplify/amplify-codegen-ui/issues/252)) ([91096ce](https://github.com/aws-amplify/amplify-codegen-ui/commit/91096ce8b3e6e7604c6dd63df8be5ef642b08b58)) +* add import mappings to non-dynamic, and correct EscapeHatchProps import type. ([#277](https://github.com/aws-amplify/amplify-codegen-ui/issues/277)) ([16acc35](https://github.com/aws-amplify/amplify-codegen-ui/commit/16acc35303f1fa62b6dbc8c72b4dd2dd22166238)) +* add min required library versions for generated components ([#302](https://github.com/aws-amplify/amplify-codegen-ui/issues/302)) ([#303](https://github.com/aws-amplify/amplify-codegen-ui/issues/303)) ([7f08cd9](https://github.com/aws-amplify/amplify-codegen-ui/commit/7f08cd9f0d74436686057bfb0ee6563ef47fef3e)) +* add support for developing on windows ([#276](https://github.com/aws-amplify/amplify-codegen-ui/issues/276)) ([985f576](https://github.com/aws-amplify/amplify-codegen-ui/commit/985f576f1df7251b4890366096326fee097fb7fc)) +* use typescript virtual file server to allow transpilation without requiring a real fs ([#268](https://github.com/aws-amplify/amplify-codegen-ui/issues/268)) ([d8219c5](https://github.com/aws-amplify/amplify-codegen-ui/commit/d8219c50928e33ffd032df3a11b1024b3d7bf982)) + + + + + # [1.1.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.1.0) (2021-12-02) diff --git a/packages/codegen-ui-react/package-lock.json b/packages/codegen-ui-react/package-lock.json index 4fb09b7bf..5b0a44bba 100644 --- a/packages/codegen-ui-react/package-lock.json +++ b/packages/codegen-ui-react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aws-amplify/codegen-ui-react", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aws-amplify/codegen-ui-react", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "@typescript/vfs": "~1.3.5", diff --git a/packages/codegen-ui-react/package.json b/packages/codegen-ui-react/package.json index b0be700d1..5accc757e 100644 --- a/packages/codegen-ui-react/package.json +++ b/packages/codegen-ui-react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/codegen-ui-react", - "version": "1.1.0", + "version": "1.2.0", "description": "Amplify UI React code generation implementation", "author": "Amazon Web Services", "repository": "https://github.com/aws-amplify/amplify-codegen-ui.git", @@ -22,12 +22,12 @@ "@aws-amplify/ui-react": "^2.1.0", "@types/node": "^16.3.3", "@types/react": "^17.0.4", + "@types/semver": "^7.3.9", "pascalcase": "1.0.0", - "semver": "^7.3.5", - "@types/semver": "^7.3.9" + "semver": "^7.3.5" }, "dependencies": { - "@aws-amplify/codegen-ui": "1.1.0", + "@aws-amplify/codegen-ui": "1.2.0", "@typescript/vfs": "~1.3.5", "prettier": "2.3.2", "typescript": "~4.4.4" diff --git a/packages/codegen-ui/CHANGELOG.md b/packages/codegen-ui/CHANGELOG.md index 0afd4aa90..a71cd5aa7 100644 --- a/packages/codegen-ui/CHANGELOG.md +++ b/packages/codegen-ui/CHANGELOG.md @@ -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. +# [1.2.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.2.0) (2021-12-13) + + +### Bug Fixes + +* dont navigate on each test, and remove unnecessary gets from cypress suite ([#281](https://github.com/aws-amplify/amplify-codegen-ui/issues/281)) ([c72e66c](https://github.com/aws-amplify/amplify-codegen-ui/commit/c72e66cee560d7133650d242e3c36341c0356d98)) +* map prop to children prop for variant ([#297](https://github.com/aws-amplify/amplify-codegen-ui/issues/297)) ([#304](https://github.com/aws-amplify/amplify-codegen-ui/issues/304)) ([cc932c2](https://github.com/aws-amplify/amplify-codegen-ui/commit/cc932c200928e5ef3264a5f6b5ac5fc89cbf2073)) + + +### Features + +* add min required library versions for generated components ([#302](https://github.com/aws-amplify/amplify-codegen-ui/issues/302)) ([#303](https://github.com/aws-amplify/amplify-codegen-ui/issues/303)) ([7f08cd9](https://github.com/aws-amplify/amplify-codegen-ui/commit/7f08cd9f0d74436686057bfb0ee6563ef47fef3e)) +* add support for developing on windows ([#276](https://github.com/aws-amplify/amplify-codegen-ui/issues/276)) ([985f576](https://github.com/aws-amplify/amplify-codegen-ui/commit/985f576f1df7251b4890366096326fee097fb7fc)) +* use typescript virtual file server to allow transpilation without requiring a real fs ([#268](https://github.com/aws-amplify/amplify-codegen-ui/issues/268)) ([d8219c5](https://github.com/aws-amplify/amplify-codegen-ui/commit/d8219c50928e33ffd032df3a11b1024b3d7bf982)) +* validate property values are not empty ([#247](https://github.com/aws-amplify/amplify-codegen-ui/issues/247)) ([d6933d5](https://github.com/aws-amplify/amplify-codegen-ui/commit/d6933d505b000856451bb873ef4406500345dd65)) + + + + + # [1.1.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.1.0) (2021-12-02) diff --git a/packages/codegen-ui/package-lock.json b/packages/codegen-ui/package-lock.json index 2ef805645..d5d4b642d 100644 --- a/packages/codegen-ui/package-lock.json +++ b/packages/codegen-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aws-amplify/codegen-ui", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aws-amplify/codegen-ui", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "yup": "^0.32.11" diff --git a/packages/codegen-ui/package.json b/packages/codegen-ui/package.json index 6ed92e428..272fcb4e7 100644 --- a/packages/codegen-ui/package.json +++ b/packages/codegen-ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/codegen-ui", - "version": "1.1.0", + "version": "1.2.0", "description": "generic component code generation interface definitions", "author": "Amazon Web Services", "homepage": "https://docs.amplify.aws/", diff --git a/packages/test-generator/CHANGELOG.md b/packages/test-generator/CHANGELOG.md index 556ad7a39..dc40f0dc0 100644 --- a/packages/test-generator/CHANGELOG.md +++ b/packages/test-generator/CHANGELOG.md @@ -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. +# [1.2.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.2.0) (2021-12-13) + + +### Bug Fixes + +* dont navigate on each test, and remove unnecessary gets from cypress suite ([#281](https://github.com/aws-amplify/amplify-codegen-ui/issues/281)) ([c72e66c](https://github.com/aws-amplify/amplify-codegen-ui/commit/c72e66cee560d7133650d242e3c36341c0356d98)) +* map prop to children prop for variant ([#297](https://github.com/aws-amplify/amplify-codegen-ui/issues/297)) ([#304](https://github.com/aws-amplify/amplify-codegen-ui/issues/304)) ([cc932c2](https://github.com/aws-amplify/amplify-codegen-ui/commit/cc932c200928e5ef3264a5f6b5ac5fc89cbf2073)) + + +### Features + +* add Expander primitive ([#252](https://github.com/aws-amplify/amplify-codegen-ui/issues/252)) ([91096ce](https://github.com/aws-amplify/amplify-codegen-ui/commit/91096ce8b3e6e7604c6dd63df8be5ef642b08b58)) +* add import mappings to non-dynamic, and correct EscapeHatchProps import type. ([#277](https://github.com/aws-amplify/amplify-codegen-ui/issues/277)) ([16acc35](https://github.com/aws-amplify/amplify-codegen-ui/commit/16acc35303f1fa62b6dbc8c72b4dd2dd22166238)) +* add support for developing on windows ([#276](https://github.com/aws-amplify/amplify-codegen-ui/issues/276)) ([985f576](https://github.com/aws-amplify/amplify-codegen-ui/commit/985f576f1df7251b4890366096326fee097fb7fc)) +* use typescript virtual file server to allow transpilation without requiring a real fs ([#268](https://github.com/aws-amplify/amplify-codegen-ui/issues/268)) ([d8219c5](https://github.com/aws-amplify/amplify-codegen-ui/commit/d8219c50928e33ffd032df3a11b1024b3d7bf982)) + + + + + # [1.1.0](https://github.com/aws-amplify/amplify-codegen-ui/compare/v1.0.0...v1.1.0) (2021-12-02) diff --git a/packages/test-generator/package-lock.json b/packages/test-generator/package-lock.json index 1d744d9a2..0e0da0e6f 100644 --- a/packages/test-generator/package-lock.json +++ b/packages/test-generator/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aws-amplify/codegen-ui-test-generator", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aws-amplify/codegen-ui-test-generator", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "@types/node": "^15.12.1", diff --git a/packages/test-generator/package.json b/packages/test-generator/package.json index fc4d6dd94..df695e89e 100644 --- a/packages/test-generator/package.json +++ b/packages/test-generator/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/codegen-ui-test-generator", - "version": "1.1.0", + "version": "1.2.0", "description": "Test generator with sample JSON files", "author": "Amazon Web Services", "repository": "https://github.com/aws-amplify/amplify-codegen-ui.git", @@ -20,8 +20,8 @@ "dist/**" ], "dependencies": { - "@aws-amplify/codegen-ui": "1.1.0", - "@aws-amplify/codegen-ui-react": "1.1.0", + "@aws-amplify/codegen-ui": "1.2.0", + "@aws-amplify/codegen-ui-react": "1.2.0", "@types/node": "^15.12.1", "loglevel": "^1.7.1", "typescript": "^4.2.4"