Skip to content

Commit 48da7b5

Browse files
committed
chore(release): 2.17.1 🎉
1 parent ed614ad commit 48da7b5

6 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.17.1](https://github.com/italia/bootstrap-italia/compare/v2.17.0...v2.17.1) (2025-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* breadcrumb screen reader announcement, ignore separators ([381f845](https://github.com/italia/bootstrap-italia/commit/381f845d23218ef22cd40f241d1d9224c7588295))
7+
* **scss:** resolving sass deprecation warnings and compilation errors ([faa996c](https://github.com/italia/bootstrap-italia/commit/faa996c739799dfa03967f4c74c78db8f144aa84))
8+
9+
10+
111
# [2.17.0](https://github.com/italia/bootstrap-italia/compare/v2.16.2...v2.17.0) (2025-10-28)
212

313

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

0 commit comments

Comments
 (0)