Skip to content

Commit

Permalink
chore(release): v1.29.0-develop.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.29.0-develop.3](v1.29.0-develop.2...v1.29.0-develop.3) (2024-01-15)

### Bug Fixes

* also show types in quick select ([c3f35dc](c3f35dc))
* dyslexia? ([3c25864](3c25864))
* entering 0 on sliders ([0cb103c](0cb103c))
* forgot my own type i18n keys ([d74f239](d74f239))
* gql types ([e1e499a](e1e499a))
* id when searching ([1802ca6](1802ca6))
* make showcase icons smaller by default ([b0c587a](b0c587a))
* pokestop marker adjustments ([c81340c](c81340c))
* remove `clear` icon for now ([58aed37](58aed37))
* remove blue from types ([33ffc13](33ffc13))
* skip `h` filters on backend ([2020c40](2020c40))
* various webhook things ([a4b7db5](a4b7db5))

### Features

* showcase type id support ([45e5b1b](45e5b1b))
  • Loading branch information
semantic-release-bot committed Jan 15, 2024
1 parent a4b7db5 commit a18f4a0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.29.0-develop.3](https://github.com/WatWowMap/ReactMap/compare/v1.29.0-develop.2...v1.29.0-develop.3) (2024-01-15)


### Bug Fixes

* also show types in quick select ([c3f35dc](https://github.com/WatWowMap/ReactMap/commit/c3f35dc2aa9e21d9bb8b228ed36c07afd90700c9))
* dyslexia? ([3c25864](https://github.com/WatWowMap/ReactMap/commit/3c25864b85f4ec712fc08caad50369d1b62c661c))
* entering 0 on sliders ([0cb103c](https://github.com/WatWowMap/ReactMap/commit/0cb103cd297dd3e3b3baba362c60961bdacbf598))
* forgot my own type i18n keys ([d74f239](https://github.com/WatWowMap/ReactMap/commit/d74f2398fd099817ad12a624fd53a737eb7bd45d))
* gql types ([e1e499a](https://github.com/WatWowMap/ReactMap/commit/e1e499a52239d091e52f779e5149d8808d395be6))
* id when searching ([1802ca6](https://github.com/WatWowMap/ReactMap/commit/1802ca6cac9215581a6097bb1cfa9ea6bfc3cdf8))
* make showcase icons smaller by default ([b0c587a](https://github.com/WatWowMap/ReactMap/commit/b0c587aecd8126c1644a01c0fc459bc17dca0af2))
* pokestop marker adjustments ([c81340c](https://github.com/WatWowMap/ReactMap/commit/c81340c4c1aab378af9e04dfae23677c4b3a1bd0))
* remove `clear` icon for now ([58aed37](https://github.com/WatWowMap/ReactMap/commit/58aed3764b8c01df9f12dff680be8ec6a72380f2))
* remove blue from types ([33ffc13](https://github.com/WatWowMap/ReactMap/commit/33ffc13bc5e4c366f74ccc1d3c1de05ea5e12e2f))
* skip `h` filters on backend ([2020c40](https://github.com/WatWowMap/ReactMap/commit/2020c40e3f30196ca5effb9fb78d4115e3ccdd7b))
* various webhook things ([a4b7db5](https://github.com/WatWowMap/ReactMap/commit/a4b7db515e991e0af3be8d5d42de4b4ce9cfbed4))


### Features

* showcase type id support ([45e5b1b](https://github.com/WatWowMap/ReactMap/commit/45e5b1baa73780b94bbc95e386fca924c44b989d))

# [1.29.0-develop.2](https://github.com/WatWowMap/ReactMap/compare/v1.29.0-develop.1...v1.29.0-develop.2) (2024-01-13)


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.29.0-develop.2",
"version": "1.29.0-develop.3",
"private": true,
"description": "React based frontend map.",
"license": "MIT",
Expand Down

0 comments on commit a18f4a0

Please sign in to comment.