Skip to content

Commit

Permalink
chore(release): 2.9.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Aug 5, 2024
1 parent 7aed6d7 commit 546f9da
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.9.0](https://github.com/italia/bootstrap-italia/compare/v2.8.8...v2.9.0) (2024-08-05)


### Bug Fixes

* checkbox and radio font-weight ([fc88721](https://github.com/italia/bootstrap-italia/commit/fc88721743c838cec67946f7b0865ee6aba809af))
* form label ([c7393ea](https://github.com/italia/bootstrap-italia/commit/c7393ea9adaa946787b4e2ef97f87e6f07a8d77e))
* remove legend properties ([81db5e2](https://github.com/italia/bootstrap-italia/commit/81db5e270471ba7d4a13013c3555f9ce61050c04))
* secondary color ([c16470d](https://github.com/italia/bootstrap-italia/commit/c16470d89f05bf8a803a9d3552005c75a2549183))
* typo ([9f1fecd](https://github.com/italia/bootstrap-italia/commit/9f1fecdcebb7a21d410dd81534fdfde439b0a17a))
* upload label ([5850755](https://github.com/italia/bootstrap-italia/commit/58507552f37113c7ed591539c373c6ec4eede954))


### Features

* add `!default` statement for footer ([521d775](https://github.com/italia/bootstrap-italia/commit/521d7757d9036e1b2bbf5043476bc655da96edce))



## [2.8.8](https://github.com/italia/bootstrap-italia/compare/v2.8.7...v2.8.8) (2024-06-04)


Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA'
twitter_handle: '@designersITA'

# Versions
current_version: 2.8.8
current_version: 2.9.0
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.8.8",
"version": "2.9.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.8.8'
const BOOTSTRAP_ITALIA_VERSION = '2.9.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.8.8';
--bootstrap-italia-version: '2.9.0';
}

0 comments on commit 546f9da

Please sign in to comment.