Skip to content

Commit

Permalink
chore(release): 1.6.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jun 1, 2022
1 parent c7e39fa commit 5a730ae
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 @@
## [1.6.3](https://github.com/italia/bootstrap-italia/compare/v1.6.2...v1.6.3) (2022-06-01)


### Bug Fixes

* **core:** centered dropdown with left icon ([35d9f49](https://github.com/italia/bootstrap-italia/commit/35d9f4974e587a271719d44d72727b557d803ee9))
* **core:** target should be visible with sticky header ([e42ec09](https://github.com/italia/bootstrap-italia/commit/e42ec09759a3bac23e1083711ae3860ddbf28dbc))
* dropdown do not work on window resize ([2adfaaf](https://github.com/italia/bootstrap-italia/commit/2adfaafc564b4b55a00d026986bc951548e60390))



## [1.6.2](https://github.com/italia/bootstrap-italia/compare/v1.6.1...v1.6.2) (2022-04-04)


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: 1.6.2
current_version: 1.6.3
bootstrap_version: 4.6.1
bootstrap_minor: 4.5

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": "1.6.2",
"version": "1.6.3",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion src/js/plugins/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bootstrap italia version variable
// useful to check for the current version
// eslint-disable-next-line no-unused-vars
var BOOTSTRAP_ITALIA_VERSION = '1.6.2'
var BOOTSTRAP_ITALIA_VERSION = '1.6.3'
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: '1.6.2';
--bootstrap-italia-version: '1.6.3';
}

0 comments on commit 5a730ae

Please sign in to comment.