Skip to content

Commit 34189d9

Browse files
committed
chore(release): 3.0.0-beta.1 🎉
1 parent 2521939 commit 34189d9

6 files changed

Lines changed: 25 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [3.0.0-beta.1](https://github.com/italia/bootstrap-italia/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2026-06-03)
2+
3+
4+
### Bug Fixes
5+
6+
* card inline padding [#1803](https://github.com/italia/bootstrap-italia/issues/1803) ([#1804](https://github.com/italia/bootstrap-italia/issues/1804)) ([99775f9](https://github.com/italia/bootstrap-italia/commit/99775f929fe0ce1983f6e8f11d08b88e3194cce5))
7+
* input group border ([2521939](https://github.com/italia/bootstrap-italia/commit/25219398aa0b320039da67f3abd35b7fec5b77e4))
8+
* lint scss ([92ce6ad](https://github.com/italia/bootstrap-italia/commit/92ce6ad035c347c41753c599379200483535c033))
9+
* missing namespace ([595ff65](https://github.com/italia/bootstrap-italia/commit/595ff650bf599c44eda9e7628a5826e542bceb9a))
10+
* responsive hero card ([#1802](https://github.com/italia/bootstrap-italia/issues/1802)) ([2625ea0](https://github.com/italia/bootstrap-italia/commit/2625ea0284b4c3ef28a49b8b33a5aaf835a2b786))
11+
* select icon appearance ([#1808](https://github.com/italia/bootstrap-italia/issues/1808)) ([ec58da5](https://github.com/italia/bootstrap-italia/commit/ec58da51d2d1ff17e253c7130f2977cb47a941a5))
12+
* tab bottom border ([#1801](https://github.com/italia/bootstrap-italia/issues/1801)) ([d708b86](https://github.com/italia/bootstrap-italia/commit/d708b8645082f90734e7cd27aaabf4d69dd6fbba))
13+
* token namespace ([1227c90](https://github.com/italia/bootstrap-italia/commit/1227c9063c3d0a3eb6346d36d141c64c4b9f428e))
14+
15+
16+
### Features
17+
18+
* **3.x:** new homepage ([#1718](https://github.com/italia/bootstrap-italia/issues/1718)) ([8f84cab](https://github.com/italia/bootstrap-italia/commit/8f84cab10a309dee226aa9445b82a1fd1ec5a80c))
19+
120
# [3.0.0-beta.0](https://github.com/italia/bootstrap-italia/compare/v3.0.0-alpha.10...v3.0.0-beta.0) (2026-05-13)
221

322

_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-beta.0
61+
current_version: 3.0.0-beta.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-beta.0",
3+
"version": "3.0.0-beta.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-beta.0'
11+
const BOOTSTRAP_ITALIA_VERSION = '3.0.0-beta.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-beta.0';
2+
--bootstrap-italia-version: '3.0.0-beta.1';
33
}

0 commit comments

Comments
 (0)