Skip to content

Commit

Permalink
chore(release): 2.7.7 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Nov 21, 2023
1 parent fdd9a63 commit eeb01eb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.7.7](https://github.com/italia/bootstrap-italia/compare/v2.7.6...v2.7.7) (2023-11-21)


### Bug Fixes

* video js bar popup elements ([fdd9a63](https://github.com/italia/bootstrap-italia/commit/fdd9a63db3c2203ece63dced02304576c4e8361e))



## [2.7.6](https://github.com/italia/bootstrap-italia/compare/v2.7.5...v2.7.6) (2023-11-16)


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

0 comments on commit eeb01eb

Please sign in to comment.