Skip to content

Commit

Permalink
🔖 chore(release): 7.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.1.0](v7.0.1...v7.1.0) (2021-05-27)

### ♻ Code Refactoring

* update useThemeId import paths ([501b62a](501b62a))

### ✨ Features

* allow custom password icon sizes ([e37fdba](e37fdba))

### 🐛 Bug Fixes

* debounced dropdown search ([8ecf379](8ecf379))
  • Loading branch information
phorked committed May 27, 2021
1 parent b24d684 commit 1edc76c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1edc76c

Please sign in to comment.