Skip to content

Commit 60cde6c

Browse files
committed
chore(release): 2.17.5 🎉
1 parent e62ee01 commit 60cde6c

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.17.5](https://github.com/italia/bootstrap-italia/compare/v2.17.4...v2.17.5) (2026-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** image background on `d-flex` component viewer ([ad5eacb](https://github.com/italia/bootstrap-italia/commit/ad5eacbb903ec0ac2cfaf81e6444ec1afc19c40b))
7+
* **docs:** typo ([e78b675](https://github.com/italia/bootstrap-italia/commit/e78b6755af862a421e168a39857937b48daf8a18))
8+
* icon paths in card examples ([e62ee01](https://github.com/italia/bootstrap-italia/commit/e62ee01b434d5e97b70b0d9712e7618beacdd2b9))
9+
10+
11+
112
## [2.17.4](https://github.com/italia/bootstrap-italia/compare/v2.17.3...v2.17.4) (2026-02-17)
213

314

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA'
5454
twitter_handle: '@designersITA'
5555

5656
# Versions
57-
current_version: 2.17.4
57+
current_version: 2.17.5
5858
bootstrap_version: 5.2.3
5959
bootstrap_minor: 5.1
6060

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-italia",
3-
"version": "2.17.4",
3+
"version": "2.17.5",
44
"keywords": [
55
"css",
66
"sass",

src/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
// NOTE:bootstrap italia version variable, useful to check for the current version
1010

11-
const BOOTSTRAP_ITALIA_VERSION = '2.17.4'
11+
const BOOTSTRAP_ITALIA_VERSION = '2.17.5'
1212
export default BOOTSTRAP_ITALIA_VERSION

src/scss/base/_version.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:root {
2-
--bootstrap-italia-version: '2.17.4';
2+
--bootstrap-italia-version: '2.17.5';
33
}

0 commit comments

Comments
 (0)