Skip to content

Commit

Permalink
chore(release): 2.5.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jun 13, 2023
1 parent 75d52b3 commit bab1700
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.5.1](https://github.com/italia/bootstrap-italia/compare/v2.5.0...v2.5.1) (2023-06-13)


### Bug Fixes

* card with image not having padding around body text ([75d52b3](https://github.com/italia/bootstrap-italia/commit/75d52b309d2cc361ddea975b79b35725bd83b17d))
* pager link font weight ([4a90a72](https://github.com/italia/bootstrap-italia/commit/4a90a724c81c320e12b37595fc06a77c21845b88))



# [2.5.0](https://github.com/italia/bootstrap-italia/compare/v2.4.3...v2.5.0) (2023-05-29)


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

0 comments on commit bab1700

Please sign in to comment.