@open-pioneer/geolocation 1.3.0-dev.20260225083007 → 1.3.0-dev.20260225104836

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @open-pioneer/geolocation
2
2
 
3
- ## 1.3.0-dev.20260225083007
3
+ ## 1.3.0-dev.20260225104836
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -16,8 +16,8 @@
16
16
  - Updated dependencies [d54ccfd]
17
17
  - Updated dependencies [4bcc8ce]
18
18
  - Updated dependencies [2ceb1ca]
19
- - @open-pioneer/map-ui-components@1.3.0-dev.20260225083007
20
- - @open-pioneer/map@1.3.0-dev.20260225083007
19
+ - @open-pioneer/map-ui-components@1.3.0-dev.20260225104836
20
+ - @open-pioneer/map@1.3.0-dev.20260225104836
21
21
 
22
22
  ## 1.2.0
23
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/geolocation",
4
- "version": "1.3.0-dev.20260225083007",
4
+ "version": "1.3.0-dev.20260225104836",
5
5
  "description": "This package provides a component to locate a user's position.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -24,8 +24,8 @@
24
24
  "ol": "^10.7.0",
25
25
  "react": "^19.2.4",
26
26
  "react-icons": "^5.5.0",
27
- "@open-pioneer/map": "1.3.0-dev.20260225083007",
28
- "@open-pioneer/map-ui-components": "1.3.0-dev.20260225083007"
27
+ "@open-pioneer/map": "1.3.0-dev.20260225104836",
28
+ "@open-pioneer/map-ui-components": "1.3.0-dev.20260225104836"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",