Skip to content

Commit c6c9c2f

Browse files
committed
chore(release): 2.18.0 🎉
1 parent 834198f commit c6c9c2f

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.18.0](https://github.com/italia/bootstrap-italia/compare/v2.17.5...v2.18.0) (2026-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **a11y:** improve modal with icon example and docs ([#1593](https://github.com/italia/bootstrap-italia/issues/1593)) ([6a09ef0](https://github.com/italia/bootstrap-italia/commit/6a09ef0672fbf7eaec131df10d95c43f1eff6290))
7+
* tooltip stays open when mouse moves on it ([a2529b1](https://github.com/italia/bootstrap-italia/commit/a2529b193a049248e11403fddf8f5ce6e43be760))
8+
9+
10+
### Features
11+
12+
* increase gutter-x starting from md breakpoint ([407fed5](https://github.com/italia/bootstrap-italia/commit/407fed53bb3e1456c254d54f12087058cf76c0a1))
13+
14+
15+
116
## [2.17.5](https://github.com/italia/bootstrap-italia/compare/v2.17.4...v2.17.5) (2026-02-24)
217

318

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

0 commit comments

Comments
 (0)