diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c452eae1f..b15fdecf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [2.7.6](https://github.com/italia/bootstrap-italia/compare/v2.7.5...v2.7.6) (2023-11-16) + + +### Bug Fixes + +* **a11y:** focus selector for tabs ([ef4d561](https://github.com/italia/bootstrap-italia/commit/ef4d561f8003202e6413efc80c41c3e611b20706)) +* chips margin ([e24854b](https://github.com/italia/bootstrap-italia/commit/e24854bcfacb95489118dbfdb5c624d23533197d)) + + +### Features + +* add sizes large and xl to standard and double spinners ([5db40d9](https://github.com/italia/bootstrap-italia/commit/5db40d99af60fbfd76d6cd2693752136786e67ad)) + + + ## [2.7.5](https://github.com/italia/bootstrap-italia/compare/v2.7.4...v2.7.5) (2023-10-25) diff --git a/_config.yml b/_config.yml index 2d1bc98f35..af9e6bc1a7 100644 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,7 @@ twitter: 'https://twitter.com/designersITA' twitter_handle: '@designersITA' # Versions -current_version: 2.7.5 +current_version: 2.7.6 bootstrap_version: 5.2.3 bootstrap_minor: 5.1 diff --git a/package-lock.json b/package-lock.json index d6dc798df5..8bda2e128e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "2.7.5", + "version": "2.7.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "2.7.5", + "version": "2.7.6", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index dfd74651a0..9e683e1f9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "2.7.5", + "version": "2.7.6", "keywords": [ "css", "sass", diff --git a/src/js/version.js b/src/js/version.js index 8cc4c931eb..287072ac70 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -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.7.5' +const BOOTSTRAP_ITALIA_VERSION = '2.7.6' export default BOOTSTRAP_ITALIA_VERSION diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index 6fad31abcf..a8c50612d7 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '2.7.5'; + --bootstrap-italia-version: '2.7.6'; }