@fundamental-styles/mcp 0.41.8 → 0.41.9-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/data/CHANGELOG.md +11 -3
  2. package/package.json +1 -1
package/data/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.41.9-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.41.9-rc.0...v0.41.9-rc.1) (2026-07-24)
7
+
8
+ **Note:** Version bump only for package fundamental-styles
9
+
10
+ ## [0.41.9-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.8...v0.41.9-rc.0) (2026-07-08)
11
+
12
+ **Note:** Version bump only for package fundamental-styles
13
+
6
14
  ## [0.41.8](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.13...v0.41.8) (2026-07-06)
7
15
 
8
16
  **Note:** Version bump only for package fundamental-styles
@@ -7015,9 +7023,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
7015
7023
 
7016
7024
  - added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
7017
7025
  Before:
7018
- <div class="fd-row">
7019
- After:
7020
- <div class="fd-row fd-row--top">
7026
+ <div class="fd-row">
7027
+ After:
7028
+ <div class="fd-row fd-row--top">
7021
7029
 
7022
7030
  ### Bug Fixes
7023
7031
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-styles/mcp",
3
- "version": "0.41.8",
3
+ "version": "0.41.9-rc.1",
4
4
  "mcpName": "io.github.sap/fundamental-styles-mcp",
5
5
  "description": "MCP server exposing fundamental-styles CSS component metadata for AI coding assistants",
6
6
  "license": "Apache-2.0",