From 7f079a142c64e217c04e710294d6147140fb7eb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:15:16 +0000 Subject: [PATCH] chore(main): release 7.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9ab50977..3115b0679 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.8.0" + ".": "7.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7131873d0..d4f7fd288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [7.8.1](https://github.com/gitify-app/gitify/compare/v7.8.0...v7.8.1) (2026-09-16) + + +### 🐛 Bug Fixes + +* `[@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)) +* align playwright versions ([#3299](https://github.com/gitify-app/gitify/issues/3299)) ([5544abe](https://github.com/gitify-app/gitify/commit/5544abeecfd962d6f7a3e51bdaafe1a45aa4bb75)) +* **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)) +* keep glass dropdown options readable in dark mode ([#3317](https://github.com/gitify-app/gitify/issues/3317)) ([aa79c60](https://github.com/gitify-app/gitify/commit/aa79c609ed7707ddc7587de5cd1b39e45a7e6994)) + + +### 📦 Dependency Updates (Core) + +* **deps-core:** update @primer/css to v22.3.1 ([#3300](https://github.com/gitify-app/gitify/issues/3300)) ([1cb38d2](https://github.com/gitify-app/gitify/commit/1cb38d2c83b946726f7b7f4bb7b7469652200556)) +* **deps-core:** update @primer/octicons-react to v19.35.0 ([#3305](https://github.com/gitify-app/gitify/issues/3305)) ([cf300ed](https://github.com/gitify-app/gitify/commit/cf300ed9e1f5ef2180f1283d1650adb698a3e8f8)) +* **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)) +* **deps-core:** update @primer/react to v38.39.0 ([#3306](https://github.com/gitify-app/gitify/issues/3306)) ([9c2ac87](https://github.com/gitify-app/gitify/commit/9c2ac87f9670a7da8c6102dd2e5a2e1faa1c1e24)) +* **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)) +* **deps-core:** update electron to v44.3.0 ([#3307](https://github.com/gitify-app/gitify/issues/3307)) ([9f0ca90](https://github.com/gitify-app/gitify/commit/9f0ca905b78da0977f2953c72ba50fc0c026ef2c)) + ## [7.8.0](https://github.com/gitify-app/gitify/compare/v7.7.1...v7.8.0) (2026-09-06) diff --git a/package.json b/package.json index 4b5ced6c8..46e92fb00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "7.8.0", + "version": "7.8.1", "private": true, "description": "Git notifications on your menu bar.", "keywords": [ diff --git a/sonar-project.properties b/sonar-project.properties index 1ae03a040..280b429ea 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,7 +5,7 @@ sonar.projectKey=gitify-app_gitify sonar.organization=gitify-app # x-release-please-start-version -sonar.projectVersion=7.8.0 +sonar.projectVersion=7.8.1 # x-release-please-end-version sonar.projectDescription=GitHub notifications on your menu bar.