Skip to content

Commit 73a02d4

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.1...v1.1.0) (2026-03-01) ### ✨ Novas Funcionalidades * introduce centralized background configuration and refactor components to use a standardized `background` prop. ([04f59c1](04f59c1))
1 parent 04f59c1 commit 73a02d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.0](https://github.com/riligar/components-kit/compare/v1.0.1...v1.1.0) (2026-03-01)
2+
3+
### ✨ Novas Funcionalidades
4+
5+
* introduce centralized background configuration and refactor components to use a standardized `background` prop. ([04f59c1](https://github.com/riligar/components-kit/commit/04f59c180c56f76e08310d8481d32ad58f62bb5b))
6+
17
## [1.0.1](https://github.com/riligar/components-kit/compare/v1.0.0...v1.0.1) (2026-02-28)
28

39
### 🐛 Correções

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.0.1",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)