@open-pioneer/coordinate-viewer 0.10.0-dev.20250324141112 → 0.10.0

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 +10 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @open-pioneer/coordinate-viewer
2
2
 
3
- ## 0.10.0-dev.20250324141112
3
+ ## 0.10.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -21,8 +21,16 @@
21
21
 
22
22
  ### Patch Changes
23
23
 
24
+ - cd1435b: Update ol to 10.5.0
25
+ - 032eed7: Bump dependencies.
26
+ - cd1435b: Update to react 19.1.0
27
+ - Updated dependencies [2bafdad]
28
+ - Updated dependencies [cd1435b]
24
29
  - Updated dependencies [193068a]
25
- - @open-pioneer/map@0.10.0-dev.20250324141112
30
+ - Updated dependencies [032eed7]
31
+ - Updated dependencies [cd1435b]
32
+ - Updated dependencies [7558df4]
33
+ - @open-pioneer/map@0.10.0
26
34
 
27
35
  ## 0.9.0
28
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/coordinate-viewer",
4
- "version": "0.10.0-dev.20250324141112",
4
+ "version": "0.10.0",
5
5
  "description": "This package provides a UI component to show the current coordinates at the users current mouse position.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,13 +14,13 @@
14
14
  "directory": "src/packages/coordinate-viewer"
15
15
  },
16
16
  "dependencies": {
17
- "@open-pioneer/chakra-integration": "^3.0.0",
18
- "@open-pioneer/react-utils": "^3.0.0",
19
- "@open-pioneer/runtime": "^3.0.0",
20
- "@open-pioneer/reactivity": "^3.0.0",
21
- "ol": "^10.4.0",
22
- "react": "^19.0.0",
23
- "@open-pioneer/map": "^0.10.0-dev.20250324141112"
17
+ "@open-pioneer/chakra-integration": "^3.1.0",
18
+ "@open-pioneer/react-utils": "^3.1.0",
19
+ "@open-pioneer/runtime": "^3.1.0",
20
+ "@open-pioneer/reactivity": "^3.1.0",
21
+ "ol": "^10.5.0",
22
+ "react": "^19.1.0",
23
+ "@open-pioneer/map": "^0.10.0"
24
24
  },
25
25
  "exports": {
26
26
  "./package.json": "./package.json",