Skip to content

Commit

Permalink
chore(release): 2.0.8 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Oct 28, 2022
1 parent 974db9d commit 85e3a63
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.8](https://github.com/italia/bootstrap-italia/compare/v2.0.7...v2.0.8) (2022-10-28)


### Bug Fixes

* button outline secondary shadow ([974db9d](https://github.com/italia/bootstrap-italia/commit/974db9d5aaa7b61675b57782d53ec883d4500a4c))
* update z-index value for sticky ([d55a655](https://github.com/italia/bootstrap-italia/commit/d55a655dfb78038cb5e345bdd23cd6c627987624))



## [2.0.7](https://github.com/italia/bootstrap-italia/compare/v2.0.6...v2.0.7) (2022-10-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/designersITA'
twitter_handle: '@designersITA'

# Versions
current_version: 2.0.7
current_version: 2.0.8
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.7",
"version": "2.0.8",
"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.7'
const BOOTSTRAP_ITALIA_VERSION = '2.0.8'
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.7';
--bootstrap-italia-version: '2.0.8';
}

0 comments on commit 85e3a63

Please sign in to comment.