Skip to content

Commit 95475af

Browse files
authored
Merge pull request #74 from sgratzl/release/v4.2.2
Release v4.2.2
2 parents d854249 + e597436 commit 95475af

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2019 datavisyn GmbH
4-
Copyright (c) 2019-2022 Samuel Gratzl
4+
Copyright (c) 2019-2023 Samuel Gratzl
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sgratzl/chartjs-chart-boxplot",
33
"description": "Chart.js module for charting boxplots and violin charts",
4-
"version": "4.2.1",
4+
"version": "4.2.2",
55
"publishConfig": {
66
"access": "public"
77
},

src/controllers/BoxPlotController.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ export class BoxPlotController extends StatsBase<IBoxPlot, Required<IBoxplotOpti
4040
}
4141
}
4242

43-
/**
44-
* @internal
45-
*/
4643
static readonly id = 'boxplot';
4744

4845
/**

src/controllers/ViolinController.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export class ViolinController extends StatsBase<IViolin, Required<IViolinOptions
4343
}
4444
}
4545

46-
/**
47-
* @internal
48-
*/
4946
static readonly id = 'violin';
5047

5148
/**

0 commit comments

Comments
 (0)