From 46e017e7c5938935b5480afcb4de395bbe75fc48 Mon Sep 17 00:00:00 2001 From: Dennis Sen Date: Wed, 15 Nov 2023 15:36:20 +0100 Subject: [PATCH] release various packages --- packages/core/CHANGELOG.md | 2 +- packages/core/package.json | 2 +- packages/plugins/GeoLocation/CHANGELOG.md | 4 ++-- packages/plugins/GeoLocation/package.json | 2 +- packages/plugins/IconMenu/CHANGELOG.md | 2 +- packages/plugins/IconMenu/package.json | 2 +- packages/plugins/Pins/CHANGELOG.md | 4 ++-- packages/plugins/Pins/package.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c8ceb9d8f..f7ef4badd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## unpublished +## 1.1.0 - Feature: Add core state variable for map's center position. diff --git a/packages/core/package.json b/packages/core/package.json index e1bac290c..279a5bf8b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -26,7 +26,7 @@ "ol": "^7.1.0" }, "devDependencies": { - "@polar/lib-custom-types": "^1.0.0", + "@polar/lib-custom-types": "^1.1.0", "@polar/lib-idx": "^1.0.0" }, "files": [ diff --git a/packages/plugins/GeoLocation/CHANGELOG.md b/packages/plugins/GeoLocation/CHANGELOG.md index 5cae216b6..1ff5c8d96 100644 --- a/packages/plugins/GeoLocation/CHANGELOG.md +++ b/packages/plugins/GeoLocation/CHANGELOG.md @@ -1,8 +1,8 @@ # CHANGELOG -## unpublished +## 1.1.0 -- Feature: Update`@polar/lib-passes-boundary-check` to major version 2. (TODO: Publish and install library before publishing this update in a new version.) +- Feature: Update`@polar/lib-passes-boundary-check` to major version 2. - Feature: Add `boundaryOnError` parameter to let user define behaviour on boundary check errors. - Feature: Add optional tooltip to user geolocation map icon. diff --git a/packages/plugins/GeoLocation/package.json b/packages/plugins/GeoLocation/package.json index 5cb28b63e..32d75be27 100644 --- a/packages/plugins/GeoLocation/package.json +++ b/packages/plugins/GeoLocation/package.json @@ -10,7 +10,7 @@ "CHANGELOG.md" ], "devDependencies": { - "@polar/lib-passes-boundary-check": "^1.0.0", + "@polar/lib-passes-boundary-check": "^2.0.0", "@polar/lib-custom-types": "^1.0.0", "@polar/lib-test-mount-parameters": "^1.0.0" } diff --git a/packages/plugins/IconMenu/CHANGELOG.md b/packages/plugins/IconMenu/CHANGELOG.md index 9ac306f64..ee5accb3e 100644 --- a/packages/plugins/IconMenu/CHANGELOG.md +++ b/packages/plugins/IconMenu/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## unpublished +## 1.0.1 - Fix: Plugin contents were rendered above map in certain circumstances. This has been resolved. diff --git a/packages/plugins/IconMenu/package.json b/packages/plugins/IconMenu/package.json index 7c0f63499..b66e6e20d 100644 --- a/packages/plugins/IconMenu/package.json +++ b/packages/plugins/IconMenu/package.json @@ -15,7 +15,7 @@ "vuex": "^3.6.2" }, "devDependencies": { - "@polar/lib-custom-types": "^1.0.0", + "@polar/lib-custom-types": "^1.1.0", "@polar/lib-test-mount-parameters": "^1.0.0" } } diff --git a/packages/plugins/Pins/CHANGELOG.md b/packages/plugins/Pins/CHANGELOG.md index 794038cff..bc4873a42 100644 --- a/packages/plugins/Pins/CHANGELOG.md +++ b/packages/plugins/Pins/CHANGELOG.md @@ -1,9 +1,9 @@ # CHANGELOG -## unpublished +## 1.1.0 - Deprecated: Using `movable` with a `boolean` has been deprecated. Please use the parameter with a string. For more information, see the documentation of the package. -- Feature: Update `@polar/lib-passes-boundary-check` to major version 2. (TODO: Publish and install library before publishing this update in a new version.) +- Feature: Update `@polar/lib-passes-boundary-check` to major version 2. - Feature: Add `boundaryOnError` parameter to let user define behaviour on boundary check errors. - Feature: Add new configuration parameter `initial` to be able to add a pin initially to the map. - Feature: If `movable` is set to `none` or `false`, the style of the cursor is set to `not-allowed` when hovering the pin. diff --git a/packages/plugins/Pins/package.json b/packages/plugins/Pins/package.json index 69b8f5b51..9e14ac8d8 100644 --- a/packages/plugins/Pins/package.json +++ b/packages/plugins/Pins/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@polar/lib-custom-types": "^1.0.0", "@polar/lib-idx": "^1.0.0", - "@polar/lib-passes-boundary-check": "^1.0.0", + "@polar/lib-passes-boundary-check": "^2.0.0", "@polar/lib-test-mount-parameters": "^1.0.0" } }