Skip to content

Commit

Permalink
chore(release): 2.0.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jul 27, 2022
1 parent 34f044e commit 048a61b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.0.2](https://github.com/italia/bootstrap-italia/compare/v2.0.1...v2.0.2) (2022-07-27)


### Bug Fixes

* **core:** icon right style ([aa28ac3](https://github.com/italia/bootstrap-italia/commit/aa28ac3f7d60583a4deb41cdf1922eb15aae3117))
* **core:** sidebar collapsable mobile ([0f9ac18](https://github.com/italia/bootstrap-italia/commit/0f9ac1804b14ad1be164ddc03cbce5eef1928aae))
* **core:** navscroll on scroll method ([9199e7a](https://github.com/italia/bootstrap-italia/commit/9199e7a8f12a9393c3f8d293222db59f1ec53c27))
* dismissable chip ([df6661b](https://github.com/italia/bootstrap-italia/commit/df6661b034f986788b37571e00fd4dddf0085550))


### Features

* add WAI, remove Google Analytics ([29f672b](https://github.com/italia/bootstrap-italia/commit/29f672be2091aa77b34f82a0531b6b0fbbdb66f4))



## [2.0.1](https://github.com/italia/bootstrap-italia/compare/v2.0.0...v2.0.1) (2022-07-23)


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

0 comments on commit 048a61b

Please sign in to comment.