Skip to content

Commit

Permalink
chore(release): 2.6.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Sep 18, 2023
1 parent 4625d1b commit 0fce08f
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.6.2](https://github.com/italia/bootstrap-italia/compare/v2.6.1...v2.6.2) (2023-09-18)


### Bug Fixes

* alert color variants ([115c085](https://github.com/italia/bootstrap-italia/commit/115c085871316a5d68f9e00f17485947026ef5cb))
* example names ([b5b7a6e](https://github.com/italia/bootstrap-italia/commit/b5b7a6e1406e06873edf08bce69502bfca146a19))
* video overlay height on mobile ([4625d1b](https://github.com/italia/bootstrap-italia/commit/4625d1b3187859671f5eb11ef69903a25e13a9d3))



## [2.6.1](https://github.com/italia/bootstrap-italia/compare/v2.6.0...v2.6.1) (2023-07-14)


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

0 comments on commit 0fce08f

Please sign in to comment.