Skip to content

Commit

Permalink
chore(release): 1.6.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Apr 4, 2022
1 parent ae5b974 commit e8d1723
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 @@
## [1.6.2](https://github.com/italia/bootstrap-italia/compare/v1.6.1...v1.6.2) (2022-04-04)


### Bug Fixes

* remove scss deprecation warning for bs select ([d81e121](https://github.com/italia/bootstrap-italia/commit/d81e12157e709384d276711b87e7dc14ba41486b))
* step with decimals in numerical input ([9157351](https://github.com/italia/bootstrap-italia/commit/91573510d2d6d1bef3809ab08f187d1b445f29b2))



## [1.6.1](https://github.com/italia/bootstrap-italia/compare/v1.6.0...v1.6.1) (2022-03-29)


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/teamdigitaleIT'
twitter_handle: '@teamdigitaleIT'

# Versions
current_version: 1.6.1
current_version: 1.6.2
bootstrap_version: 4.6.1
bootstrap_minor: 4.5

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": "1.6.1",
"version": "1.6.2",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion src/js/plugins/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bootstrap italia version variable
// useful to check for the current version
// eslint-disable-next-line no-unused-vars
var BOOTSTRAP_ITALIA_VERSION = '1.6.1'
var BOOTSTRAP_ITALIA_VERSION = '1.6.2'
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: '1.6.1';
--bootstrap-italia-version: '1.6.2';
}

1 comment on commit e8d1723

@vercel
Copy link

@vercel vercel bot commented on e8d1723 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.