diff --git a/CHANGELOG.md b/CHANGELOG.md index 337aeea..0ffab39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## v0.12.0 + - Patch: Support Svelte 5 in projects that use this library - Patch: Update Datawrapper Switching example with `title` and `ariaLabel` props diff --git a/package-lock.json b/package-lock.json index 3a22ac0..fc876e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@urbaninstitute/dataviz-components", - "version": "0.11.1", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@urbaninstitute/dataviz-components", - "version": "0.11.1", + "version": "0.12.0", "dependencies": { "@sveltejs/svelte-scroller": "^2.0.7", "@types/d3": "^7.4.3", diff --git a/package.json b/package.json index d209738..ecb3d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@urbaninstitute/dataviz-components", - "version": "0.11.1", + "version": "0.12.0", "scripts": { "dev": "npm run storybook", "build": "vite build && npm run package",