Skip to content

Commit dc155a9

Browse files
committed
bump package version
1 parent 4a714b0 commit dc155a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rcpch/digital-growth-charts-react-component-library",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components",
55
"main": "build/index.js",
66
"module": "build/esm.index.js",

src/RCPCHChart/RCPCHChart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const RCPCHChart: React.FC<RCPCHChartProps> = ({
122122
);
123123

124124
// uncomment in development
125-
// console.log("loading from locally...");
125+
// console.log('loading from locally...');
126126

127127
// create subtitle from sex, reference and measurementMethod
128128
const subtitleReferenceMeasurementMethod = `${nameForReference(reference)} - ${nameForMeasurementMethod(measurementMethod)}`;

0 commit comments

Comments
 (0)