Skip to content

Commit a7aaf48

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 03e680e + 0dddf81 commit a7aaf48

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.8.5](https://github.com/Tracktor/map/compare/v1.8.4...v1.8.5) (2025-11-07)
6+
7+
8+
### 🐛 Fixes
9+
10+
* add type prop to Markers component and update defaultMarker in MapView ([f773338](https://github.com/Tracktor/map/commit/f77333806eb34a16f1480e7500e101b9c678aa13))
11+
512
### [1.8.4](https://github.com/Tracktor/map/compare/v1.8.3...v1.8.4) (2025-11-07)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A React library to easily display map with multiple tools",
44
"private": false,
55
"license": "UNLICENSED",
6-
"version": "1.8.4",
6+
"version": "1.8.5",
77
"type": "module",
88
"main": "dist/main.umd.cjs",
99
"module": "dist/main.js",

0 commit comments

Comments
 (0)