diff --git a/CHANGELOG.md b/CHANGELOG.md index 4024dc314..369a61160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.8.8](https://github.com/italia/bootstrap-italia/compare/v2.8.7...v2.8.8) (2024-06-04) + + +### Bug Fixes + +* callout title ([80bd403](https://github.com/italia/bootstrap-italia/commit/80bd403fa19311bea4e16b2751b052c72f4f5fd0)) +* remove dimmer opacity and apply alpha ([e23dadc](https://github.com/italia/bootstrap-italia/commit/e23dadc6b7eccdc8aa21cf01965a0a79405ac6a0)) +* z-index stack ([f72e06f](https://github.com/italia/bootstrap-italia/commit/f72e06fb2aaa37a91dcd793a548663f18da1d46f)) + + + ## [2.8.7](https://github.com/italia/bootstrap-italia/compare/v2.8.6...v2.8.7) (2024-05-20) diff --git a/_config.yml b/_config.yml index 3598314b6..d5971b60c 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA' twitter_handle: '@designersITA' # Versions -current_version: 2.8.7 +current_version: 2.8.8 bootstrap_version: 5.2.3 bootstrap_minor: 5.1 diff --git a/package-lock.json b/package-lock.json index df4c3829c..36846eff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "2.8.7", + "version": "2.8.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "2.8.7", + "version": "2.8.8", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index 3a86053bf..38dd68063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "2.8.7", + "version": "2.8.8", "keywords": [ "css", "sass", diff --git a/src/js/version.js b/src/js/version.js index 5f27d8718..04592a9d3 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.8.7' +const BOOTSTRAP_ITALIA_VERSION = '2.8.8' export default BOOTSTRAP_ITALIA_VERSION diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index 18a1453c6..9e317f7c6 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '2.8.7'; + --bootstrap-italia-version: '2.8.8'; }