Skip to content

Commit

Permalink
chore(release): 2.8.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Mar 22, 2024
1 parent 584cac8 commit 24d2090
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.4](https://github.com/italia/bootstrap-italia/compare/v2.8.3...v2.8.4) (2024-03-22)


### Bug Fixes

* callout title size ([584cac8](https://github.com/italia/bootstrap-italia/commit/584cac895b3a2a1f16a8d93b2b9739554b10cd25))
* changed alert size and position ([204eb4f](https://github.com/italia/bootstrap-italia/commit/204eb4f20ed5f4ff318115385059196621eee0e5))
* changes badge size ([a2123d1](https://github.com/italia/bootstrap-italia/commit/a2123d1be824c4c0d10d15ff66e9ea86b127f190))



## [2.8.3](https://github.com/italia/bootstrap-italia/compare/v2.8.2...v2.8.3) (2024-03-12)


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.3
current_version: 2.8.4
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.3",
"version": "2.8.4",
"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.3'
const BOOTSTRAP_ITALIA_VERSION = '2.8.4'
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.3';
--bootstrap-italia-version: '2.8.4';
}

0 comments on commit 24d2090

Please sign in to comment.