From 1edc76ca163b5c207e0f7cc0c66862905bd6d3fc Mon Sep 17 00:00:00 2001 From: phorkish Date: Thu, 27 May 2021 22:24:00 +0000 Subject: [PATCH] :bookmark: chore(release): 7.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [7.1.0](https://github.com/phork/phorkit/compare/v7.0.1...v7.1.0) (2021-05-27) ### ♻ Code Refactoring * update useThemeId import paths ([501b62a](https://github.com/phork/phorkit/commit/501b62a)) ### ✨ Features * allow custom password icon sizes ([e37fdba](https://github.com/phork/phorkit/commit/e37fdba)) ### 🐛 Bug Fixes * debounced dropdown search ([8ecf379](https://github.com/phork/phorkit/commit/8ecf379)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834f62ca..e6bc5905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +# [7.1.0](https://github.com/phork/phorkit/compare/v7.0.1...v7.1.0) (2021-05-27) + +### ♻ Code Refactoring + +- update useThemeId import paths ([501b62a](https://github.com/phork/phorkit/commit/501b62a)) + +### ✨ Features + +- allow custom password icon sizes ([e37fdba](https://github.com/phork/phorkit/commit/e37fdba)) + +### 🐛 Bug Fixes + +- debounced dropdown search ([8ecf379](https://github.com/phork/phorkit/commit/8ecf379)) + ## [7.0.1](https://github.com/phork/phorkit/compare/v7.0.0...v7.0.1) (2021-05-26) ### ♻ Code Refactoring diff --git a/package.json b/package.json index 10a12558..c0cb2f3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@phork/phorkit", "description": "Phork/it. A component library.", - "version": "7.0.1", + "version": "7.1.0", "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js",