Skip to content

Commit

Permalink
chore(release): 2.13.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 29, 2025
1 parent 0e842eb commit 0490021
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.13.2](https://github.com/italia/bootstrap-italia/compare/v2.13.1...v2.13.2) (2025-01-29)


### Bug Fixes

* focus management on specific elements ([55360e8](https://github.com/italia/bootstrap-italia/commit/55360e85696fc2e02939f913e6b39bc97d4d6126))
* focus on input and buttons ([af4503a](https://github.com/italia/bootstrap-italia/commit/af4503a2caf86d2ae848429cc3d8fd3d48349fe2))
* more focus adjustments ([0e842eb](https://github.com/italia/bootstrap-italia/commit/0e842eb36daf83981736d28b7601f5aa24dfcf7e))



## [2.13.1](https://github.com/italia/bootstrap-italia/compare/v2.13.0...v2.13.1) (2025-01-24)


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.13.1
current_version: 2.13.2
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.13.1",
"version": "2.13.2",
"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
Expand Up @@ -8,5 +8,5 @@

// NOTE:bootstrap italia version variable, useful to check for the current version

const BOOTSTRAP_ITALIA_VERSION = '2.13.1'
const BOOTSTRAP_ITALIA_VERSION = '2.13.2'
export default BOOTSTRAP_ITALIA_VERSION
2 changes: 1 addition & 1 deletion src/scss/base/_version.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:root {
--bootstrap-italia-version: '2.13.1';
--bootstrap-italia-version: '2.13.2';
}

0 comments on commit 0490021

Please sign in to comment.