Skip to content

Commit

Permalink
chore(release): 2.8.8 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jun 4, 2024
1 parent f72e06f commit 8db48b2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.8.8](https://github.com/italia/bootstrap-italia/compare/v2.8.7...v2.8.8) (2024-06-04)


### Bug Fixes

* callout title ([80bd403](https://github.com/italia/bootstrap-italia/commit/80bd403fa19311bea4e16b2751b052c72f4f5fd0))
* remove dimmer opacity and apply alpha ([e23dadc](https://github.com/italia/bootstrap-italia/commit/e23dadc6b7eccdc8aa21cf01965a0a79405ac6a0))
* z-index stack ([f72e06f](https://github.com/italia/bootstrap-italia/commit/f72e06fb2aaa37a91dcd793a548663f18da1d46f))



## [2.8.7](https://github.com/italia/bootstrap-italia/compare/v2.8.6...v2.8.7) (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA'
twitter_handle: '@designersITA'

# Versions
current_version: 2.8.7
current_version: 2.8.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.8.7",
"version": "2.8.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.8.7'
const BOOTSTRAP_ITALIA_VERSION = '2.8.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.8.7';
--bootstrap-italia-version: '2.8.8';
}

0 comments on commit 8db48b2

Please sign in to comment.