@open-pioneer/map-ui-components 0.9.0 → 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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @open-pioneer/map-ui-components
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Patch Changes
6
+
7
+ - cd1435b: Update ol to 10.5.0
8
+ - 032eed7: Bump dependencies.
9
+ - cd1435b: Update to react 19.1.0
10
+
3
11
  ## 0.9.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/map-ui-components",
4
- "version": "0.9.0",
4
+ "version": "0.10.0",
5
5
  "description": "Contains ui components that can used together with the map",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,10 +14,10 @@
14
14
  "directory": "src/packages/map-ui-components"
15
15
  },
16
16
  "dependencies": {
17
- "@open-pioneer/chakra-integration": "^3.0.0",
18
- "@open-pioneer/react-utils": "^3.0.0",
17
+ "@open-pioneer/chakra-integration": "^3.1.0",
18
+ "@open-pioneer/react-utils": "^3.1.0",
19
19
  "classnames": "^2.3.2",
20
- "react": "^19.0.0"
20
+ "react": "^19.1.0"
21
21
  },
22
22
  "exports": {
23
23
  "./package.json": "./package.json",