From 5035ff7571e547bfb314e057f406cc1b3436bca3 Mon Sep 17 00:00:00 2001 From: Rodrigo Pombo Date: Tue, 19 Mar 2019 13:06:18 -0300 Subject: [PATCH] Bump v1.0.1 --- cli/package.json | 2 +- package.json | 2 +- src/app.js | 4 ++-- src/todo.md | 3 --- vscode-ext/package.json | 2 +- 5 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 src/todo.md diff --git a/cli/package.json b/cli/package.json index 8f9f6b8..afedabf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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", diff --git a/package.json b/package.json index 943efba..2ba84c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "githistory-web", - "version": "0.1.0", + "version": "1.0.1", "repository": "pomber/git-history", "private": true, "dependencies": { diff --git a/src/app.js b/src/app.js index c271980..4982152 100644 --- a/src/app.js +++ b/src/app.js @@ -13,12 +13,12 @@ export default function App() { return ( - {/* ); } diff --git a/src/todo.md b/src/todo.md deleted file mode 100644 index 4697742..0000000 --- a/src/todo.md +++ /dev/null @@ -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 diff --git a/vscode-ext/package.json b/vscode-ext/package.json index 90e5b8f..4056702 100644 --- a/vscode-ext/package.json +++ b/vscode-ext/package.json @@ -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",