From fb28e5dd50a9adfc40cf4f09288aeee8bdfdd5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Faure?= Date: Sun, 11 Apr 2021 22:03:46 +0200 Subject: [PATCH 1/3] Fix coverage:unit script --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99c25a7..e1c688e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx", "test:unit:dev": "jest --watch", "test:unit": "jest", - "coverage:unit": "jest --coverage; open coverage/lcov-report/index.html", + "coverage:unit": "jest --coverage", + "coverage:unit:open": "yarn coverage:unit; open coverage/lcov-report/index.html", "build": "rm -rf ./dist && cross-env NODE_ENV=production tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./src -o ./dist", "start": "tsc -w" }, @@ -66,4 +67,4 @@ "tslib": "^2.1.0", "typescript": "^4.1.3" } -} +} \ No newline at end of file From 5b6a96630b31fa8e245ab6d87292e3d447ae0184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Faure?= Date: Sun, 11 Apr 2021 22:04:11 +0200 Subject: [PATCH 2/3] 0.0.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e1c688e..95b5894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mui-rhf", - "version": "0.0.8", + "version": "0.0.9", "description": "Form generator based on Material UI and React Hook Form", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -67,4 +67,4 @@ "tslib": "^2.1.0", "typescript": "^4.1.3" } -} \ No newline at end of file +} From 2cd4a574ddc612b2bcf2db3317d6dc5d2884ecf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Faure?= Date: Sun, 11 Apr 2021 22:04:30 +0200 Subject: [PATCH 3/3] Bump version --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d076fad..d3bc5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.0.9](https://github.com/clement-faure/mui-rhf/compare/v0.0.8...v0.0.9) + +> 11 April 2021 + +- Release/0.0.8 [`#14`](https://github.com/clement-faure/mui-rhf/pull/14) +- Bump version [`295a15e`](https://github.com/clement-faure/mui-rhf/commit/295a15e12327032f6498b60b2c29a60d7541ef3c) +- Fix coverage:unit script [`fb28e5d`](https://github.com/clement-faure/mui-rhf/commit/fb28e5dd50a9adfc40cf4f09288aeee8bdfdd5b6) + #### [v0.0.8](https://github.com/clement-faure/mui-rhf/compare/v0.0.7...v0.0.8) > 11 April 2021