Skip to content

Commit 4ada670

Browse files
committed
chore(release): 2.18.1 🎉
1 parent f1e198c commit 4ada670

6 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.18.1](https://github.com/italia/bootstrap-italia/compare/v2.18.0...v2.18.1) (2026-04-23)
2+
3+
4+
### Bug Fixes
5+
6+
* correct table style inheritance description ([5914bf7](https://github.com/italia/bootstrap-italia/commit/5914bf78659e294c8f7ebe00aa7c4241957e16fc))
7+
* replace shadow with border color [#1597](https://github.com/italia/bootstrap-italia/issues/1597) ([#1761](https://github.com/italia/bootstrap-italia/issues/1761)) ([f1e198c](https://github.com/italia/bootstrap-italia/commit/f1e198c433a89a3ef89a0946b80a30ed5f028435))
8+
* update examples_api_update_3.yml branch name ([feace15](https://github.com/italia/bootstrap-italia/commit/feace152bc628191021c38797d0af97e84696d1b))
9+
10+
11+
112
# [2.18.0](https://github.com/italia/bootstrap-italia/compare/v2.17.5...v2.18.0) (2026-03-05)
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.18.0
57+
current_version: 2.18.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.18.0",
3+
"version": "2.18.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.18.0'
11+
const BOOTSTRAP_ITALIA_VERSION = '2.18.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.18.0';
2+
--bootstrap-italia-version: '2.18.1';
33
}

0 commit comments

Comments
 (0)