From a9dbee35ae656a079183ee83b524af316f8925b3 Mon Sep 17 00:00:00 2001 From: eatyourpeas Date: Sat, 15 Jun 2024 11:24:53 +0100 Subject: [PATCH] patch package version increment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cebd4c..cf4319d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rcpch/digital-growth-charts-react-component-library", - "version": "7.0.1", + "version": "7.0.2", "description": "A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components", "main": "build/index.js", "module": "build/esm.index.js",