From fc415453600347f12e38d5a13d248885eefae76b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:33:28 +0000 Subject: [PATCH] chore(main): release 7.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb0c51f1e..c575a1620 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 925b7a6d1..548557f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.3.0](https://github.com/gitify-app/gitify/compare/v7.2.0...v7.3.0) (2026-07-31) + + +### 🚀 Features + +* **ui:** fade scrollable content at the top and bottom edges ([#3124](https://github.com/gitify-app/gitify/issues/3124)) ([cd6a1ad](https://github.com/gitify-app/gitify/commit/cd6a1ad8435f261318c21ddef87706204e1b7ec3)) + + +### 🤖 Continuous Integration + +* deploy website after the release pipeline publishes ([#3123](https://github.com/gitify-app/gitify/issues/3123)) ([da807d2](https://github.com/gitify-app/gitify/commit/da807d2b8f9e5a4889a358ae495850657b24aeb2)) +* format contributors section as unordered list ([#3126](https://github.com/gitify-app/gitify/issues/3126)) ([a9726d3](https://github.com/gitify-app/gitify/commit/a9726d30ae244e49fa7051d845fb4366407b4ecd)) +* skip release PR generation when a release was just created ([#3120](https://github.com/gitify-app/gitify/issues/3120)) ([4fc6f83](https://github.com/gitify-app/gitify/commit/4fc6f8316e76fe7e33e887b735c768d689bd4574)) + ## [7.2.0](https://github.com/gitify-app/gitify/compare/v7.1.1...v7.2.0) (2026-07-29) diff --git a/package.json b/package.json index f292c161f..5e66ac2a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "7.2.0", + "version": "7.3.0", "private": true, "description": "Git notifications on your menu bar.", "keywords": [ diff --git a/sonar-project.properties b/sonar-project.properties index 0732cfbd1..8c5028450 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.2.0 +sonar.projectVersion=7.3.0 # x-release-please-end-version sonar.projectDescription=GitHub notifications on your menu bar.