Skip to content

Commit

Permalink
chore: release v1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStevens committed Sep 13, 2024
1 parent 26453be commit afca880
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


## [1.10.5](https://github.com/JanStevens/monster-mirror/compare/1.10.4...1.10.5) (2024-09-13)


### Bug Fixes

* add version in appbar ([5a41cae](https://github.com/JanStevens/monster-mirror/commit/5a41cae6b4b53ca3d3cd1b9d046886812c75bc53))


### Various

* add new splashscreen images ([26453be](https://github.com/JanStevens/monster-mirror/commit/26453befa64d75a9c27aabd4f4f510a545c437bc))
* bump dependencies ([aaadf70](https://github.com/JanStevens/monster-mirror/commit/aaadf700547c41ac7922a27f225eb94c7cbbbca1))

## [1.10.4](https://github.com/JanStevens/monster-mirror/compare/1.10.3...1.10.4) (2024-08-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monster-mirror",
"version": "1.10.4",
"version": "1.10.5",
"private": true,
"scripts": {
"prepare": "panda codegen && husky install",
Expand Down
9 changes: 7 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"start_url": "/",
"scope": "/",
"display": "fullscreen",
"display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
"display_override": [
"fullscreen",
"standalone",
"minimal-ui",
"browser"
],
"orientation": "landscape",
"version": "1.10.4"
"version": "1.10.5"
}

0 comments on commit afca880

Please sign in to comment.