Skip to content

Commit 54cad63

Browse files
committed
release: v4.0.0-beta.0
1 parent 7a9a323 commit 54cad63

17 files changed

+21
-23
lines changed

build/change-version.mjs

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ const DRY_RUN = process.argv.includes('--dry') || process.argv.includes('--dry-r
1616
// These are the files we only care about replacing the version
1717
const FILES = [
1818
'README.md',
19-
'hugo.yml',
20-
'js/src/base-component.js',
21-
'package.js',
22-
'scss/mixins/_banner.scss'
19+
'js/src/custom-tooltips.js',
20+
'scss/coreui-chartjs.scss'
2321
]
2422

2523
// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37

dist/css/coreui-chartjs.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-chartjs.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-chartjs.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-chartjs.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui-chartjs.esm.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)