diff --git a/CHANGELOG.md b/CHANGELOG.md index 26750474a1..73aea53e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.7.11](https://github.com/italia/bootstrap-italia/compare/v2.7.10...v2.7.11) (2023-12-13) + + +### Bug Fixes + +* input height ([287d8b9](https://github.com/italia/bootstrap-italia/commit/287d8b9a7dfe9485c806cf94551b13bb1dbded68)) +* label consistency ([1ecec9b](https://github.com/italia/bootstrap-italia/commit/1ecec9bae1be43cf93bed0d55dad66b8116417cc)) + + + ## [2.7.10](https://github.com/italia/bootstrap-italia/compare/v2.7.9...v2.7.10) (2023-12-07) diff --git a/_config.yml b/_config.yml index cb31fd1112..a38dc97aee 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA' twitter_handle: '@designersITA' # Versions -current_version: 2.7.10 +current_version: 2.7.11 bootstrap_version: 5.2.3 bootstrap_minor: 5.1 diff --git a/package-lock.json b/package-lock.json index d429afecfa..0b65dc169b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "2.7.10", + "version": "2.7.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "2.7.10", + "version": "2.7.11", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index eebac1af07..0780b2a24b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "2.7.10", + "version": "2.7.11", "keywords": [ "css", "sass", diff --git a/src/js/version.js b/src/js/version.js index da47177fa4..21ccccae7b 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.10' +const BOOTSTRAP_ITALIA_VERSION = '2.7.11' export default BOOTSTRAP_ITALIA_VERSION diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index d306921ffb..e608d0681f 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '2.7.10'; + --bootstrap-italia-version: '2.7.11'; }