From 9ebb28c6180034acde6f1ed8f330f218a6a07efc Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Wed, 5 Feb 2025 19:01:29 +0000 Subject: [PATCH] chore(release): publish 0.39.0-rc.57 [ci skip] --- CHANGELOG.md | 12 +++++++++--- lerna.json | 2 +- packages/common-css/CHANGELOG.md | 4 ++++ packages/common-css/package.json | 2 +- packages/cx/CHANGELOG.md | 4 ++++ packages/cx/package.json | 2 +- packages/styles/CHANGELOG.md | 6 ++++++ packages/styles/package.json | 2 +- packages/theming-preview/CHANGELOG.md | 4 ++++ packages/theming-preview/package.json | 2 +- packages/workspace-plugins/CHANGELOG.md | 4 ++++ packages/workspace-plugins/package.json | 2 +- 12 files changed, 37 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3287a2b6a..d19c6c2026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.56...v0.39.0-rc.57) (2025-02-05) + +### Bug Fixes + +- **styles:** add specificity for Settings overwrite classes [ci visual] ([#5932](https://github.com/SAP/fundamental-styles/issues/5932)) ([5b1efba](https://github.com/SAP/fundamental-styles/commit/5b1efba5d6cf15d8e98eea4b9ecc4c02b5f6e6f5)) + # [0.39.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.55...v0.39.0-rc.56) (2025-02-02) **Note:** Version bump only for package fundamental-styles @@ -5692,9 +5698,9 @@ Co-authored-by: droshev - added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form. Before: -
- After: -
+
+ After: +
### Bug Fixes diff --git a/lerna.json b/lerna.json index d3e229216e..6f75251c64 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["packages/*"], - "version": "0.39.0-rc.56", + "version": "0.39.0-rc.57", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/packages/common-css/CHANGELOG.md b/packages/common-css/CHANGELOG.md index cae14de75b..b320ce5514 100644 --- a/packages/common-css/CHANGELOG.md +++ b/packages/common-css/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.56...v0.39.0-rc.57) (2025-02-05) + +**Note:** Version bump only for package @sap-ui/common-css + # [0.39.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.55...v0.39.0-rc.56) (2025-02-02) **Note:** Version bump only for package @sap-ui/common-css diff --git a/packages/common-css/package.json b/packages/common-css/package.json index 172a9ffe1e..0f2ffbc003 100644 --- a/packages/common-css/package.json +++ b/packages/common-css/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ui/common-css", - "version": "0.39.0-rc.56", + "version": "0.39.0-rc.57", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-styles/", "description": "SAP UI Common CSS", diff --git a/packages/cx/CHANGELOG.md b/packages/cx/CHANGELOG.md index 7527e72e48..f8f7b089b5 100644 --- a/packages/cx/CHANGELOG.md +++ b/packages/cx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.56...v0.39.0-rc.57) (2025-02-05) + +**Note:** Version bump only for package @fundamental-styles/cx + # [0.39.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.55...v0.39.0-rc.56) (2025-02-02) **Note:** Version bump only for package @fundamental-styles/cx diff --git a/packages/cx/package.json b/packages/cx/package.json index 15d4dcf8aa..a51ff7fc31 100644 --- a/packages/cx/package.json +++ b/packages/cx/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/cx", - "version": "0.39.0-rc.56", + "version": "0.39.0-rc.57", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-styles/", "description": "Fundamental Library Styles", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 32d4919ada..b3618a5be9 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.56...v0.39.0-rc.57) (2025-02-05) + +### Bug Fixes + +- **styles:** add specificity for Settings overwrite classes [ci visual] ([#5932](https://github.com/SAP/fundamental-styles/issues/5932)) ([5b1efba](https://github.com/SAP/fundamental-styles/commit/5b1efba5d6cf15d8e98eea4b9ecc4c02b5f6e6f5)) + # [0.39.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.55...v0.39.0-rc.56) (2025-02-02) **Note:** Version bump only for package fundamental-styles diff --git a/packages/styles/package.json b/packages/styles/package.json index d7a10e79c8..66bbaa9ef8 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.39.0-rc.56", + "version": "0.39.0-rc.57", "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/", "repository": { "type": "git", diff --git a/packages/theming-preview/CHANGELOG.md b/packages/theming-preview/CHANGELOG.md index 54a702b5f9..5ebc4afd79 100644 --- a/packages/theming-preview/CHANGELOG.md +++ b/packages/theming-preview/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.56...v0.39.0-rc.57) (2025-02-05) + +**Note:** Version bump only for package @fundamental-styles/theming-preview + # [0.39.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.55...v0.39.0-rc.56) (2025-02-02) **Note:** Version bump only for package @fundamental-styles/theming-preview diff --git a/packages/theming-preview/package.json b/packages/theming-preview/package.json index 82806ab0d4..f6c3c01a07 100644 --- a/packages/theming-preview/package.json +++ b/packages/theming-preview/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/theming-preview", - "version": "0.39.0-rc.56", + "version": "0.39.0-rc.57", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-styles/", "description": "Fundamental Library Styles - Theming Package Preview", diff --git a/packages/workspace-plugins/CHANGELOG.md b/packages/workspace-plugins/CHANGELOG.md index 8ac2a18a48..942fd704c3 100644 --- a/packages/workspace-plugins/CHANGELOG.md +++ b/packages/workspace-plugins/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.56...v0.39.0-rc.57) (2025-02-05) + +**Note:** Version bump only for package workspace-plugins + # [0.39.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.55...v0.39.0-rc.56) (2025-02-02) **Note:** Version bump only for package workspace-plugins diff --git a/packages/workspace-plugins/package.json b/packages/workspace-plugins/package.json index 9603c35f0f..3db45f8042 100644 --- a/packages/workspace-plugins/package.json +++ b/packages/workspace-plugins/package.json @@ -1,6 +1,6 @@ { "name": "workspace-plugins", - "version": "0.39.0-rc.56", + "version": "0.39.0-rc.57", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json"