Skip to content

Commit

Permalink
chore(release): 2.7.8 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Nov 30, 2023
1 parent 53c303b commit 6b9d68d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-italia",
"version": "2.7.7",
"version": "2.7.8",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/scss/custom/_version.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:root {
--bootstrap-italia-version: '2.7.7';
--bootstrap-italia-version: '2.7.8';
}

0 comments on commit 6b9d68d

Please sign in to comment.