Merge pull request #276 from reuters-graphics/changeset-release/main

Version Packages
This commit is contained in:
MinamiFunakoshiTR 2025-04-21 15:00:41 -05:00 committed by GitHub
commit 002fc77ab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 12 deletions

View file

@ -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).

View file

@ -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

View file

@ -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",