@open-pioneer/toc 0.8.0-dev.20241120115147 → 0.8.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 +6 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @open-pioneer/toc
2
2
 
3
- ## 0.8.0-dev.20241120115147
3
+ ## 0.8.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -22,19 +22,22 @@
22
22
  ### Patch Changes
23
23
 
24
24
  - e7978a8: Use reactive map model APIs to access the current set of layers and their attributes.
25
+ - 49f0207: Update trails core packages to version 2.4.0
25
26
  - 7ae9f90: Implement support for `GroupLayer`.
26
27
  The hierarchy of (possibly nested) groups is visualized by rendering them as a tree.
27
28
  - Updated dependencies [b717121]
28
29
  - Updated dependencies [e7978a8]
30
+ - Updated dependencies [7a5f1e1]
29
31
  - Updated dependencies [7ae9f90]
30
32
  - Updated dependencies [e7978a8]
31
33
  - Updated dependencies [d8337a6]
34
+ - Updated dependencies [49f0207]
32
35
  - Updated dependencies [b2127df]
33
36
  - Updated dependencies [2fa8020]
34
37
  - Updated dependencies [7ae9f90]
35
38
  - Updated dependencies [d8337a6]
36
- - @open-pioneer/map@0.8.0-dev.20241120115147
37
- - @open-pioneer/basemap-switcher@0.8.0-dev.20241120115147
39
+ - @open-pioneer/map@0.8.0
40
+ - @open-pioneer/basemap-switcher@0.8.0
38
41
 
39
42
  ## 0.7.0
40
43
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/toc",
4
- "version": "0.8.0-dev.20241120115147",
4
+ "version": "0.8.0",
5
5
  "description": "This package provides a UI component that displays the map content to the user and allows them to control it.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,17 +14,17 @@
14
14
  "directory": "src/packages/toc"
15
15
  },
16
16
  "dependencies": {
17
- "@open-pioneer/chakra-integration": "^2.4.0-dev.20241120092632",
18
- "@open-pioneer/react-utils": "^2.4.0-dev.20241120092632",
19
- "@open-pioneer/runtime": "^2.4.0-dev.20241120092632",
17
+ "@open-pioneer/chakra-integration": "^2.4.0",
18
+ "@open-pioneer/react-utils": "^2.4.0",
19
+ "@open-pioneer/runtime": "^2.4.0",
20
20
  "classnames": "^2.3.2",
21
21
  "ol": "^10.2.1",
22
22
  "react": "^18.3.1",
23
23
  "react-icons": "^5.3.0",
24
- "@open-pioneer/reactivity": "^2.4.0-dev.20241120092632",
24
+ "@open-pioneer/reactivity": "^2.4.0",
25
25
  "@conterra/reactivity-core": "^0.4.3",
26
- "@open-pioneer/map": "^0.8.0-dev.20241120115147",
27
- "@open-pioneer/basemap-switcher": "^0.8.0-dev.20241120115147"
26
+ "@open-pioneer/basemap-switcher": "^0.8.0",
27
+ "@open-pioneer/map": "^0.8.0"
28
28
  },
29
29
  "exports": {
30
30
  "./package.json": "./package.json",