Skip to content

Commit 0c8d201

Browse files
chore(release): 12.4.2 [skip ci]
## [12.4.2](v12.4.1...v12.4.2) (2026-03-31) ### Bug Fixes * a bug that prevents queries for multiple layers ([8648ac1](8648ac1)) * fix issues with duplicated requests ([05d61ac](05d61ac)) * simplify getUidmapping function ([1341c00](1341c00)) * update featureResults hook ([175d961](175d961)) * use useOlListener to get updated view resolution ([608fbb1](608fbb1))
1 parent e1199bc commit 0c8d201

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [12.4.2](https://github.com/terrestris/react-util/compare/v12.4.1...v12.4.2) (2026-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* a bug that prevents queries for multiple layers ([8648ac1](https://github.com/terrestris/react-util/commit/8648ac173004eb22633299ea63c05f5559674b8f))
7+
* fix issues with duplicated requests ([05d61ac](https://github.com/terrestris/react-util/commit/05d61ac87edb478994fc1e2f861b90bf0839826e))
8+
* simplify getUidmapping function ([1341c00](https://github.com/terrestris/react-util/commit/1341c00babe2bcf8243b7ec7b6a0e814648c68da))
9+
* update featureResults hook ([175d961](https://github.com/terrestris/react-util/commit/175d961eda7e854e2ec3382678ebdfd933d7422b))
10+
* use useOlListener to get updated view resolution ([608fbb1](https://github.com/terrestris/react-util/commit/608fbb13472b45f41082ac5d865fd178c709565d))
11+
112
## [12.4.1](https://github.com/terrestris/react-util/compare/v12.4.0...v12.4.1) (2026-03-11)
213

314

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terrestris/react-util",
3-
"version": "12.4.1",
3+
"version": "12.4.2",
44
"description": "A set of utilities enhancing the development of react applications.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)