Skip to content

Commit 46ec17c

Browse files
chore(release): publish 0.41.0-rc.95 [ci skip]
1 parent d549eb0 commit 46ec17c

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.95](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.94...v0.41.0-rc.95) (2025-12-22)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
# [0.41.0-rc.94](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.93...v0.41.0-rc.94) (2025-12-16)
711

812
### Bug Fixes
@@ -6585,9 +6589,9 @@ Co-authored-by: droshev <[email protected]>
65856589

65866590
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
65876591
Before:
6588-
<div class="fd-row">
6589-
After:
6590-
<div class="fd-row fd-row--top">
6592+
<div class="fd-row">
6593+
After:
6594+
<div class="fd-row fd-row--top">
65916595

65926596
### Bug Fixes
65936597

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.94",
4+
"version": "0.41.0-rc.95",
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.95](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.94...v0.41.0-rc.95) (2025-12-22)
7+
8+
**Note:** Version bump only for package @fundamental-styles/common-css
9+
610
# [0.41.0-rc.94](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.93...v0.41.0-rc.94) (2025-12-16)
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.0-rc.94",
3+
"version": "0.41.0-rc.95",
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.95](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.94...v0.41.0-rc.95) (2025-12-22)
7+
8+
**Note:** Version bump only for package @fundamental-styles/cx
9+
610
# [0.41.0-rc.94](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.93...v0.41.0-rc.94) (2025-12-16)
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.94",
3+
"version": "0.41.0-rc.95",
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.95](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.94...v0.41.0-rc.95) (2025-12-22)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
# [0.41.0-rc.94](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.93...v0.41.0-rc.94) (2025-12-16)
711

812
### Bug Fixes

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.94",
3+
"version": "0.41.0-rc.95",
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.95](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.94...v0.41.0-rc.95) (2025-12-22)
7+
8+
**Note:** Version bump only for package @fundamental-styles/theming-preview
9+
610
# [0.41.0-rc.94](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.93...v0.41.0-rc.94) (2025-12-16)
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.94",
3+
"version": "0.41.0-rc.95",
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)