Browse Source

Updates graph dependency and CHANGELOG

main
Ramin Tadayon 1 year ago
parent
commit
d05ad94718
No known key found for this signature in database GPG Key ID: 79D60DDE3DFB95F5
3 changed files with 6 additions and 5 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json
  3. +4
    -4
      yarn.lock

+ 1
- 0
CHANGELOG.md View File

@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds new _Commit Graph_ features and improvements
- Unlocks columns in the _Commit Graph_ that were previously locked, including the Branch/Tag column, the Graph column, and the Commit Message column, allowing all columns to be rearranged
- Column headers now show icons instead of text when their width is sufficiently small
- The Author column now shows avatars for authors when the column's width is sufficiently small
- Adds _Share_, _Open Changes_, and _Open on Remote (Web)_ submenus to the new editor line numbers (gutter) context menu
- Adds an _Open Line Commit Details_ command to the _Open Changes_ submenus on editor context menus
- Adds an _Open Changes_ submenu to the row context menu on the _Commit Graph_

+ 1
- 1
package.json View File

@ -13840,7 +13840,7 @@
"vscode:prepublish": "yarn run bundle"
},
"dependencies": {
"@gitkraken/gitkraken-components": "9.0.0",
"@gitkraken/gitkraken-components": "9.1.0",
"@microsoft/fast-element": "1.12.0",
"@microsoft/fast-react-wrapper": "0.3.18",
"@octokit/core": "4.2.0",

+ 4
- 4
yarn.lock View File

@ -202,10 +202,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
"@gitkraken/gitkraken-components@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-9.0.0.tgz#2d9bfab60cf4fa646d0192f59e5295dddc988c17"
integrity sha512-fB3BHDtcOvdT/RSvJP0fizpnqKFcOARB4SJrxuGIlMU9mxL3zE1gazMS22Yd4RryjnQ2vO/aIsOQ7Yw3ADqvNw==
"@gitkraken/gitkraken-components@9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@gitkraken/gitkraken-components/-/gitkraken-components-9.1.0.tgz#3d2490d5ac2adc75fdab11dafd5b323b8372455b"
integrity sha512-IAqO17vFG1dXuYrV/GzsZLt9rOhet5skM1oiL69/WcyFdimeR7VVIj5CA2hg8j/0c0DETs43bZD7snvLFeQmqg==
dependencies:
"@axosoft/react-virtualized" "9.22.3-gitkraken.3"
classnames "2.3.2"

Loading…
Cancel
Save