From 4a9e4b311e5ebe7e749b9b5b2e39b58708ec6c63 Mon Sep 17 00:00:00 2001 From: Max Burri Date: Tue, 4 Aug 2026 13:49:02 +0200 Subject: [PATCH] v6.5.2 --- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b30f164..2f197913a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,15 @@ and this project adheres to You can also check the [release page](https://github.com/visualize-admin/visualization-tool/releases) -## Unreleased +## next release + +## 6.5.2 – 2026-08-04 - Fixes - - Detect if the `/browse` page is embedded in an iframe and adjust the layout accordingly - - Allow '/browse' to be embedded in an iframe for opendata.swiss and admin.ch domains + - Detect if the `/browse` page is embedded in an iframe and adjust the layout + accordingly + - Allow '/browse' to be embedded in an iframe for opendata.swiss and admin.ch + domains ## 6.5.1 – 2026-07-10 diff --git a/package.json b/package.json index 97e97cb05..99be95388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@foen-admin-ch/visualize", - "version": "6.5.1", + "version": "6.5.2", "repository": { "type": "git", "url": "git+https://github.com/visualize-admin/visualization-tool.git"