From 1012269597a3f35e49f8a2bf5860ba257b74a123 Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Sun, 1 Jan 2023 13:45:16 +0000 Subject: [PATCH] chore(release): 2.2.0 :tada: --- CHANGELOG.md | 22 ++++++++++++++++++++++ _config.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/js/version.js | 2 +- src/scss/custom/_version.scss | 2 +- 6 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd468f4cfa..3eac7978e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/_config.yml b/_config.yml index a4f796d332..554bd59b38 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 78c9bd17d2..4cd766be48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "2.1.1", + "version": "2.2.0", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index 33cc2af0a5..71a14c8fa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "2.1.1", + "version": "2.2.0", "keywords": [ "css", "sass", diff --git a/src/js/version.js b/src/js/version.js index f707b80b5e..831ebee5dc 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -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 diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index 425e76a1f1..da090553ef 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '2.1.1'; + --bootstrap-italia-version: '2.2.0'; }