@open-pioneer/ogc-features 0.4.4 → 0.8.0-dev.20241120115147

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 +24 -0
  2. package/package.json +6 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @open-pioneer/ogc-features
2
2
 
3
+ ## 0.8.0-dev.20241120115147
4
+
5
+ ### Minor Changes
6
+
7
+ - b717121: Update from OL 9 to OL 10.
8
+ - 2fa8020: Update trails core package dependencies.
9
+
10
+ - Also updates Chakra UI to the latest 2.x version and Chakra React Select to version 5.
11
+ - Removes any obsolete references to `@chakra-ui/system`.
12
+ This dependency seems to be no longer required and may lead to duplicate packages in your dependency tree.
13
+
14
+ ## 0.7.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 310800c: Switch from `peerDependencies` to normal `dependencies`. Peer dependencies have some usability problems when used at scale.
19
+
20
+ ### Patch Changes
21
+
22
+ - 310800c: Update core packages version.
23
+ - a8b3449: Switch to a new versioning strategy.
24
+ From now on, packages released by this repository share a common version number.
25
+ - 900eb11: Update dependencies.
26
+
3
27
  ## 0.4.4
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/ogc-features",
4
- "version": "0.4.4",
4
+ "version": "0.8.0-dev.20241120115147",
5
5
  "description": "This package provides utilities to work with OGC API Features services.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -13,17 +13,11 @@
13
13
  "url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
14
14
  "directory": "src/packages/ogc-features"
15
15
  },
16
- "peerDependencies": {
17
- "@open-pioneer/core": "^1.3.0",
18
- "@open-pioneer/http": "^2.1.9",
19
- "ol": "^9.2.4",
20
- "uuid": "^10.0.0",
21
- "@open-pioneer/search": "^0.4.4"
22
- },
23
- "peerDependenciesMeta": {
24
- "@open-pioneer/search": {
25
- "optional": true
26
- }
16
+ "dependencies": {
17
+ "@open-pioneer/core": "^2.4.0-dev.20241120092632",
18
+ "@open-pioneer/http": "^2.4.0-dev.20241120092632",
19
+ "ol": "^10.2.1",
20
+ "uuid": "^10.0.0"
27
21
  },
28
22
  "exports": {
29
23
  "./package.json": "./package.json",