Skip to content

Commit

Permalink
chore(release): 2.3.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 9, 2023
1 parent 457148a commit d2bb9b4
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.3.4](https://github.com/italia/bootstrap-italia/compare/v2.3.3...v2.3.4) (2023-02-09)


### Bug Fixes

* restore hsb primary and new custom variables ([6c9d942](https://github.com/italia/bootstrap-italia/commit/6c9d94226a452e1c97ae787139ec6c9e042ef10e))
* right and left padding on nav-link ([457148a](https://github.com/italia/bootstrap-italia/commit/457148a38d71512b96203b4c5dc9118a10c89bc8))



## [2.3.3](https://github.com/italia/bootstrap-italia/compare/v2.3.2...v2.3.3) (2023-02-08)


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

0 comments on commit d2bb9b4

Please sign in to comment.