Skip to content

Commit

Permalink
chore(release): 2.9.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Sep 17, 2024
1 parent 3674652 commit b7992f9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.9.1](https://github.com/italia/bootstrap-italia/compare/v2.9.0...v2.9.1) (2024-09-17)


### Bug Fixes

* **a11y:** change aria-describedby to aria-labelledby in section component ([a4ece2d](https://github.com/italia/bootstrap-italia/commit/a4ece2d97501b7443ec8db5dd611e8257add1910))
* **a11y:** italian messages by default for select autocomplete ([3674652](https://github.com/italia/bootstrap-italia/commit/36746526a71b1dfaaa60b20ec7fafeba45c10aa2))
* alert link underline ([9aa281d](https://github.com/italia/bootstrap-italia/commit/9aa281d95eea8d14587d728875f4a741789f2f5a))


### Features

* add parameter for localized generic validation messages ([5156681](https://github.com/italia/bootstrap-italia/commit/51566819109fe2e4e2790228dc70b7a443b66566))



# [2.9.0](https://github.com/italia/bootstrap-italia/compare/v2.8.8...v2.9.0) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA'
twitter_handle: '@designersITA'

# Versions
current_version: 2.9.0
current_version: 2.9.1
bootstrap_version: 5.2.3
bootstrap_minor: 5.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-italia",
"version": "2.9.0",
"version": "2.9.1",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// bootstrap italia version variable
// useful to check for the current version
// eslint-disable-next-line no-unused-vars
const BOOTSTRAP_ITALIA_VERSION = '2.9.0'
const BOOTSTRAP_ITALIA_VERSION = '2.9.1'
export default BOOTSTRAP_ITALIA_VERSION
2 changes: 1 addition & 1 deletion src/scss/custom/_version.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:root {
--bootstrap-italia-version: '2.9.0';
--bootstrap-italia-version: '2.9.1';
}

0 comments on commit b7992f9

Please sign in to comment.