Skip to content

Commit 688a846

Browse files
committed
Update @polar/plugin packages to new versions
1 parent 79b481b commit 688a846

35 files changed

+104
-121
lines changed

package-lock.json

+35-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugins/AddressSearch/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## unpublished
3+
## 3.0.0
44

55
- Breaking: Upgrade `@masterportal/masterportalapi` from `2.40.0` to `2.45.0` and subsequently `ol` from `^9.2.4` to `^10.3.1`.
66

packages/plugins/AddressSearch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"vuex": "^3.6.2"
3434
},
3535
"dependencies": {
36-
"@polar/lib-get-features": "^2.0.0",
36+
"@polar/lib-get-features": "^3.0.0",
3737
"lodash.debounce": "^4.0.8"
3838
},
3939
"devDependencies": {
40-
"@polar/lib-custom-types": "^1.5.0"
40+
"@polar/lib-custom-types": "^2.0.0"
4141
}
4242
}

packages/plugins/Attributions/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## unpublished
3+
## 1.4.0
44

55
- Feature: Add option to configure used icons.
66
- Chore: Upgrade `ol` from `^9.2.4` to `^10.3.1`.

packages/plugins/Attributions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@repositoryname/noop": "^1.0.6"
3131
},
3232
"devDependencies": {
33-
"@polar/lib-custom-types": "^1.5.0",
34-
"@polar/lib-test-mount-parameters": "^1.3.0",
33+
"@polar/lib-custom-types": "^2.0.0",
34+
"@polar/lib-test-mount-parameters": "^1.3.2",
3535
"ol": "^10.3.1"
3636
}
3737
}

packages/plugins/Draw/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## unpublished
3+
## 3.0.0
44

55
- Breaking: Upgrade peerDependency `ol` from `^9.2.4` to `^10.3.1`.
66
- Feature: Add new configuration parameter `measureOptions` to allow users to select a measurement mode when drawing a feature. This way, a length / area in the selected unit is added to the drawn feature.

packages/plugins/Draw/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@turf/center-of-mass": "^7.2.0"
2828
},
2929
"peerDependencies": {
30-
"@polar/core": "^2.0.0",
30+
"@polar/core": "^3.0.0",
3131
"@repositoryname/vuex-generators": "^1.1.2",
3232
"ol": "^10.3.1",
3333
"vue": "^2.6.14",
3434
"vuex": "^3.6.2"
3535
},
3636
"devDependencies": {
37-
"@polar/lib-custom-types": "^1.5.0"
37+
"@polar/lib-custom-types": "^2.0.0"
3838
}
3939
}

packages/plugins/Export/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.2.2
4+
5+
- Chore: Update `@polar/lib-custom-types` to `v2.0.0`.
6+
37
## 1.2.1
48

59
- Fix: PDF export with download:false now works correctly.

packages/plugins/Export/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"vuex": "^3.6.2"
3636
},
3737
"devDependencies": {
38-
"@polar/lib-custom-types": "^1.5.0"
38+
"@polar/lib-custom-types": "^2.0.0"
3939
}
4040
}

packages/plugins/Filter/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## unpublished
3+
## 3.0.0
44

55
- Breaking: Upgrade peerDependency `ol` from `^9.2.4` to `^10.3.1`.
66

packages/plugins/Filter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vuex": "^3.6.2"
2525
},
2626
"devDependencies": {
27-
"@polar/lib-custom-types": "^1.5.0",
28-
"@polar/lib-invisible-style": "^2.0.0"
27+
"@polar/lib-custom-types": "^2.0.0",
28+
"@polar/lib-invisible-style": "^3.0.0"
2929
}
3030
}

packages/plugins/Fullscreen/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.2.3
4+
5+
- Chore: Update `@polar/lib-custom-types` to `v2.0.0`.
6+
37
## 1.2.2
48

59
- Fix: Adjust documentation to properly describe optionality of configuration parameters.

packages/plugins/Fullscreen/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"CHANGELOG.md"
2424
],
2525
"devDependencies": {
26-
"@polar/lib-custom-types": "^1.5.0",
27-
"@polar/lib-test-mount-parameters": "^1.3.0"
26+
"@polar/lib-custom-types": "^2.0.0",
27+
"@polar/lib-test-mount-parameters": "^1.3.2"
2828
}
2929
}

packages/plugins/GeoLocation/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## unpublished
3+
## 2.0.0
44

55
- Breaking: Upgrade peerDependency `ol` from `^9.2.4` to `^10.3.1`.
66

packages/plugins/GeoLocation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"ol": "^10.3.1"
2828
},
2929
"devDependencies": {
30-
"@polar/lib-passes-boundary-check": "^2.0.0",
31-
"@polar/lib-custom-types": "^1.5.0",
32-
"@polar/lib-test-mount-parameters": "^1.3.0",
30+
"@polar/lib-passes-boundary-check": "^2.0.1",
31+
"@polar/lib-custom-types": "^2.0.0",
32+
"@polar/lib-test-mount-parameters": "^1.3.2",
3333
"@polar/lib-tooltip": "^1.0.0"
3434
}
3535
}

packages/plugins/Gfi/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## unpublished
3+
## 3.0.0
44

55
- Breaking: Upgrade `@masterportal/masterportalapi` from `2.40.0` to `2.45.0` and subsequently `ol` from `^9.2.4` to `^10.3.1`.
66
- Feature: Add new configuration parameter `multiSelect` to enable the possibility to choose between the selecting multiple features through a box or through a circle. The addition of this parameter deprecates the previously used parameter `boxSelect`.

0 commit comments

Comments
 (0)