Skip to content

Commit

Permalink
chore(release): v1.28.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0](v1.27.2...v1.28.0) (2024-01-07)

### Bug Fixes

* `Notification` API checks ([22bb9ea](22bb9ea))
* active scanNext/scanZone btns ([5d5f8bb](5d5f8bb))
* add permission status to notif options menu ([c44a75c](c44a75c))
* also if map perm is missing ([6abc14e](6abc14e))
* catch bad play attempts ([5c68483](5c68483))
* category toggles ([151ce50](151ce50))
* ci stuff ([f960d91](f960d91))
* code organization ([7ced12e](7ced12e))
* force popup open on click ([7c9f045](7c9f045))
* generalize fallback ext ([8979d92](8979d92))
* icon user settings ([4381817](4381817))
* let it be configurable too ([268f7d8](268f7d8))
* locales ([6a4ba6b](6a4ba6b))
* make sure window is focused on click ([c18f746](c18f746))
* missing join translation ([e532995](e532995))
* motd index setter ([f68153a](f68153a))
* motd types ([c4ad276](c4ad276))
* only show if customizable length > 0 ([0b6c89c](0b6c89c))
* prompt user on options open ([f2c40fd](f2c40fd))
* return early if in cache ([238edbd](238edbd))
* rockruff form name issues ([188c63a](188c63a))
* subcategory viewing ([3ed2e8f](3ed2e8f))
* tilelayer background ([4ad64ca](4ad64ca))
* volta versions ([ba829db](ba829db))

### Features

* base notification implementation ([42de1e9](42de1e9))
* ci for github releases ([4015be6](4015be6))
* commit hooks ([945c572](945c572))
* pokemon notifs ([adf7429](adf7429))
* raids ([9fc1b04](9fc1b04))
* show signed in info when blocked ([59b20cb](59b20cb))
* support for uaudio ([1f30c7c](1f30c7c))
  • Loading branch information
semantic-release-bot committed Jan 7, 2024
1 parent cf98c7b commit 218feb7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# [1.28.0](https://github.com/WatWowMap/ReactMap/compare/v1.27.2...v1.28.0) (2024-01-07)


### Bug Fixes

* `Notification` API checks ([22bb9ea](https://github.com/WatWowMap/ReactMap/commit/22bb9eab2e5da0ec0780206fd059d1cfe8f5c666))
* active scanNext/scanZone btns ([5d5f8bb](https://github.com/WatWowMap/ReactMap/commit/5d5f8bbc9f1f419a75b32dcf6bf654da9836c13c))
* add permission status to notif options menu ([c44a75c](https://github.com/WatWowMap/ReactMap/commit/c44a75c7aa5cfff504782aabe1bc102a5a6bdfa3))
* also if map perm is missing ([6abc14e](https://github.com/WatWowMap/ReactMap/commit/6abc14e95ba80f09a26873231c4e79d2ea13782b))
* catch bad play attempts ([5c68483](https://github.com/WatWowMap/ReactMap/commit/5c6848383111b06a7d188dacec5786112c795f84))
* category toggles ([151ce50](https://github.com/WatWowMap/ReactMap/commit/151ce50f212479fa1569f5586a7faac34d7e652f))
* ci stuff ([f960d91](https://github.com/WatWowMap/ReactMap/commit/f960d91c13a0863f6bcee5c2d9400e478473593a))
* code organization ([7ced12e](https://github.com/WatWowMap/ReactMap/commit/7ced12e3d9c8762ceb410f0e6f01be8ec60939a6))
* force popup open on click ([7c9f045](https://github.com/WatWowMap/ReactMap/commit/7c9f0454dbdeb9c62f44cc0861571e43127cb9ad))
* generalize fallback ext ([8979d92](https://github.com/WatWowMap/ReactMap/commit/8979d92133a42145bb4fdb60f009a95fa3768811))
* icon user settings ([4381817](https://github.com/WatWowMap/ReactMap/commit/43818171a385e6882f68f6c62365e124a6df793e))
* let it be configurable too ([268f7d8](https://github.com/WatWowMap/ReactMap/commit/268f7d811fbb3e5b1ca0c5baa18b14db5bf096aa))
* locales ([6a4ba6b](https://github.com/WatWowMap/ReactMap/commit/6a4ba6bb04fe07cc716f0d4aa4325f8c0e449390))
* make sure window is focused on click ([c18f746](https://github.com/WatWowMap/ReactMap/commit/c18f746e93190ae12d56aea8b0ff5032059938e3))
* missing join translation ([e532995](https://github.com/WatWowMap/ReactMap/commit/e532995285012313c42adab7904037dc84a3161e))
* motd index setter ([f68153a](https://github.com/WatWowMap/ReactMap/commit/f68153a141ec038d48e37945772bb8da85f26a28))
* motd types ([c4ad276](https://github.com/WatWowMap/ReactMap/commit/c4ad276f303357ac2c9b3698b7c6a07314d339c1))
* only show if customizable length > 0 ([0b6c89c](https://github.com/WatWowMap/ReactMap/commit/0b6c89cae2d926652e80db28d51c0666c1949202))
* prompt user on options open ([f2c40fd](https://github.com/WatWowMap/ReactMap/commit/f2c40fdb89f17955150061e2093630bf85dd7e0a))
* return early if in cache ([238edbd](https://github.com/WatWowMap/ReactMap/commit/238edbdc8231856d78dec503d0f6c366fd67ede1))
* rockruff form name issues ([188c63a](https://github.com/WatWowMap/ReactMap/commit/188c63a7e61e96f807458981e822f646c1c037d8))
* subcategory viewing ([3ed2e8f](https://github.com/WatWowMap/ReactMap/commit/3ed2e8f53d59913138d23eb117a5340316866df1))
* tilelayer background ([4ad64ca](https://github.com/WatWowMap/ReactMap/commit/4ad64cad5a571c27edcd1c687783fdd7560ac7e6))
* volta versions ([ba829db](https://github.com/WatWowMap/ReactMap/commit/ba829dbd2726db5ebdf115cacdcb33b0a6a22fa9))


### Features

* base notification implementation ([42de1e9](https://github.com/WatWowMap/ReactMap/commit/42de1e927f71757ea8a242185d8c1edc6cbb02bb))
* ci for github releases ([4015be6](https://github.com/WatWowMap/ReactMap/commit/4015be68dcc6be7c248e1e93ccb3973e433b7ae9))
* commit hooks ([945c572](https://github.com/WatWowMap/ReactMap/commit/945c572bee182c9c3ea7352d5320c22e9bcc06e5))
* pokemon notifs ([adf7429](https://github.com/WatWowMap/ReactMap/commit/adf74293d3fcefed63e851a75a95e04151f8ec32))
* raids ([9fc1b04](https://github.com/WatWowMap/ReactMap/commit/9fc1b0487aff1d7a6eea66e22eb8fa043df374d0))
* show signed in info when blocked ([59b20cb](https://github.com/WatWowMap/ReactMap/commit/59b20cbcc7ef4254b803f66bb36a9fbe988c92ad))
* support for uaudio ([1f30c7c](https://github.com/WatWowMap/ReactMap/commit/1f30c7c0aa4acf061849ec059d1b1db1ad9b302a))

# [1.28.0-develop.4](https://github.com/WatWowMap/ReactMap/compare/v1.28.0-develop.3...v1.28.0-develop.4) (2024-01-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactmap",
"version": "1.28.0-develop.4",
"version": "1.28.0",
"private": true,
"description": "React based frontend map.",
"license": "MIT",
Expand Down

0 comments on commit 218feb7

Please sign in to comment.