Skip to content

Commit e717198

Browse files
authored
Bump to version 3.0.0 (#883)
1 parent c7d95f1 commit e717198

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chartjs-plugin-annotation",
33
"homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index",
44
"description": "Annotations for Chart.js",
5-
"version": "2.2.1",
5+
"version": "3.0.0",
66
"author": "Evert Timberg <evert.timberg@gmail.com>",
77
"license": "MIT",
88
"type": "module",
@@ -53,7 +53,7 @@
5353
"@simonbrunel/vuepress-plugin-versions": "^0.2.0",
5454
"@typescript-eslint/eslint-plugin": "^5.51.0",
5555
"@typescript-eslint/parser": "^5.51.0",
56-
"chart.js": "^4.2.1",
56+
"chart.js": "^4.3.0",
5757
"chartjs-test-utils": "^0.5.0",
5858
"concurrently": "^7.6.0",
5959
"cross-env": "^7.0.3",

test/integration/node-commonjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"@napi-rs/canvas": "^0.1.30",
9-
"chart.js": "^4.2.1",
9+
"chart.js": "^4.3.0",
1010
"chartjs-plugin-annotation": "file:../plugin.tgz"
1111
}
1212
}

test/integration/node-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@napi-rs/canvas": "^0.1.30",
10-
"chart.js": "^4.2.1",
10+
"chart.js": "^4.3.0",
1111
"chartjs-plugin-annotation": "file:../plugin.tgz"
1212
}
1313
}

test/integration/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "node test.js"
66
},
77
"dependencies": {
8-
"chart.js": "^4.2.1",
8+
"chart.js": "^4.3.0",
99
"chartjs-plugin-annotation": "file:../plugin.tgz",
1010
"typescript-4.2": "npm:typescript@4.2.x",
1111
"typescript-4.3": "npm:typescript@4.3.x",

0 commit comments

Comments
 (0)