From 74fe59a35997e22a10b25565777cdf5459ce933f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:00:08 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @reuters-graphics/graphics-components@3.0.16 [skip ci] --- .changeset/big-wombats-flow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/big-wombats-flow.md diff --git a/.changeset/big-wombats-flow.md b/.changeset/big-wombats-flow.md deleted file mode 100644 index c4929f3a..00000000 --- a/.changeset/big-wombats-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reuters-graphics/graphics-components': patch ---- - -Fixes prettifyDate to format Aug, Oct-Dec diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e43095..27bda05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @reuters-graphics/graphics-components +## 3.0.16 + +### Patch Changes + +- 2b6b4f4: Fixes prettifyDate to format Aug, Oct-Dec + ## 3.0.15 ### Patch Changes diff --git a/package.json b/package.json index dd6e6288..21ea3eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reuters-graphics/graphics-components", - "version": "3.0.15", + "version": "3.0.16", "type": "module", "private": false, "homepage": "https://reuters-graphics.github.io/graphics-components",