Skip to content

Commit

Permalink
chore(release): 2.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 13, 2022
1 parent 57536e5 commit 4151e97
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.1.0](https://github.com/italia/bootstrap-italia/compare/v2.0.9...v2.1.0) (2022-12-13)


### Bug Fixes

* foit using swap to display fonts ([6486e28](https://github.com/italia/bootstrap-italia/commit/6486e28a7660c6236ba8f1bf795b0d3f1e8a47e7))
* removed duplicate style definitions ([60e5cbf](https://github.com/italia/bootstrap-italia/commit/60e5cbf8c0faa85c59f680c8c9249eb7e05d3213))


### Features

* new icons for files and platforms ([af25acc](https://github.com/italia/bootstrap-italia/commit/af25acc18ec9c89a1e4af0ff29ec7fb10981812d))



## [2.0.9](https://github.com/italia/bootstrap-italia/compare/v2.0.8...v2.0.9) (2022-11-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.0.9
current_version: 2.1.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.0.9",
"version": "2.1.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.0.9'
const BOOTSTRAP_ITALIA_VERSION = '2.1.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.0.9';
--bootstrap-italia-version: '2.1.0';
}

0 comments on commit 4151e97

Please sign in to comment.