Skip to content

Commit

Permalink
chore(master): release 1.7.2 (#667)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent c2f0861 commit 2230eab
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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.7.1"
".": "1.7.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.2](https://github.com/zidoro/pomatez/compare/v1.7.1...v1.7.2) (2024-08-30)


### Bug Fixes 🐛

* react warning that was blocking the previous release ([#666](https://github.com/zidoro/pomatez/issues/666)) ([c2f0861](https://github.com/zidoro/pomatez/commit/c2f0861f3400f028fe6c767b1af6d33da60edd92))

## [1.7.1](https://github.com/zidoro/pomatez/compare/v1.7.0...v1.7.1) (2024-08-30)


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.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",
"private": true,
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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.7.1"
"version": "1.7.2"
},
"tauri": {
"bundle": {
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.7.1",
"version": "1.7.2",
"workspaces": [
"app/*"
],
Expand Down

0 comments on commit 2230eab

Please sign in to comment.