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", "name": "git-file-history",
"description": "Quickly browse the history of a file from any git repository", "description": "Quickly browse the history of a file from any git repository",
"version": "0.1.0", "version": "1.0.1",
"repository": "pomber/git-history", "repository": "pomber/git-history",
"keywords": [ "keywords": [
"cli", "cli",

View File

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

View File

@ -13,12 +13,12 @@ export default function App() {
return ( return (
<React.Fragment> <React.Fragment>
<InnerApp gitProvider={gitProvider} /> <InnerApp gitProvider={gitProvider} />
{/* <footer> <footer>
<a href="https://github.com/pomber/git-history">Git History</a> <a href="https://github.com/pomber/git-history">Git History</a>
<br /> <br />
by by
<a href="https://twitter.com/pomber">@pomber</a> <a href="https://twitter.com/pomber">@pomber</a>
</footer> */} </footer>
</React.Fragment> </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", "name": "git-file-history",
"displayName": "Git File History", "displayName": "Git File History",
"description": "Modern, fast and intuitive tool for browsing the history and files in any git repository", "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", "repository": "pomber/git-history",
"publisher": "pomber", "publisher": "pomber",
"license": "MIT", "license": "MIT",