Skip to content

Commit e276d37

Browse files
committed
chore(release): 3.0.0-alpha.1 🎉
1 parent fcc01a6 commit e276d37

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.0.0-alpha.1](https://github.com/italia/bootstrap-italia/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2026-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* dropdown preview ([#1655](https://github.com/italia/bootstrap-italia/issues/1655)) ([f1b5616](https://github.com/italia/bootstrap-italia/commit/f1b5616806f80a34733312fdb255bc80bc79dff3))
7+
* errori pa11y ([#1657](https://github.com/italia/bootstrap-italia/issues/1657)) ([5ba442e](https://github.com/italia/bootstrap-italia/commit/5ba442ea18b1d891aac582f5f36eefd2011fdb29))
8+
* hero text centerd [#1649](https://github.com/italia/bootstrap-italia/issues/1649) ([d672018](https://github.com/italia/bootstrap-italia/commit/d6720189a672faf258bce9232dba8bd2662915f3))
9+
* replace bs variables with bsi [#1644](https://github.com/italia/bootstrap-italia/issues/1644) ([c0b1b52](https://github.com/italia/bootstrap-italia/commit/c0b1b524a4ed77fa6bd42559c530c013221fe0f9))
10+
* scss lint ([6cd273f](https://github.com/italia/bootstrap-italia/commit/6cd273feff53eba3e246f1cf8b1b3d5836b0d01e))
11+
* Titillium pro typography ([#1652](https://github.com/italia/bootstrap-italia/issues/1652)) ([4e82b19](https://github.com/italia/bootstrap-italia/commit/4e82b195ad6085e5d5b160809224c7a2cc382253))
12+
13+
14+
115
# [3.0.0-alpha.0](https://github.com/italia/bootstrap-italia/compare/v2.17.3...v3.0.0-alpha.0) (2026-02-04)
216

317

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ twitter: 'https://twitter.com/designersITA'
5858
twitter_handle: '@designersITA'
5959

6060
# Versions
61-
current_version: 3.0.0-alpha.0
61+
current_version: 3.0.0-alpha.1
6262
bootstrap_version: 5.2.3
6363
bootstrap_minor: 5.1
6464

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-italia",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"keywords": [
55
"css",
66
"sass",

src/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
// NOTE:bootstrap italia version variable, useful to check for the current version
1010

11-
const BOOTSTRAP_ITALIA_VERSION = '3.0.0-alpha.0'
11+
const BOOTSTRAP_ITALIA_VERSION = '3.0.0-alpha.1'
1212
export default BOOTSTRAP_ITALIA_VERSION

src/scss/base/_version.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:root {
2-
--bootstrap-italia-version: '3.0.0-alpha.0';
2+
--bootstrap-italia-version: '3.0.0-alpha.1';
33
}

0 commit comments

Comments
 (0)