From 0e63530e1f8e3fae53ff6500990f9c065001006a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:56:52 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @reuters-graphics/graphics-components@3.0.0 [skip ci] --- .changeset/modern-pants-move.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/modern-pants-move.md diff --git a/.changeset/modern-pants-move.md b/.changeset/modern-pants-move.md deleted file mode 100644 index 30d25148..00000000 --- a/.changeset/modern-pants-move.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@reuters-graphics/graphics-components': major ---- - -Svelte 5.0+ components. - -#### What's in it? - -3.0 updates all graphics components to [Svelte 5 syntax](https://svelte.dev/docs/svelte/v5-migration-guide). - -Components are now only compatible with Svelte 5-based versions of the graphics kit, starting with [1.1.0](https://github.com/reuters-graphics/bluprint_graphics-kit/blob/main/CHANGELOG.md#110). diff --git a/CHANGELOG.md b/CHANGELOG.md index a70afc66..75e6de88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @reuters-graphics/graphics-components +## 3.0.0 + +### Major Changes + +- 7432131: Svelte 5.0+ components. + + #### What's in it? + + 3.0 updates all graphics components to [Svelte 5 syntax](https://svelte.dev/docs/svelte/v5-migration-guide). + + Components are now only compatible with Svelte 5-based versions of the graphics kit, starting with [1.1.0](https://github.com/reuters-graphics/bluprint_graphics-kit/blob/main/CHANGELOG.md#110). + ## 2.0.3 ### Patch Changes diff --git a/package.json b/package.json index 9d065b60..c2d27323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reuters-graphics/graphics-components", - "version": "2.0.3", + "version": "3.0.0", "type": "module", "private": false, "homepage": "https://reuters-graphics.github.io/graphics-components",