diff --git a/package-lock.json b/package-lock.json index b323c5f02..042cf6bdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22622,7 +22622,7 @@ }, "packages/components": { "name": "@mapsindoors/components", - "version": "13.23.0", + "version": "13.24.1", "license": "MIT", "dependencies": { "@11ty/eleventy": "^2.0.1", @@ -22662,7 +22662,7 @@ }, "packages/map-template": { "name": "@mapsindoors/map-template", - "version": "1.61.0", + "version": "1.64.0", "devDependencies": { "@googlemaps/js-api-loader": "^1.15.1", "@mapsindoors/components": "*", diff --git a/packages/map-template/CHANGELOG.md b/packages/map-template/CHANGELOG.md index 48e9cebcc..b7b8d1795 100644 --- a/packages/map-template/CHANGELOG.md +++ b/packages/map-template/CHANGELOG.md @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.65.1] - 2025-01-08 + +## Fixed + +- Upgrade to SDK v4.38.3. + ## [1.65.0] - 2025-01-08 ## Added -- Added functionality to exit location details by clicking outside MapsIndoors data on the map for both Google Maps and Mapbox +- Added functionality to exit location details by clicking outside MapsIndoors data on the map for both Google Maps and Mapbox. ## [1.64.0] - 2025-01-02 diff --git a/packages/map-template/src/components/MapTemplate/MapTemplate.jsx b/packages/map-template/src/components/MapTemplate/MapTemplate.jsx index 24c374b42..bd9f1d587 100644 --- a/packages/map-template/src/components/MapTemplate/MapTemplate.jsx +++ b/packages/map-template/src/components/MapTemplate/MapTemplate.jsx @@ -182,8 +182,8 @@ function MapTemplate({ apiKey, gmApiKey, mapboxAccessToken, venue, locationId, p const miSdkApiTag = document.createElement('script'); miSdkApiTag.setAttribute('type', 'text/javascript'); - miSdkApiTag.setAttribute('src', 'https://app.mapsindoors.com/mapsindoors/js/sdk/4.38.2/mapsindoors-4.38.2.js.gz'); - miSdkApiTag.setAttribute('integrity', 'sha384-Ywo8TNPD4mVQcg1bSohPqLygw8huofC98LqPHf12dEreXTEUeoW7nFj/qQVlZNTt'); + miSdkApiTag.setAttribute('src', 'https://app.mapsindoors.com/mapsindoors/js/sdk/4.38.3/mapsindoors-4.38.3.js.gz'); + miSdkApiTag.setAttribute('integrity', 'sha384-FxD5vpehKEMNIGGGttzJBH+usFb0qGMRbFOGqUY15cpDCIKZv4Dbc812+aYCIyvZ'); miSdkApiTag.setAttribute('crossorigin', 'anonymous'); document.body.appendChild(miSdkApiTag); miSdkApiTag.onload = () => {