Skip to content

Commit

Permalink
chore(release): 2.12.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Nov 25, 2024
1 parent a1c837b commit e670237
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.12.0](https://github.com/italia/bootstrap-italia/compare/v2.11.2...v2.12.0) (2024-11-25)


### Bug Fixes

* remove removed element reference from toolbar ([7ea92a4](https://github.com/italia/bootstrap-italia/commit/7ea92a4f76109a8f9eb16d6fe62c62a1f5a08b1b))


### Features

* new focus state ([a1c837b](https://github.com/italia/bootstrap-italia/commit/a1c837be9e36ffcb6bc7561a6034a293ab294e66))



## [2.11.2](https://github.com/italia/bootstrap-italia/compare/v2.11.1...v2.11.2) (2024-11-19)


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.11.2
current_version: 2.12.0
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.11.2",
"version": "2.12.0",
"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

const BOOTSTRAP_ITALIA_VERSION = '2.11.2'
const BOOTSTRAP_ITALIA_VERSION = '2.12.0'
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.11.2';
--bootstrap-italia-version: '2.12.0';
}

0 comments on commit e670237

Please sign in to comment.