Skip to content

Commit 64fa5f7

Browse files
committed
chore(release): 2.17.2 🎉
1 parent e4804b9 commit 64fa5f7

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.17.2](https://github.com/italia/bootstrap-italia/compare/v2.17.1...v2.17.2) (2026-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* removed invalid selector `:after .icon` ([e4804b9](https://github.com/italia/bootstrap-italia/commit/e4804b9e71845e98307ea1e134af8a5d47e8d7b7))
7+
8+
9+
110
## [2.17.1](https://github.com/italia/bootstrap-italia/compare/v2.17.0...v2.17.1) (2025-12-18)
211

312

_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.1
57+
current_version: 2.17.2
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.1",
3+
"version": "2.17.2",
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.1'
11+
const BOOTSTRAP_ITALIA_VERSION = '2.17.2'
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.1';
2+
--bootstrap-italia-version: '2.17.2';
33
}

0 commit comments

Comments
 (0)