Skip to content

Commit c3af342

Browse files
chore(master): release 1.8.0 (#691)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd76d8c commit c3af342

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/zidoro/pomatez/compare/v1.7.2...v1.8.0) (2025-05-26)
4+
5+
6+
### Features ✨
7+
8+
* add setting to follow the system theme ([#690](https://github.com/zidoro/pomatez/issues/690)) ([96b2318](https://github.com/zidoro/pomatez/commit/96b2318f881ab753d6ba6024c31e6b809ddc42db))
9+
310
## [1.7.2](https://github.com/zidoro/pomatez/compare/v1.7.1...v1.7.2) (2024-08-30)
411

512

app/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pomatez",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"private": true,
55
"license": "MIT",
66
"main": "./build/main.js",

app/renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pomatez/renderer",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"private": true,
55
"license": "MIT",
66
"author": {

app/tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Pomatez",
11-
"version": "1.7.2"
11+
"version": "1.8.0"
1212
},
1313
"tauri": {
1414
"bundle": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"private": true,
4-
"version": "1.7.2",
4+
"version": "1.8.0",
55
"workspaces": [
66
"app/*"
77
],

0 commit comments

Comments
 (0)