Skip to content

Commit

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


### Bug Fixes

* escape selector when getting label ([9ed1057](https://github.com/italia/bootstrap-italia/commit/9ed10574dc007a18bb95d3ad5a142a171b05f9aa))
* navscroll content checking ([08be5d9](https://github.com/italia/bootstrap-italia/commit/08be5d9b0c23e2ae37e35038b1af4cdf6afa75b9))


### Features

* add moodle icons ([54eaa72](https://github.com/italia/bootstrap-italia/commit/54eaa7253f9bdeb58c5ac4280026a2d556a5a0cc))
* add ppt file icon ([9648379](https://github.com/italia/bootstrap-italia/commit/9648379d3c6aca9dabf791ac31fa9a4bb984ffc5))



## [2.5.1](https://github.com/italia/bootstrap-italia/compare/v2.5.0...v2.5.1) (2023-06-13)


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.1
current_version: 2.6.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.5.1",
"version": "2.6.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.5.1'
const BOOTSTRAP_ITALIA_VERSION = '2.6.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.5.1';
--bootstrap-italia-version: '2.6.0';
}

0 comments on commit feb90ab

Please sign in to comment.