Skip to content

Commit

Permalink
🔖 chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.3...v1.16.0) (2021-04-20)

### ✨ Features

* refactored modal, added xlarge size ([b864782](b864782))
* updated dark box shadows, removed raised header and footer ([63b2c9a](63b2c9a))

### 🐛 Bug Fixes

* prettier import order ([d979104](d979104))
  • Loading branch information
phorked committed Apr 20, 2021
1 parent d979104 commit 58e7414
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

# [1.16.0](https://github.com/phork/phorkit/compare/v1.15.3...v1.16.0) (2021-04-20)


### ✨ Features

* refactored modal, added xlarge size ([b864782](https://github.com/phork/phorkit/commit/b864782))
* updated dark box shadows, removed raised header and footer ([63b2c9a](https://github.com/phork/phorkit/commit/63b2c9a))


### 🐛 Bug Fixes

* prettier import order ([d979104](https://github.com/phork/phorkit/commit/d979104))

## [1.15.3](https://github.com/phork/phorkit/compare/v1.15.2...v1.15.3) (2021-04-19)


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": "1.15.3",
"version": "1.16.0",
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 58e7414

Please sign in to comment.