Skip to content

Commit

Permalink
release various packages
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Nov 15, 2023
1 parent b074fcc commit 46e017e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unpublished
## 1.1.0

- Feature: Add core state variable for map's center position.

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/GeoLocation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/GeoLocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/IconMenu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unpublished
## 1.0.1

- Fix: Plugin contents were rendered above map in certain circumstances. This has been resolved.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/IconMenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/Pins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Pins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 46e017e

Please sign in to comment.