diff --git a/CHANGELOG.md b/CHANGELOG.md index 7466da397..4c284adc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.8.4](https://github.com/italia/bootstrap-italia/compare/v2.8.3...v2.8.4) (2024-03-22) + + +### Bug Fixes + +* callout title size ([584cac8](https://github.com/italia/bootstrap-italia/commit/584cac895b3a2a1f16a8d93b2b9739554b10cd25)) +* changed alert size and position ([204eb4f](https://github.com/italia/bootstrap-italia/commit/204eb4f20ed5f4ff318115385059196621eee0e5)) +* changes badge size ([a2123d1](https://github.com/italia/bootstrap-italia/commit/a2123d1be824c4c0d10d15ff66e9ea86b127f190)) + + + ## [2.8.3](https://github.com/italia/bootstrap-italia/compare/v2.8.2...v2.8.3) (2024-03-12) diff --git a/_config.yml b/_config.yml index f4b94a3c4..594a1514a 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA' twitter_handle: '@designersITA' # Versions -current_version: 2.8.3 +current_version: 2.8.4 bootstrap_version: 5.2.3 bootstrap_minor: 5.1 diff --git a/package-lock.json b/package-lock.json index 71b151680..53bc480c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "2.8.3", + "version": "2.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "2.8.3", + "version": "2.8.4", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index 026b1c033..452163727 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "2.8.3", + "version": "2.8.4", "keywords": [ "css", "sass", diff --git a/src/js/version.js b/src/js/version.js index dafc9cf8e..3e7ffa41d 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.3' +const BOOTSTRAP_ITALIA_VERSION = '2.8.4' export default BOOTSTRAP_ITALIA_VERSION diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index 7bda5097c..8afd72837 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '2.8.3'; + --bootstrap-italia-version: '2.8.4'; }