Skip to content

Commit d971821

Browse files
chore(main): release 7.8.1
1 parent 2de39f6 commit d971821

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

‎.release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.8.0"
2+
".": "7.8.1"
33
}

‎CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [7.8.1](https://github.com/gitify-app/gitify/compare/v7.8.0...v7.8.1) (2026-09-15)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* `[@primer](https://github.com/primer)` motion animations for refresh ([#3289](https://github.com/gitify-app/gitify/issues/3289)) ([ccb9983](https://github.com/gitify-app/gitify/commit/ccb9983a4ecb33be195b3b0516188819bb98ed0e))
9+
* **ci:** patch app-builder-lib keychain password for macOS signing ([#3284](https://github.com/gitify-app/gitify/issues/3284)) ([aa5f25d](https://github.com/gitify-app/gitify/commit/aa5f25d1df38f177cbcd3f7d643a857e4c26a8d8))
10+
11+
12+
### 📦 Dependency Updates (Core)
13+
14+
* **deps-core:** update @primer/react to v38.38.0 ([#3286](https://github.com/gitify-app/gitify/issues/3286)) ([22ddd2b](https://github.com/gitify-app/gitify/commit/22ddd2b21ac484eae93c0f28f9856ca3dbf1722f))
15+
* **deps-core:** update electron to v44.2.0 ([#3291](https://github.com/gitify-app/gitify/issues/3291)) ([e005c55](https://github.com/gitify-app/gitify/commit/e005c556248eaff7c0a135c85702d063e68c6f40))
16+
317
## [7.8.0](https://github.com/gitify-app/gitify/compare/v7.7.1...v7.8.0) (2026-09-06)
418

519

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "7.8.0",
3+
"version": "7.8.1",
44
"private": true,
55
"description": "Git notifications on your menu bar.",
66
"keywords": [

‎sonar-project.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sonar.projectKey=gitify-app_gitify
66
sonar.organization=gitify-app
77
# x-release-please-start-version
8-
sonar.projectVersion=7.8.0
8+
sonar.projectVersion=7.8.1
99
# x-release-please-end-version
1010
sonar.projectDescription=GitHub notifications on your menu bar.
1111

0 commit comments

Comments
 (0)