Skip to content

Commit

Permalink
🔖 chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.2.0...v8.0.0) (2021-06-19)

### ♻ Code Refactoring

* **major**: refactored icon text button component ([80eea5a](80eea5a))

### ✨ Features

* new removeScrollbar CSS mixin ([b319dc6](b319dc6))
  • Loading branch information
phorked committed Jun 19, 2021
1 parent 80eea5a commit 5fd8209
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# [8.0.0](https://github.com/phork/phorkit/compare/v7.2.0...v8.0.0) (2021-06-19)

### ♻ Code Refactoring

- **major**: refactored icon text button component ([80eea5a](https://github.com/phork/phorkit/commit/80eea5a))

### ✨ Features

- new removeScrollbar CSS mixin ([b319dc6](https://github.com/phork/phorkit/commit/b319dc6))

# [7.2.0](https://github.com/phork/phorkit/compare/v7.1.3...v7.2.0) (2021-06-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": "7.2.0",
"version": "8.0.0",
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 5fd8209

Please sign in to comment.