Skip to content

Commit 6c4a72e

Browse files
authored
Merge pull request #138 from gov4git/g4g-2.2.5
update gov4git to v2.2.5
2 parents 3c11d1a + 72c9e24 commit 6c4a72e

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.changeset/curly-apples-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'gov4git-desktop-app': minor
3+
---
4+
5+
Upgrade to gov4git v2.2.5

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@fluentui/react-components": "^9.41.0",
9494
"@fluentui/react-icons": "^2.0.223",
9595
"@fluentui/react-search-preview": "^0.1.33",
96-
"@gov4git/js-client": "2.2.2",
96+
"@gov4git/js-client": "2.2.5",
9797
"@octokit/auth-oauth-device": "^6.0.1",
9898
"@octokit/request": "^8.1.6",
9999
"@vscode/codicons": "^0.0.35",

src/electron/services/CommunityService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ ${user.memberPublicBranch}`
428428
'--project',
429429
`${org}/${repo}`,
430430
'--release',
431-
'v2.2.0',
431+
'v2.2.5',
432432
]
433433
await this.govService.mustRun(command, undefined, true)
434434

0 commit comments

Comments
 (0)