diff --git a/CHANGELOG.md b/CHANGELOG.md index a2551d3956..6b2877e92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [2.7.8](https://github.com/italia/bootstrap-italia/compare/v2.7.7...v2.7.8) (2023-11-30) + + +### Bug Fixes + +* active label input group ([53c303b](https://github.com/italia/bootstrap-italia/commit/53c303b91e45f6bb8cc1adc2d0d7d639f6a37096)) +* chips margins ([ee4a81e](https://github.com/italia/bootstrap-italia/commit/ee4a81edb8aa8885d2b64e733a60a43adf597ec6)) +* container xl max width ([3ce6086](https://github.com/italia/bootstrap-italia/commit/3ce60862fc5b42e8bf7784e472f5606b6b6c6964)) +* **i18n:** video component italian labels ([9679e1b](https://github.com/italia/bootstrap-italia/commit/9679e1bcc85aee8c6798870562bb04893ddcb631)) + + +### Features + +* remove bootstrap italia comuni ([35d56a2](https://github.com/italia/bootstrap-italia/commit/35d56a266f27b53b90c4c66be0bc23513e1a86bb)) + + + ## [2.7.7](https://github.com/italia/bootstrap-italia/compare/v2.7.6...v2.7.7) (2023-11-21) diff --git a/_config.yml b/_config.yml index ed5556c850..235c84714d 100644 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,7 @@ twitter: 'https://twitter.com/designersITA' twitter_handle: '@designersITA' # Versions -current_version: 2.7.7 +current_version: 2.7.8 bootstrap_version: 5.2.3 bootstrap_minor: 5.1 diff --git a/package-lock.json b/package-lock.json index 0bdea66803..b58ae32f09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "2.7.7", + "version": "2.7.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "2.7.7", + "version": "2.7.8", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index a1072dc487..b0a2ee0b61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "2.7.7", + "version": "2.7.8", "keywords": [ "css", "sass", diff --git a/src/js/version.js b/src/js/version.js index 7e5ff3f754..5eeb79c7dc 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.7' +const BOOTSTRAP_ITALIA_VERSION = '2.7.8' export default BOOTSTRAP_ITALIA_VERSION diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index 0b6ad8b961..c216abb943 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '2.7.7'; + --bootstrap-italia-version: '2.7.8'; }