@open-pioneer/map-navigation 1.3.0-dev.20260225133423 → 1.3.0-dev.20260303160408

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/map-navigation
2
2
 
3
- ## 1.3.0-dev.20260225133423
3
+ ## 1.3.0-dev.20260303160408
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -17,8 +17,8 @@
17
17
  - Updated dependencies [d54ccfd]
18
18
  - Updated dependencies [4bcc8ce]
19
19
  - Updated dependencies [2ceb1ca]
20
- - @open-pioneer/map-ui-components@1.3.0-dev.20260225133423
21
- - @open-pioneer/map@1.3.0-dev.20260225133423
20
+ - @open-pioneer/map-ui-components@1.3.0-dev.20260303160408
21
+ - @open-pioneer/map@1.3.0-dev.20260303160408
22
22
 
23
23
  ## 1.2.0
24
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/map-navigation",
4
- "version": "1.3.0-dev.20260225133423",
4
+ "version": "1.3.0-dev.20260303160408",
5
5
  "description": "This package provides a collection of map navigation controls.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -23,8 +23,8 @@
23
23
  "ol": "^10.8.0",
24
24
  "react": "^19.2.4",
25
25
  "react-icons": "^5.5.0",
26
- "@open-pioneer/map": "1.3.0-dev.20260225133423",
27
- "@open-pioneer/map-ui-components": "1.3.0-dev.20260225133423"
26
+ "@open-pioneer/map": "1.3.0-dev.20260303160408",
27
+ "@open-pioneer/map-ui-components": "1.3.0-dev.20260303160408"
28
28
  },
29
29
  "exports": {
30
30
  "./package.json": "./package.json",