From 495dbdb50f13a58c262a701ee90f07a8cead1f88 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2019 22:55:08 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/amclin/react-project-boilerplate/compare/v2.0.3...v2.1.0) (2019-10-07) ### Bug Fixes * getting year was failing when generating license file ([b590025](https://github.com/amclin/react-project-boilerplate/commit/b590025)) * incorrect instructions shown when global install was out of date ([ba011b2](https://github.com/amclin/react-project-boilerplate/commit/ba011b2)) * populating templates sometimes fails from too many open files ([940effe](https://github.com/amclin/react-project-boilerplate/commit/940effe)) * post-run instructions were missing created path ([3499607](https://github.com/amclin/react-project-boilerplate/commit/3499607)) ### Features * populate copyright info in generated license ([724f850](https://github.com/amclin/react-project-boilerplate/commit/724f850)) * **components:** atomic molecule with sample favicons ([0ddff76](https://github.com/amclin/react-project-boilerplate/commit/0ddff76)) * **components:** organism for reusable document head tags ([5d35445](https://github.com/amclin/react-project-boilerplate/commit/5d35445)) * **components:** as atomic design atom example ([f6d54c4](https://github.com/amclin/react-project-boilerplate/commit/f6d54c4)) * **components:** component for PWAs with sample manifest ([cb452b3](https://github.com/amclin/react-project-boilerplate/commit/cb452b3)) * **template:** provide better folder pattern for page routing ([dfcf3d1](https://github.com/amclin/react-project-boilerplate/commit/dfcf3d1)) --- CHANGELOG.md | 20 ++++++++++++++++++++ coverage/badge-functions.svg | 2 +- coverage/badge-lines.svg | 2 +- coverage/badge-statements.svg | 2 +- package.json | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953d4e43..78798f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [2.1.0](https://github.com/amclin/react-project-boilerplate/compare/v2.0.3...v2.1.0) (2019-10-07) + + +### Bug Fixes + +* getting year was failing when generating license file ([b590025](https://github.com/amclin/react-project-boilerplate/commit/b590025)) +* incorrect instructions shown when global install was out of date ([ba011b2](https://github.com/amclin/react-project-boilerplate/commit/ba011b2)) +* populating templates sometimes fails from too many open files ([940effe](https://github.com/amclin/react-project-boilerplate/commit/940effe)) +* post-run instructions were missing created path ([3499607](https://github.com/amclin/react-project-boilerplate/commit/3499607)) + + +### Features + +* populate copyright info in generated license ([724f850](https://github.com/amclin/react-project-boilerplate/commit/724f850)) +* **components:** atomic molecule with sample favicons ([0ddff76](https://github.com/amclin/react-project-boilerplate/commit/0ddff76)) +* **components:** organism for reusable document head tags ([5d35445](https://github.com/amclin/react-project-boilerplate/commit/5d35445)) +* **components:** as atomic design atom example ([f6d54c4](https://github.com/amclin/react-project-boilerplate/commit/f6d54c4)) +* **components:** component for PWAs with sample manifest ([cb452b3](https://github.com/amclin/react-project-boilerplate/commit/cb452b3)) +* **template:** provide better folder pattern for page routing ([dfcf3d1](https://github.com/amclin/react-project-boilerplate/commit/dfcf3d1)) + ## [2.0.3](https://github.com/amclin/react-project-boilerplate/compare/v2.0.2...v2.0.3) (2019-10-04) diff --git a/coverage/badge-functions.svg b/coverage/badge-functions.svg index 4d3d6325..5704a7c6 100644 --- a/coverage/badge-functions.svg +++ b/coverage/badge-functions.svg @@ -1 +1 @@ - Coverage:functionsCoverage:functions8.11%8.11% \ No newline at end of file + Coverage:functionsCoverage:functions17.07%17.07% \ No newline at end of file diff --git a/coverage/badge-lines.svg b/coverage/badge-lines.svg index 0b7462cc..cd9c2a5b 100644 --- a/coverage/badge-lines.svg +++ b/coverage/badge-lines.svg @@ -1 +1 @@ - Coverage:linesCoverage:lines4.46%4.46% \ No newline at end of file + Coverage:linesCoverage:lines7.85%7.85% \ No newline at end of file diff --git a/coverage/badge-statements.svg b/coverage/badge-statements.svg index 867e82d3..089b043a 100644 --- a/coverage/badge-statements.svg +++ b/coverage/badge-statements.svg @@ -1 +1 @@ - Coverage:statementsCoverage:statements4.72%4.72% \ No newline at end of file + Coverage:statementsCoverage:statements8.06%8.06% \ No newline at end of file diff --git a/package.json b/package.json index c8281d0d..cd51cdee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amclin-create-react-app", - "version": "2.0.3", + "version": "2.1.0", "description": "Boilerplate repo for React apps with CICD pipelines, best practices, and code governance", "repository": { "type": "git",