diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ea1d6fc3..530f74910f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [2.8.0](https://github.com/italia/bootstrap-italia/compare/v2.7.12...v2.8.0) (2023-12-15) + + +### Features + +* **a11y:** buttons and anchors changes ([5dcd6e8](https://github.com/italia/bootstrap-italia/commit/5dcd6e87571eac5a3e4de33eb0e1e01d7a9d282f)) +* **a11y:** new megamenu ([96005f7](https://github.com/italia/bootstrap-italia/commit/96005f78c9497e265a2233798f83f43f68e4543d)) +* new input with prepend icon ([825cdca](https://github.com/italia/bootstrap-italia/commit/825cdca7679e50539e3a33e61681a0ece8a0f21f)) + + + ## [2.7.12](https://github.com/italia/bootstrap-italia/compare/v2.7.11...v2.7.12) (2023-12-13) diff --git a/_config.yml b/_config.yml index fcbac508d8..d9af3bdafb 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA' twitter_handle: '@designersITA' # Versions -current_version: 2.7.12 +current_version: 2.8.0 bootstrap_version: 5.2.3 bootstrap_minor: 5.1 diff --git a/package-lock.json b/package-lock.json index 0f22b419ce..aa1697bbc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "2.7.12", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "2.7.12", + "version": "2.8.0", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index 68d31a6029..fbb5cdda68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "2.7.12", + "version": "2.8.0", "keywords": [ "css", "sass", diff --git a/src/js/version.js b/src/js/version.js index ad00c4d83d..8ef2a9dab3 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.12' +const BOOTSTRAP_ITALIA_VERSION = '2.8.0' export default BOOTSTRAP_ITALIA_VERSION diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index 2ba45daeea..6486af35da 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '2.7.12'; + --bootstrap-italia-version: '2.8.0'; }