Skip to content

Commit 092fa0f

Browse files
chore(release): 1.5.0 [skip ci]
## [1.5.0](v1.4.0...v1.5.0) (2026-03-01) ### ✨ Novas Funcionalidades * Introduce `mediaMaw` prop to `MediaBlock`, `Hero`, and `FeatureSplit` components for setting media maximum width. ([da8db36](da8db36)) * introduce Section component as a standardized content wrapper and refactor existing components to utilize it. ([4ea5e33](4ea5e33))
1 parent da8db36 commit 092fa0f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.0](https://github.com/riligar/components-kit/compare/v1.4.0...v1.5.0) (2026-03-01)
2+
3+
### ✨ Novas Funcionalidades
4+
5+
* Introduce `mediaMaw` prop to `MediaBlock`, `Hero`, and `FeatureSplit` components for setting media maximum width. ([da8db36](https://github.com/riligar/components-kit/commit/da8db36e8e8ed15a55ddcbf0a8e9e4d0426663a8))
6+
* introduce Section component as a standardized content wrapper and refactor existing components to utilize it. ([4ea5e33](https://github.com/riligar/components-kit/commit/4ea5e33c4bc8606d04b827cb4b1debc696478c74))
7+
18
## [1.4.0](https://github.com/riligar/components-kit/compare/v1.3.0...v1.4.0) (2026-03-01)
29

310
### ✨ Novas Funcionalidades

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@riligar/components-kit",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"license": "MIT",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)