diff --git a/package-lock.json b/package-lock.json index 9ba5b51d3..9ed10e5af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17679,9 +17679,9 @@ "version": "1.3.1", "license": "EUPL-1.2", "devDependencies": { - "@polar/lib-custom-types": "^1.0.0", + "@polar/lib-custom-types": "^1.5.0", "@polar/lib-passes-boundary-check": "^2.0.0", - "@polar/lib-test-mount-parameters": "^1.0.0", + "@polar/lib-test-mount-parameters": "^1.3.0", "@polar/lib-tooltip": "^1.0.0" }, "peerDependencies": { diff --git a/packages/plugins/GeoLocation/CHANGELOG.md b/packages/plugins/GeoLocation/CHANGELOG.md index ece3202c3..fa646633b 100644 --- a/packages/plugins/GeoLocation/CHANGELOG.md +++ b/packages/plugins/GeoLocation/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## unpublished +## 1.4.0 - Feature: Position is now tracked when user is outside of the boundary layer but inside the map extent. - Fix: Adjust documentation to properly describe optionality of configuration parameters. diff --git a/packages/plugins/GeoLocation/package.json b/packages/plugins/GeoLocation/package.json index bec455115..ff0c4953b 100644 --- a/packages/plugins/GeoLocation/package.json +++ b/packages/plugins/GeoLocation/package.json @@ -21,8 +21,8 @@ }, "devDependencies": { "@polar/lib-passes-boundary-check": "^2.0.0", - "@polar/lib-custom-types": "^1.0.0", - "@polar/lib-test-mount-parameters": "^1.0.0", + "@polar/lib-custom-types": "^1.5.0", + "@polar/lib-test-mount-parameters": "^1.3.0", "@polar/lib-tooltip": "^1.0.0" } }