Skip to content

Commit

Permalink
chore(release): 2.12.3
Browse files Browse the repository at this point in the history
## [2.12.3](v2.12.2...v2.12.3) (2023-07-19)

### Bug Fixes

* ingore set windows min size when in full screen ([#542](#542)) ([5d81a6b](5d81a6b))
  • Loading branch information
semantic-release-bot committed Jul 19, 2023
1 parent 5d81a6b commit 76716df
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)

### Bug Fixes

- ingore set windows min size when in full screen ([#542](https://github.com/andrewinci/insulator2/issues/542)) ([5d81a6b](https://github.com/andrewinci/insulator2/commit/5d81a6b077590d34613a40a3d655291ab3e12046))

## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Insulator 2",
"version": "2.12.2"
"version": "2.12.3"
},
"tauri": {
"allowlist": {
Expand Down
10 changes: 5 additions & 5 deletions manifests/update-darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "v2.12.2",
"notes": "## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28)\n\n\n### Bug Fixes\n\n* navigation to resources that contains a full stop ([#488](https://github.com/andrewinci/insulator2/issues/488)) ([d02d3f5](https://github.com/andrewinci/insulator2/commit/d02d3f5de8f538543900869ba4e1b410f8996243))\n\n\n\n",
"pub_date": "2023-05-28T19:40:11Z",
"version": "v2.12.3",
"notes": "## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)\n\n\n### Bug Fixes\n\n* ingore set windows min size when in full screen ([#542](https://github.com/andrewinci/insulator2/issues/542)) ([5d81a6b](https://github.com/andrewinci/insulator2/commit/5d81a6b077590d34613a40a3d655291ab3e12046))\n\n\n\n",
"pub_date": "2023-07-19T08:29:30Z",
"platforms": {
"darwin-x86_64": {
"signature": "----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/Insulator.2.app.tar.gz"
},
"darwin-aarch64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/Insulator.2.app.tar.gz"
}
}
}
8 changes: 4 additions & 4 deletions manifests/update-linux.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "v2.12.2",
"notes": "## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28)\n\n\n### Bug Fixes\n\n* navigation to resources that contains a full stop ([#488](https://github.com/andrewinci/insulator2/issues/488)) ([d02d3f5](https://github.com/andrewinci/insulator2/commit/d02d3f5de8f538543900869ba4e1b410f8996243))\n\n\n\n",
"pub_date": "2023-05-28T19:40:11Z",
"version": "v2.12.3",
"notes": "## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)\n\n\n### Bug Fixes\n\n* ingore set windows min size when in full screen ([#542](https://github.com/andrewinci/insulator2/issues/542)) ([5d81a6b](https://github.com/andrewinci/insulator2/commit/5d81a6b077590d34613a40a3d655291ab3e12046))\n\n\n\n",
"pub_date": "2023-07-19T08:29:30Z",
"platforms": {
"linux-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/insulator-2_2.12.2_amd64.AppImage.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/insulator-2_2.12.3_amd64.AppImage.tar.gz"
}
}
}
8 changes: 4 additions & 4 deletions manifests/update-windows.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "v2.12.2",
"notes": "## [2.12.2](https://github.com/andrewinci/insulator2/compare/v2.12.1...v2.12.2) (2023-05-28)\n\n\n### Bug Fixes\n\n* navigation to resources that contains a full stop ([#488](https://github.com/andrewinci/insulator2/issues/488)) ([d02d3f5](https://github.com/andrewinci/insulator2/commit/d02d3f5de8f538543900869ba4e1b410f8996243))\n\n\n\n",
"pub_date": "2023-05-28T19:40:11Z",
"version": "v2.12.3",
"notes": "## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)\n\n\n### Bug Fixes\n\n* ingore set windows min size when in full screen ([#542](https://github.com/andrewinci/insulator2/issues/542)) ([5d81a6b](https://github.com/andrewinci/insulator2/commit/5d81a6b077590d34613a40a3d655291ab3e12046))\n\n\n\n",
"pub_date": "2023-07-19T08:29:30Z",
"platforms": {
"windows-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.2/Insulator.2_2.12.2_x64_en-US.msi.zip"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/Insulator.2_2.12.3_x64_en-US.msi.zip"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "insulator2",
"private": true,
"version": "2.12.2",
"version": "2.12.3",
"type": "module",
"workspaces": [
"frontend",
Expand Down

0 comments on commit 76716df

Please sign in to comment.