summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:18 +0000
commit48cf6e8facedb321cbc82d50881a45ebc70d4ce3 (patch)
tree1ee64b8c0f576896f62a5d4ec7ec0287fc0e0570 /build
parentReleasing debian version 1.10.5+dfsg-4. (diff)
downloadbootstrap-icons-48cf6e8facedb321cbc82d50881a45ebc70d4ce3.tar.xz
bootstrap-icons-48cf6e8facedb321cbc82d50881a45ebc70d4ce3.zip
Merging upstream version 1.11.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build')
-rw-r--r--build/bump-version.mjs6
-rw-r--r--build/font/css.hbs2
-rw-r--r--build/font/scss.hbs2
3 files changed, 5 insertions, 5 deletions
diff --git a/build/bump-version.mjs b/build/bump-version.mjs
index d08d0a9..5f07415 100644
--- a/build/bump-version.mjs
+++ b/build/bump-version.mjs
@@ -6,8 +6,8 @@
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/
-const { execFile } = require('node:child_process')
-const fs = require('node:fs').promises
+import { execFile } from 'node:child_process'
+import fs from 'node:fs/promises'
const VERBOSE = process.argv.includes('--verbose')
const DRY_RUN = process.argv.includes('--dry') || process.argv.includes('--dry-run')
@@ -16,7 +16,7 @@ const DRY_RUN = process.argv.includes('--dry') || process.argv.includes('--dry-r
const FILES = [
'build/font/css.hbs',
'build/font/scss.hbs',
- 'config.yml'
+ 'hugo.yml'
]
// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37
diff --git a/build/font/css.hbs b/build/font/css.hbs
index 76f27ce..8ce7959 100644
--- a/build/font/css.hbs
+++ b/build/font/css.hbs
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
+ * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/
diff --git a/build/font/scss.hbs b/build/font/scss.hbs
index e3bfaf0..1453d25 100644
--- a/build/font/scss.hbs
+++ b/build/font/scss.hbs
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
+ * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/