Skip to content

Commit

Permalink
chore(master): release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent 95dae58 commit e52f3e5
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.4"
".": "1.7.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.7.0](https://github.com/zidoro/pomatez/compare/v1.6.4...v1.7.0) (2024-03-27)


### Features ✨

* allow user to input shortcuts in the Shortcut component (requires backend changes) ([#523](https://github.com/zidoro/pomatez/issues/523)) ([47ecece](https://github.com/zidoro/pomatez/commit/47ececea7ae9c929215e064272ef4e57004d615e))


### Reverts ⏪️

* remove google analytics in the app ([#610](https://github.com/zidoro/pomatez/issues/610)) ([95dae58](https://github.com/zidoro/pomatez/commit/95dae58e67f449a161dbd5e86daffe447ef3883d)), closes [#609](https://github.com/zidoro/pomatez/issues/609)

## [1.6.4](https://github.com/zidoro/pomatez/compare/v1.6.3...v1.6.4) (2023-12-16)

### Bug Fixes 🐛
Expand Down
2 changes: 1 addition & 1 deletion app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomatez",
"version": "1.6.4",
"version": "1.7.0",
"private": true,
"license": "MIT",
"main": "./build/main.js",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pomatez/renderer",
"version": "1.6.4",
"version": "1.7.0",
"private": true,
"license": "MIT",
"author": {
Expand Down
15 changes: 12 additions & 3 deletions app/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Pomatez",
"version": "1.6.4"
"version": "1.7.0"
},
"tauri": {
"bundle": {
Expand Down Expand Up @@ -36,9 +36,18 @@
"signingIdentity": null
},
"publisher": "Roldan Montilla Jr",
"resources": ["icons/icon.png"],
"resources": [
"icons/icon.png"
],
"shortDescription": "",
"targets": ["deb", "appimage", "msi", "nsis", "dmg", "updater"],
"targets": [
"deb",
"appimage",
"msi",
"nsis",
"dmg",
"updater"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "1.6.4",
"version": "1.7.0",
"workspaces": [
"app/*"
],
Expand Down

0 comments on commit e52f3e5

Please sign in to comment.