Skip to content

Commit aa7b4b0

Browse files
chore(release): publish 0.41.3 [ci skip]
1 parent 8f6f779 commit aa7b4b0

File tree

14 files changed

+38
-10
lines changed

14 files changed

+38
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.41.3](https://github.com/SAP/fundamental-styles/compare/v0.41.3-rc.0...v0.41.3) (2026-04-17)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
## [0.41.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.2...v0.41.3-rc.0) (2026-04-17)
711

812
### Features
@@ -6791,9 +6795,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
67916795

67926796
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
67936797
Before:
6794-
<div class="fd-row">
6795-
After:
6796-
<div class="fd-row fd-row--top">
6798+
<div class="fd-row">
6799+
After:
6800+
<div class="fd-row fd-row--top">
67976801

67986802
### Bug Fixes
67996803

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "0.41.3-rc.0",
4+
"version": "0.41.3",
55
"conventionalCommits": true,
66
"tagVersionPrefix": "v",
77
"message": "chore(release): publish %v",

packages/common-css/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.41.3](https://github.com/SAP/fundamental-styles/compare/v0.41.3-rc.0...v0.41.3) (2026-04-17)
7+
8+
**Note:** Version bump only for package @fundamental-styles/common-css
9+
610
## [0.41.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.2...v0.41.3-rc.0) (2026-04-17)
711

812
**Note:** Version bump only for package @fundamental-styles/common-css

packages/common-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-styles/common-css",
3-
"version": "0.41.3-rc.0",
3+
"version": "0.41.3",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "SAP UI Common CSS - Utility CSS classes and SCSS mixins for rapid UI development",

packages/cx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.41.3](https://github.com/SAP/fundamental-styles/compare/v0.41.3-rc.0...v0.41.3) (2026-04-17)
7+
8+
**Note:** Version bump only for package @fundamental-styles/cx
9+
610
## [0.41.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.2...v0.41.3-rc.0) (2026-04-17)
711

812
**Note:** Version bump only for package @fundamental-styles/cx

packages/cx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-styles/cx",
3-
"version": "0.41.3-rc.0",
3+
"version": "0.41.3",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "Fundamental Library Styles",

packages/mcp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.41.3](https://github.com/SAP/fundamental-styles/compare/v0.41.3-rc.0...v0.41.3) (2026-04-17)
7+
8+
**Note:** Version bump only for package @fundamental-styles/mcp
9+
610
## [0.41.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.2...v0.41.3-rc.0) (2026-04-17)
711

812
### Features

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-styles/mcp",
3-
"version": "0.41.3-rc.0",
3+
"version": "0.41.3",
44
"description": "MCP server exposing fundamental-styles CSS component metadata for AI coding assistants",
55
"license": "Apache-2.0",
66
"repository": {

packages/styles/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.41.3](https://github.com/SAP/fundamental-styles/compare/v0.41.3-rc.0...v0.41.3) (2026-04-17)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
## [0.41.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.2...v0.41.3-rc.0) (2026-04-17)
711

812
**Note:** Version bump only for package fundamental-styles

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fundamental-styles",
3-
"version": "0.41.3-rc.0",
3+
"version": "0.41.3",
44
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
55
"keywords": [
66
"sap",

0 commit comments

Comments
 (0)