From 2cd1662a90fa4195d94affbdbed48f996c0f1bf2 Mon Sep 17 00:00:00 2001 From: mitchthorson Date: Mon, 9 Sep 2024 12:00:28 -0400 Subject: [PATCH] 0.11.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6493ff3..f6b2d93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@urbaninstitute/dataviz-components", - "version": "0.10.2", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@urbaninstitute/dataviz-components", - "version": "0.10.2", + "version": "0.11.0", "dependencies": { "@sveltejs/svelte-scroller": "^2.0.7", "@types/d3": "^7.4.3", diff --git a/package.json b/package.json index 8cfdc94..1b6542f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@urbaninstitute/dataviz-components", - "version": "0.10.2", + "version": "0.11.0", "scripts": { "dev": "npm run storybook", "build": "vite build && npm run package",