Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chartjs/Chart.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.1
Choose a base ref
...
head repository: chartjs/Chart.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.2
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jul 24, 2022

  1. Explicitly include package.json files for subpackages (#10513)

    Remove redundant permissions on release CI to prevent a failure
    Bump version to v3.8.2
    
    Co-authored-by: Chart.js <>
    etimberg authored Jul 24, 2022
    Copy the full SHA
    26e70b7 View commit details
Showing with 5 additions and 6 deletions.
  1. +0 −3 .github/workflows/release.yml
  2. +2 −2 package-lock.json
  3. +3 −1 package.json
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -6,9 +6,6 @@ on:
contents: write # for actions/upload-release-asset to upload release asset
types: [published]

permissions:
contents: read

jobs:
setup:
permissions:
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
Original file line number Diff line number Diff line change
@@ -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",
@@ -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"
],