Skip to content

Commit 3bbc182

Browse files
chore(release): publish 0.41.0-rc.4 [ci skip]
1 parent bc5dc9f commit 3bbc182

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.4](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.3...v0.41.0-rc.4) (2025-05-31)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
# [0.41.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2025-05-30)
711

812
### Bug Fixes
@@ -6111,9 +6115,9 @@ Co-authored-by: droshev <[email protected]>
61116115

61126116
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
61136117
Before:
6114-
<div class="fd-row">
6115-
After:
6116-
<div class="fd-row fd-row--top">
6118+
<div class="fd-row">
6119+
After:
6120+
<div class="fd-row fd-row--top">
61176121

61186122
### Bug Fixes
61196123

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.3",
4+
"version": "0.41.0-rc.4",
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.4](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.3...v0.41.0-rc.4) (2025-05-31)
7+
8+
**Note:** Version bump only for package @sap-ui/common-css
9+
610
# [0.41.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2025-05-30)
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.3",
3+
"version": "0.41.0-rc.4",
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.4](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.3...v0.41.0-rc.4) (2025-05-31)
7+
8+
**Note:** Version bump only for package @fundamental-styles/cx
9+
610
# [0.41.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2025-05-30)
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.3",
3+
"version": "0.41.0-rc.4",
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.4](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.3...v0.41.0-rc.4) (2025-05-31)
7+
8+
**Note:** Version bump only for package fundamental-styles
9+
610
# [0.41.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2025-05-30)
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.3",
3+
"version": "0.41.0-rc.4",
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.4](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.3...v0.41.0-rc.4) (2025-05-31)
7+
8+
**Note:** Version bump only for package @fundamental-styles/theming-preview
9+
610
# [0.41.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2025-05-30)
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.3",
3+
"version": "0.41.0-rc.4",
44
"license": "Apache-2.0",
55
"homepage": "https://sap.github.io/fundamental-styles/",
66
"description": "Fundamental Library Styles - Theming Package Preview",

packages/workspace-plugins/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.4](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.3...v0.41.0-rc.4) (2025-05-31)
7+
8+
**Note:** Version bump only for package workspace-plugins
9+
610
# [0.41.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2025-05-30)
711

812
**Note:** Version bump only for package workspace-plugins

packages/workspace-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-plugins",
3-
"version": "0.41.0-rc.3",
3+
"version": "0.41.0-rc.4",
44
"main": "src/index.js",
55
"generators": "./generators.json",
66
"executors": "./executors.json"

0 commit comments

Comments
 (0)