Skip to content

Commit

Permalink
chore(release): 2.11.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Nov 5, 2024
1 parent a8fb742 commit b41fe0f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.11.0](https://github.com/italia/bootstrap-italia/compare/v2.10.0...v2.11.0) (2024-11-05)


### Bug Fixes

* header container size ([86c4b9b](https://github.com/italia/bootstrap-italia/commit/86c4b9b416937ad12deedf58ef59fa8f23b40ec0))
* map marker minus icon ([6927487](https://github.com/italia/bootstrap-italia/commit/69274875402e3cceba9baa10aed2156c4e399016))


### Features

* **a11y:** improve component Timeline ([6cb5896](https://github.com/italia/bootstrap-italia/commit/6cb589639ed79215c6c9e357d308248bf1bc506b))
* add form-control class to inputs ([a8fb742](https://github.com/italia/bootstrap-italia/commit/a8fb742892a3fe0fc143ec8d6e6223a054232c57))
* evolve component skiplinks ([17230b2](https://github.com/italia/bootstrap-italia/commit/17230b2871d9fcb21b8d65c94a8feae7d02f7625))
* new list link semantics and states ([0963ec8](https://github.com/italia/bootstrap-italia/commit/0963ec8ff27ec90e8afe9d7c28367f39c3841889))
* use of figure and figcaption for images list ([cf54b3f](https://github.com/italia/bootstrap-italia/commit/cf54b3fd29173ac4e5442d7c8b10035705d45a75))



# [2.10.0](https://github.com/italia/bootstrap-italia/compare/v2.9.2...v2.10.0) (2024-10-11)


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.10.0
current_version: 2.11.0
bootstrap_version: 5.2.3
bootstrap_minor: 5.1

Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "2.11.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.10.0'
const BOOTSTRAP_ITALIA_VERSION = '2.11.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.10.0';
--bootstrap-italia-version: '2.11.0';
}

0 comments on commit b41fe0f

Please sign in to comment.