Skip to content

Commit

Permalink
🔖 chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.2.0...v7.0.0) (2021-05-26)

### ♻ Code Refactoring

* **major**: interactive group, interactive list, dropdown ([8fb8659](8fb8659))
* **major**: refactored formbox and dropdown ([cfc9772](cfc9772))

### 🐛 Bug Fixes

* form input tab index fixes ([0b97725](0b97725))
* minor dropdown focus fixes ([11b20b4](11b20b4))
* withTheme displayName ([8b08633](8b08633))
  • Loading branch information
phorked committed May 26, 2021
1 parent 0b97725 commit fb49ff4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# [7.0.0](https://github.com/phork/phorkit/compare/v6.2.0...v7.0.0) (2021-05-26)

### ♻ Code Refactoring

- **major**: interactive group, interactive list, dropdown ([8fb8659](https://github.com/phork/phorkit/commit/8fb8659))
- **major**: refactored formbox and dropdown ([cfc9772](https://github.com/phork/phorkit/commit/cfc9772))

### 🐛 Bug Fixes

- form input tab index fixes ([0b97725](https://github.com/phork/phorkit/commit/0b97725))
- minor dropdown focus fixes ([11b20b4](https://github.com/phork/phorkit/commit/11b20b4))
- withTheme displayName ([8b08633](https://github.com/phork/phorkit/commit/8b08633))

# [6.2.0](https://github.com/phork/phorkit/compare/v6.1.3...v6.2.0) (2021-05-16)

### ✨ Features
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": "6.2.0",
"version": "7.0.0",
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit fb49ff4

Please sign in to comment.