Skip to content

Commit 8e9e968

Browse files
committed
chore(release): 2.17.0 🎉
1 parent 8c6a789 commit 8e9e968

6 files changed

Lines changed: 28 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [2.17.0](https://github.com/italia/bootstrap-italia/compare/v2.16.2...v2.17.0) (2025-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* border for custom outline button variants ([b034f8b](https://github.com/italia/bootstrap-italia/commit/b034f8b7653b9a9fc0c3f778b19d4b9673122fdb))
7+
* duplicated text color classes ([8c6a789](https://github.com/italia/bootstrap-italia/commit/8c6a789cc9254400a5016c2f8c81f8a41f95d97a))
8+
* icon alignment ([063664b](https://github.com/italia/bootstrap-italia/commit/063664bca5607aba1696af61cc67a83b30eb9807))
9+
* icon alignment ([23c82bb](https://github.com/italia/bootstrap-italia/commit/23c82bbe60fd8f961ca8cb5404e05a60af82ba82))
10+
* icon wrapper ([ea8e992](https://github.com/italia/bootstrap-italia/commit/ea8e9921ec8494b153099f8b7e1e4796ee41ec75))
11+
* input optgroup and textarea text color ([d6d40ea](https://github.com/italia/bootstrap-italia/commit/d6d40ea14906bd368c056127e010ed7070f35cee))
12+
* reduce form label z-index ([6f22a65](https://github.com/italia/bootstrap-italia/commit/6f22a6591fee36d84015853bb55cdd35b6a523b9))
13+
* remove position absolute ([2459119](https://github.com/italia/bootstrap-italia/commit/245911924fc4538d714a95ab98707d9ee8e357ec))
14+
* right alignment ([c5006e5](https://github.com/italia/bootstrap-italia/commit/c5006e5810aa79efa29c3906fd19dbfd43fad5b8))
15+
16+
17+
### Features
18+
19+
* make accent and neutral HSB variables overridable ([12ab844](https://github.com/italia/bootstrap-italia/commit/12ab844cc92ee5f9fdc60ae4cbd839ecbd9c550f))
20+
21+
22+
123
## [2.16.2](https://github.com/italia/bootstrap-italia/compare/v2.16.1...v2.16.2) (2025-09-29)
224

325

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

0 commit comments

Comments
 (0)