Skip to content

Commit

Permalink
🔖 chore(release): 10.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.1.0](v10.0.0...v10.1.0) (2021-10-22)

### ✨ Features

* added forwardRef to Typography ([a7e232e](a7e232e))
* added neutral color to Typography ([44424bf](44424bf))

### 🐛 Bug Fixes

* fix formbox input colors ([5c03d7c](5c03d7c))
  • Loading branch information
phorked committed Oct 22, 2021
1 parent 935ebf9 commit e563546
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# [10.1.0](https://github.com/phork/phorkit/compare/v10.0.0...v10.1.0) (2021-10-22)

### ✨ Features

- added forwardRef to Typography ([a7e232e](https://github.com/phork/phorkit/commit/a7e232e))
- added neutral color to Typography ([44424bf](https://github.com/phork/phorkit/commit/44424bf))

### 🐛 Bug Fixes

- fix formbox input colors ([5c03d7c](https://github.com/phork/phorkit/commit/5c03d7c))

# [10.0.0](https://github.com/phork/phorkit/compare/v9.0.3...v10.0.0) (2021-10-19)

### ♻ 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": "10.0.0",
"version": "10.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit e563546

Please sign in to comment.