Skip to content

Commit 97d29f8

Browse files
committed
Merge branch '3.5.8'
2 parents fc4deb2 + b1d863a commit 97d29f8

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"productName": "GitHub Desktop Plus",
66
"bundleID": "com.github.GitHubClient",
77
"companyName": "GitHub, Inc.",
8-
"version": "3.5.7",
8+
"version": "3.5.8",
99
"main": "./main.js",
1010
"repository": {
1111
"type": "git",
@@ -38,7 +38,7 @@
3838
"desktop-trampoline": "file:../vendor/desktop-trampoline",
3939
"dexie": "^3.2.3",
4040
"dompurify": "^3.3.2",
41-
"dugite": "^3.2.1",
41+
"dugite": "^3.2.2",
4242
"electron-window-state": "^5.0.3",
4343
"event-kit": "^2.0.0",
4444
"focus-trap-react": "^8.1.0",

app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,10 @@ dompurify@^3.3.2:
609609
optionalDependencies:
610610
"@types/trusted-types" "^2.0.7"
611611

612-
dugite@^3.2.1:
613-
version "3.2.1"
614-
resolved "https://registry.yarnpkg.com/dugite/-/dugite-3.2.1.tgz#7fdab246449f8db5aa21b0284b78b140d0dbb2ca"
615-
integrity sha512-x5RD8AO/9yHdbVOpCSMTWs0rPft8W2NZksTeDbSPoIS1zfzQIVniFlIA/KYv/j5NX6UhNRLvSigKAQ++ZZg7Og==
612+
dugite@^3.2.2:
613+
version "3.2.2"
614+
resolved "https://registry.yarnpkg.com/dugite/-/dugite-3.2.2.tgz#a275e287f418f937b1dd7eb7218080c2b283f9bf"
615+
integrity sha512-pGTVaxea0WqauGXF5A3GmpmPOim6oTnfYM6dS6s8nHyJxf4pRTjwtFHkqLkT5de87uUPhTI+LtlmcJQ2WkqeGA==
616616
dependencies:
617617
progress "^2.0.3"
618618
tar-stream "^3.1.7"

changelog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"releases": {
3+
"3.5.8": ["[Improved] Update Git for Windows to v2.53.0.windows.3"],
34
"3.5.7": [
45
"[Added] Rename branch dialog now validates branch names against repository rulesets - #21822",
56
"[Added] Allow empty commits via the commit options menu - #21771",

0 commit comments

Comments
 (0)