Skip to content

Commit

Permalink
chore(release): 2.3.8 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Apr 19, 2023
1 parent b9ea8af commit dfe2b6f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.3.8](https://github.com/italia/bootstrap-italia/compare/v2.3.7...v2.3.8) (2023-04-19)


### Bug Fixes

* **a11y:** reset white background for examples ([939e9e9](https://github.com/italia/bootstrap-italia/commit/939e9e9be2002152ffccba7fdcf1cda163e922c9))
* add padding to cards in carousel ([d0796e2](https://github.com/italia/bootstrap-italia/commit/d0796e2ae3e08bdd65b346bb128fee1cd37b4ffa))
* box shadow in buttons ([a593394](https://github.com/italia/bootstrap-italia/commit/a593394f4f97cf202d6e4e5f7229233736359b2d))
* cards padding for carousel on mobile ([0023a37](https://github.com/italia/bootstrap-italia/commit/0023a37a60c7a85992b2517cbca9eeab9c38282b))
* carousel single slide wrapper background ([25c86e4](https://github.com/italia/bootstrap-italia/commit/25c86e4f4c38f243d40c46ac9a1f0f6b6058a8ae))
* hover on dark outline secondary button ([88481bc](https://github.com/italia/bootstrap-italia/commit/88481bc1b65441db2a39d138854735169e03f940))
* primary and secondary outline buttons ([b1040f0](https://github.com/italia/bootstrap-italia/commit/b1040f0ed7bb9f52db04d7bb4b5c1f49e4e556d3))
* remove background for timeline cards ([04cabf3](https://github.com/italia/bootstrap-italia/commit/04cabf360fb9754a206d1069eb66e99288fcad62))



## [2.3.7](https://github.com/italia/bootstrap-italia/compare/v2.3.6...v2.3.7) (2023-04-13)


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.3.7
current_version: 2.3.8
bootstrap_version: 5.2.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.3.7",
"version": "2.3.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.3.7'
const BOOTSTRAP_ITALIA_VERSION = '2.3.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.3.7';
--bootstrap-italia-version: '2.3.8';
}

0 comments on commit dfe2b6f

Please sign in to comment.