Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.6.0 --skip
Browse files Browse the repository at this point in the history
<a name="1.6.0"></a>
# [1.6.0](v1.5.1...v1.6.0) (2018-05-27)

### Features

* **Icon:** Add new flag shorthand prop ([ad208cc](ad208cc))
  • Loading branch information
semantic-release-bot committed May 27, 2018
1 parent 352d19f commit fbd36fc
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 19 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="1.6.0"></a>

# [1.6.0](https://github.com/tabler/tabler-react/compare/v1.5.1...v1.6.0) (2018-05-27)

### Features

* **Icon:** Add new flag shorthand prop ([ad208cc](https://github.com/tabler/tabler-react/commit/ad208cc))

<a name="1.6.0"></a>

# [1.6.0](https://github.com/tabler/tabler-react/compare/v1.5.1...v1.6.0) (2018-05-27)

### Features

* **Icon:** Add new flag shorthand prop ([ad208cc](https://github.com/tabler/tabler-react/commit/ad208cc))

<a name="1.6.0"></a>

# [1.6.0](https://github.com/tabler/tabler-react/compare/v1.5.1...v1.6.0) (2018-05-27)

### Features

* **Icon:** Add new flag shorthand prop ([ad208cc](https://github.com/tabler/tabler-react/commit/ad208cc))

<a name="1.5.1"></a>

## [1.5.1](https://github.com/tabler/tabler-react/compare/v1.5.0...v1.5.1) (2018-05-25)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-react",
"version": "1.5.1",
"version": "1.6.0",
"description": "",
"author": "jonthomp and AaronCoplan",
"license": "MIT",
Expand Down Expand Up @@ -32,6 +32,8 @@
"src/**/*.js": "eslint --max-warnings=0"
},
"dependencies": {
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/git": "^5.0.0",
"classnames": "^2.2.5",
"commitlint": "^6.2.0",
"react-popper": "^1.0.0-beta.6",
Expand Down Expand Up @@ -78,6 +80,7 @@
"rollup-plugin-peer-deps-external": "2.1.1",
"rollup-plugin-postcss": "1.6.1",
"rollup-plugin-url": "1.4.0",
"semantic-release": "^15.5.0",
"typed-styles": "^0.0.5"
},
"files": ["dist"],
Expand Down
Loading

0 comments on commit fbd36fc

Please sign in to comment.