From 281a2f27bbea5309d5fc9a6784c7abb5ee7f3180 Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Fri, 14 Jul 2023 20:59:33 +0000 Subject: [PATCH] chore(release): release v0.30.0-rc.37 [ci skip] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7228f6af72..f5dd7728e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.30.0-rc.37](https://github.com/SAP/fundamental-styles/compare/v0.30.0-rc.36...v0.30.0-rc.37) (2023-07-14) + + +### Bug Fixes + +* **styles:** add the proper box-shadow for Card in Quartz Theme [ci visual] ([#4690](https://github.com/SAP/fundamental-styles/issues/4690)) ([7effd4e](https://github.com/SAP/fundamental-styles/commit/7effd4eabc2062564108cc5df8f0289397ba4716)) + + + # [0.30.0-rc.36](https://github.com/SAP/fundamental-styles/compare/v0.30.0-rc.35...v0.30.0-rc.36) (2023-07-14) diff --git a/package.json b/package.json index 49045fa9f9..c25c54361a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.30.0-rc.36", + "version": "0.30.0-rc.37", "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/", "engines": { "yarn": ">= 1.22.19",