Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Jan 24, 2024
1 parent 7ec0443 commit cef408e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.4.0

- Feature: Add hatchable markers; that is, when using `extendedMasterportalapiMarkers`, marker fills can now contain patterns for better accessibility.
- Feature: Slightly enlarge `useExtendedMasterportalapiMarkers` markers for easier usage on mobile devices.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ol": "^7.1.0"
},
"devDependencies": {
"@polar/lib-custom-types": "^1.2.0"
"@polar/lib-custom-types": "^1.4.0"
},
"files": [
"src/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/AddressSearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unpublished
## 1.2.1

- Fix: Keyboard navigation of results to work on all browsers.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Fullscreen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unpublished
## 1.2.1

- Fix: Add missing deregistration of event listeners on destruction.
- Fix: Aria-label was missing on fullscreen button.
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Gfi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unpublished
## 1.2.1

- Fix: Add missing deregistration of event listeners on destruction.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Pins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unpublished
## 1.3.0

- Feature: Pins can now be re-initialized with the `setupInitial` action. This is an advanced feature currently only available when coding clients.

Expand Down

0 comments on commit cef408e

Please sign in to comment.