Comparing version 1.7.1 to 1.7.2
@@ -7,2 +7,7 @@ # Changelog | ||
## [1.7.2] - 2018-08-09 | ||
### Changed | ||
- Update packages | ||
- Update readme | ||
## [1.7.1] - 2018-07-31 | ||
@@ -9,0 +14,0 @@ ### Fixed |
{ | ||
"name": "app-bar", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -22,14 +22,14 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0" | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.4.7", | ||
"@types/react-dom": "^16.0.6", | ||
"@types/react": "^16.4.8", | ||
"@types/react-dom": "^16.0.7", | ||
"css-wipe": "^4.3.0", | ||
"emotion": "^9.2.6", | ||
"parcel-bundler": "^1.9.7", | ||
"prettier": "^1.14.0", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"prettier": "^1.14.2", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"tslint": "^5.11.0", | ||
@@ -36,0 +36,0 @@ "tslint-config-prettier": "^1.14.0", |
@@ -1,9 +0,29 @@ | ||
# app-bar | ||
<div align="center"> | ||
<h1 align="center">app-bar</h1> | ||
<p>An App Bar for React that stays out of your way.</p> | ||
<blockquote>When the scrolling is just right</blockquote> | ||
<p>Also known as a Header, a Navigation Bar, or a Navbar. I chose App Bar because it was available on npm.</p> | ||
<a href="https://www.npmjs.com/package/app-bar"><strong>npm</strong></a> · | ||
<a href="https://gitlab.com/iiroj/app-bar"><strong>GitLab</strong></a> | ||
<br/> | ||
<br/> | ||
<a href="https://www.npmjs.com/package/app-bar"> | ||
<img src="https://img.shields.io/npm/v/app-bar.svg?style=flat-square"> | ||
</a> | ||
<a href="https://gitlab.com/iiroj/app-bar"> | ||
<img src="https://img.shields.io/github/languages/code-size/iiroj/app-bar.svg?style=flat-square"> | ||
</a> | ||
<a href="https://gitlab.com/iiroj/app-bar/pipelines/"> | ||
<img src="https://img.shields.io/badge/GitLab-Pipeline-lightgrey.svg?style=flat-square"> | ||
</a> | ||
<a href="https://gitlab.com/iiroj/app-bar/blob/master/package.json"> | ||
<img src="https://img.shields.io/david/iiroj/app-bar.svg?style=flat-square"> | ||
</a> | ||
<a href="https://gitlab.com/iiroj/app-bar/blob/master/package.json"> | ||
<img src="https://img.shields.io/david/dev/iiroj/app-bar.svg?style=flat-square"> | ||
</a> | ||
<br/> | ||
<br/> | ||
</div> | ||
An App Bar for React that stays out of your way. | ||
>When the scrolling is just right | ||
Also known as a Header, a Navigation Bar, or a Navbar. I chose App Bar because it was available on npm. | ||
## Requirements | ||
@@ -10,0 +30,0 @@ |
15175
90