Bump v1.0.1

This commit is contained in:
Rodrigo Pombo 2019-03-19 13:06:18 -03:00
parent 8c50e9dbd3
commit 5035ff7571
5 changed files with 5 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{
"name": "git-file-history",
"description": "Quickly browse the history of a file from any git repository",
"version": "0.1.0",
"version": "1.0.1",
"repository": "pomber/git-history",
"keywords": [
"cli",

View File

@ -1,6 +1,6 @@
{
"name": "githistory-web",
"version": "0.1.0",
"version": "1.0.1",
"repository": "pomber/git-history",
"private": true,
"dependencies": {

View File

@ -13,12 +13,12 @@ export default function App() {
return (
<React.Fragment>
<InnerApp gitProvider={gitProvider} />
{/* <footer>
<footer>
<a href="https://github.com/pomber/git-history">Git History</a>
<br />
by
<a href="https://twitter.com/pomber">@pomber</a>
</footer> */}
</footer>
</React.Fragment>
);
}

View File

@ -1,3 +0,0 @@
- make diffing incremental
- cache all the react elements from the lines + styles
- only set scrollTop if `top` is different from the last value from the event (and clean the last value from the event after that) https://codesandbox.io/s/r089yvk82m

View File

@ -2,7 +2,7 @@
"name": "git-file-history",
"displayName": "Git File History",
"description": "Modern, fast and intuitive tool for browsing the history and files in any git repository",
"version": "0.1.1",
"version": "1.0.1",
"repository": "pomber/git-history",
"publisher": "pomber",
"license": "MIT",