From 9a0254b3ef8d90c049d79823f479ab8e95c640a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:54:59 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @reuters-graphics/graphics-components@3.0.21 [skip ci] --- .changeset/chubby-geckos-read.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chubby-geckos-read.md diff --git a/.changeset/chubby-geckos-read.md b/.changeset/chubby-geckos-read.md deleted file mode 100644 index f3c2a808..00000000 --- a/.changeset/chubby-geckos-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reuters-graphics/graphics-components': patch ---- - -Fixes a bug in PhotoPack that on earlier iPhones would break. Also adds smarter default layouts based on the number of images in the pack and the max width of the PhotoPack. diff --git a/CHANGELOG.md b/CHANGELOG.md index 43875169..e043b77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @reuters-graphics/graphics-components +## 3.0.21 + +### Patch Changes + +- a2e6e8d: Fixes a bug in PhotoPack that on earlier iPhones would break. Also adds smarter default layouts based on the number of images in the pack and the max width of the PhotoPack. + ## 3.0.20 ### Patch Changes diff --git a/package.json b/package.json index 07e06255..3177fea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reuters-graphics/graphics-components", - "version": "3.0.20", + "version": "3.0.21", "type": "module", "private": false, "homepage": "https://reuters-graphics.github.io/graphics-components",