Skip to content

Commit 96ac5f0

Browse files
chore(release): publish 0.41.0-rc.70 [ci skip]
1 parent 5368e34 commit 96ac5f0

File tree

12 files changed

+33
-9
lines changed

12 files changed

+33
-9
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.0-rc.70](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.69...v0.41.0-rc.70) (2025-11-05)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
# [0.41.0-rc.69](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.68...v0.41.0-rc.69) (2025-11-05)
711

812
**Note:** Version bump only for package fundamental-styles
@@ -6467,9 +6471,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
64676471

64686472
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
64696473
Before:
6470-
<div class="fd-row">
6471-
After:
6472-
<div class="fd-row fd-row--top">
6474+
<div class="fd-row">
6475+
After:
6476+
<div class="fd-row fd-row--top">
64736477

64746478
### Bug Fixes
64756479

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.0-rc.69",
4+
"version": "0.41.0-rc.70",
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.0-rc.70](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.69...v0.41.0-rc.70) (2025-11-05)
7+
8+
**Note:** Version bump only for package @sap-ui/common-css
9+
610
# [0.41.0-rc.69](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.68...v0.41.0-rc.69) (2025-11-05)
711

812
**Note:** Version bump only for package @sap-ui/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": "@sap-ui/common-css",
3-
"version": "0.41.0-rc.69",
3+
"version": "0.41.0-rc.70",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "SAP UI Common CSS",

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.0-rc.70](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.69...v0.41.0-rc.70) (2025-11-05)
7+
8+
**Note:** Version bump only for package @fundamental-styles/cx
9+
610
# [0.41.0-rc.69](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.68...v0.41.0-rc.69) (2025-11-05)
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.0-rc.69",
3+
"version": "0.41.0-rc.70",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "Fundamental Library Styles",

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.0-rc.70](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.69...v0.41.0-rc.70) (2025-11-05)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
# [0.41.0-rc.69](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.68...v0.41.0-rc.69) (2025-11-05)
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.0-rc.69",
3+
"version": "0.41.0-rc.70",
44
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
55
"repository": {
66
"type": "git",

packages/theming-preview/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.0-rc.70](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.69...v0.41.0-rc.70) (2025-11-05)
7+
8+
**Note:** Version bump only for package @fundamental-styles/theming-preview
9+
610
# [0.41.0-rc.69](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.68...v0.41.0-rc.69) (2025-11-05)
711

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

packages/theming-preview/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/theming-preview",
3-
"version": "0.41.0-rc.69",
3+
"version": "0.41.0-rc.70",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "Fundamental Library Styles - Theming Package Preview",

0 commit comments

Comments
 (0)