Skip to content

Commit

Permalink
chore(release): 2.4.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed May 2, 2023
1 parent a9cd91f commit 69b7ea2
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.4.0](https://github.com/italia/bootstrap-italia/compare/v2.3.8...v2.4.0) (2023-05-02)


### Bug Fixes

* **a11y:** cards subtitles ([8ebeac1](https://github.com/italia/bootstrap-italia/commit/8ebeac127fdbfe2165cc0aaf239a8a1273af66d1))
* add types for loadfonts ([a9cd91f](https://github.com/italia/bootstrap-italia/commit/a9cd91fd6575414d9b6a59a2e2934ca9fc867657))
* background color for alert is white ([5344936](https://github.com/italia/bootstrap-italia/commit/534493692de7f86a7f9898152a27e1d7e9b9a204))


### Features

* add video component ([d685042](https://github.com/italia/bootstrap-italia/commit/d685042320619cbe13b882fc4de6638353816d43))
* new callout component ([646bf41](https://github.com/italia/bootstrap-italia/commit/646bf412e83d279ee030bf8bbbf933959d4d3b36))



## [2.3.8](https://github.com/italia/bootstrap-italia/compare/v2.3.7...v2.3.8) (2023-04-19)


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

0 comments on commit 69b7ea2

Please sign in to comment.