Skip to content

Commit

Permalink
Explicitly include package.json files for subpackages (#10513)
Browse files Browse the repository at this point in the history
Remove redundant permissions on release CI to prevent a failure
Bump version to v3.8.2

Co-authored-by: Chart.js <>
  • Loading branch information
etimberg committed Jul 24, 2022
1 parent aa4507d commit 26e70b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -6,9 +6,6 @@ on:
contents: write # for actions/upload-release-asset to upload release asset
types: [published]

permissions:
contents: read

jobs:
setup:
permissions:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "chart.js",
"homepage": "https://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "3.8.1",
"version": "3.8.2",
"license": "MIT",
"jsdelivr": "dist/chart.min.js",
"unpkg": "dist/chart.min.js",
Expand All @@ -25,12 +25,14 @@
"url": "https://github.com/chartjs/Chart.js/issues"
},
"files": [
"auto/package.json",
"auto/**/*.js",
"auto/**/*.d.ts",
"dist/*.js",
"dist/chunks/*.js",
"types/*.d.ts",
"types/helpers/*.d.ts",
"helpers/package.json",
"helpers/**/*.js",
"helpers/**/*.d.ts"
],
Expand Down

0 comments on commit 26e70b7

Please sign in to comment.