Skip to content

Commit

Permalink
release: v4.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Oct 30, 2023
1 parent 7a9a323 commit 54cad63
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 23 deletions.
6 changes: 2 additions & 4 deletions build/change-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ const DRY_RUN = process.argv.includes('--dry') || process.argv.includes('--dry-r
// These are the files we only care about replacing the version
const FILES = [
'README.md',
'hugo.yml',
'js/src/base-component.js',
'package.js',
'scss/mixins/_banner.scss'
'js/src/custom-tooltips.js',
'scss/coreui-chartjs.scss'
]

// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37
Expand Down
2 changes: 1 addition & 1 deletion dist/css/coreui-chartjs.css

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

2 changes: 1 addition & 1 deletion dist/css/coreui-chartjs.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-chartjs.min.css

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

2 changes: 1 addition & 1 deletion dist/css/coreui-chartjs.min.css.map

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

4 changes: 2 additions & 2 deletions dist/js/coreui-chartjs.esm.js

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

Loading

0 comments on commit 54cad63

Please sign in to comment.