Skip to content

Commit

Permalink
chore(release): 2.0.9 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Nov 8, 2022
1 parent 127b416 commit 2ce9e62
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.0.9](https://github.com/italia/bootstrap-italia/compare/v2.0.8...v2.0.9) (2022-11-08)


### Bug Fixes

* **a11y:** focus on close button when opening the nav menu on mobile ([54af974](https://github.com/italia/bootstrap-italia/commit/54af974ac88108de84ef5d06751756be4f50fcd6))
* **a11y:** prevented page scroll when nav menu is opened ([127b416](https://github.com/italia/bootstrap-italia/commit/127b41694b35cc376e5e85ba274bace9d18ca61f))
* **core:** row-column-border on mobile interfaces ([80f8cdf](https://github.com/italia/bootstrap-italia/commit/80f8cdf9e9eeec900dddd637dc46c8ef0f60c103))



## [2.0.8](https://github.com/italia/bootstrap-italia/compare/v2.0.7...v2.0.8) (2022-10-28)


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.0.8
current_version: 2.0.9
bootstrap_version: 5.1.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.0.8",
"version": "2.0.9",
"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.0.8'
const BOOTSTRAP_ITALIA_VERSION = '2.0.9'
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.0.8';
--bootstrap-italia-version: '2.0.9';
}

0 comments on commit 2ce9e62

Please sign in to comment.