Skip to content

Commit 34c6ca1

Browse files
chore(main): release 1.0.0
1 parent 5973e0e commit 34c6ca1

4 files changed

Lines changed: 19 additions & 4 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-
".": "0.0.0"
2+
".": "1.0.0"
33
}

‎CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-09-08)
4+
5+
6+
### 🚀 Features
7+
8+
* add Gitify GNOME Shell extension and repository tooling ([5973e0e](https://github.com/gitify-app/gnome/commit/5973e0e74379889974d243a203e12589f0a87de7))

‎gitify@gitify.io/metadata.json‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
"uuid": "gitify@gitify.io",
33
"name": "Gitify",
44
"description": "Anchors the Gitify window to its tray icon. Wayland leaves window placement to the compositor, so without this the Gitify popup opens wherever GNOME decides to put it.",
5-
"shell-version": ["45", "46", "47", "48", "49", "50"],
5+
"shell-version": [
6+
"45",
7+
"46",
8+
"47",
9+
"48",
10+
"49",
11+
"50"
12+
],
613
"url": "https://github.com/gitify-app/gnome",
7-
"version-name": "0.0.0",
14+
"version-name": "1.0.0",
815
"version": 1
916
}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitify-app/gnome",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "GNOME Shell extension that anchors the Gitify window to its tray icon",
66
"homepage": "https://gitify.io/",

0 commit comments

Comments
 (0)