Skip to content

Commit

Permalink
chore(release): 2.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 1, 2023
1 parent e684eb2 commit 1012269
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [2.2.0](https://github.com/italia/bootstrap-italia/compare/v2.1.1...v2.2.0) (2023-01-01)


### Bug Fixes

* dynamic bind for components ([4456c53](https://github.com/italia/bootstrap-italia/commit/4456c53b5d8e918f1e5530ac5a08f66d885892dd))
* dynamic bind for input number and search autocomplete ([0085bd0](https://github.com/italia/bootstrap-italia/commit/0085bd0dda3c22209623d0e18412cfc7f8891a5b))
* dynamic bind input upload drag and drop ([c27bcc1](https://github.com/italia/bootstrap-italia/commit/c27bcc1ef0a1b699dd8e3fc40acbf3083fa55c3b))
* dynamic bind input, input number and input password ([4d580f5](https://github.com/italia/bootstrap-italia/commit/4d580f5acad76a7333efa2f5c0c012f91786b346))
* header-sticky script converted to a component ([1a23929](https://github.com/italia/bootstrap-italia/commit/1a239294c2ee5b41f3a0196683c2dbe4d0bbf635))
* move splide and autocomplete css outside js ([b396523](https://github.com/italia/bootstrap-italia/commit/b39652345137376a602fb838b5bf597d4f4b24aa))
* new icons for medium ([cc625e5](https://github.com/italia/bootstrap-italia/commit/cc625e5a6c1b07d08fa606cd9f5f75b705d76972))
* removed import header sticky as script ([2cde962](https://github.com/italia/bootstrap-italia/commit/2cde962e5698908e7a0bcfd1caa46454daa2127b))


### Features

* move js fonts loading externally ([932f68b](https://github.com/italia/bootstrap-italia/commit/932f68b5c1bc58d01b3f4fa7ba0526c851a8595f))
* use active class when you set placeholder attribute to inputs ([675d2c2](https://github.com/italia/bootstrap-italia/commit/675d2c2cbafefa56c29b0b5f8b0b394e5d5a53f4))



## [2.1.1](https://github.com/italia/bootstrap-italia/compare/v2.1.0...v2.1.1) (2022-12-14)


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

0 comments on commit 1012269

Please sign in to comment.