Bump package version in preparation for alpha2 release (#7586)

* Bump package version in preparation for alpha2 release
* Bump lockfile as well
* Mark build as pre-release
This commit is contained in:
Evert Timberg 2020-07-17 16:41:27 -04:00 committed by GitHub
parent b6d3579bb1
commit 1b81ecd375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -56,3 +56,4 @@ deploy:
skip_cleanup: true
on:
tags: true
tag: next

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "chart.js",
"version": "3.0.0-alpha",
"version": "3.0.0-alpha.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "chart.js",
"homepage": "https://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "3.0.0-alpha",
"version": "3.0.0-alpha.2",
"license": "MIT",
"jsdelivr": "dist/chart.min.js",
"unpkg": "dist/chart.min.js",