Skip to content

Commit

Permalink
chore(release): 1.6.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Mar 22, 2022
1 parent 165cbce commit 5917758
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.6.0](https://github.com/italia/bootstrap-italia/compare/v1.5.2...v1.6.0) (2022-03-22)


### Bug Fixes

* **a11y:** accordion and collapse keyobard interaction ([296bae1](https://github.com/italia/bootstrap-italia/commit/296bae141a1f9b8c393c705e5960fc2311560abb))
* **a11y:** add accordion aria-roles ([24ffcff](https://github.com/italia/bootstrap-italia/commit/24ffcff97266339155fa310fad6312c10b266417))
* **a11y:** custom select autocomplete validation ([b4641a0](https://github.com/italia/bootstrap-italia/commit/b4641a05a96ce24a94adc93c74532a2fc96d4ae3))
* **a11y:** drop down arrows control ([58194e0](https://github.com/italia/bootstrap-italia/commit/58194e0b91e7ccfc55e3f5f6a918d99521e39048))
* **a11y:** header and mobile menu interactions ([1f9610d](https://github.com/italia/bootstrap-italia/commit/1f9610d1bb58f94056d4a082745b9c7d4df09ad9))
* accessible autocomplete style ([98d458e](https://github.com/italia/bootstrap-italia/commit/98d458eba8ab760ef9f8f288180816c77b587cc6))
* Firefox select style ([5c4cd24](https://github.com/italia/bootstrap-italia/commit/5c4cd249727455959e56e401141e31e5cfbc2906))
* fix remove css class error in sticky header ([992a9da](https://github.com/italia/bootstrap-italia/commit/992a9da3d375afc6ecc6936eaedb40c668d27363))
* reintegrated font weight 600 for titillium ([4be4ddc](https://github.com/italia/bootstrap-italia/commit/4be4ddc4e9793aa482cab1e44e21be262edbdee2))

### Features

* add splide carousel ([72dae01](https://github.com/italia/bootstrap-italia/commit/72dae01b26e19b09264c06b504af09063e2460cf))
* implement just validate plugin ([8bcd482](https://github.com/italia/bootstrap-italia/commit/8bcd4823ac83d45d74b7340bf3f5c768b85aa2ec))



## [1.5.2](https://github.com/italia/bootstrap-italia/compare/v1.5.1...v1.5.2) (2022-02-18)


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/teamdigitaleIT'
twitter_handle: '@teamdigitaleIT'

# Versions
current_version: 1.5.2
current_version: 1.6.0
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.5.2",
"version": "1.6.0",
"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.5.2'
var BOOTSTRAP_ITALIA_VERSION = '1.6.0'
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.5.2';
--bootstrap-italia-version: '1.6.0';
}

1 comment on commit 5917758

@vercel
Copy link

@vercel vercel bot commented on 5917758 Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.