diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e8119732..f4496a674e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.30.0-rc.18](https://github.com/SAP/fundamental-styles/compare/v0.30.0-rc.17...v0.30.0-rc.18) (2023-06-30) + + +### Bug Fixes + +* **styles:** fixed for Input Group, Select and Step Input after design review [ci visual] ([#4646](https://github.com/SAP/fundamental-styles/issues/4646)) ([483df90](https://github.com/SAP/fundamental-styles/commit/483df90b7d6f56ff7fb6d889bc62621cf8e207c1)) + + + # [0.30.0-rc.17](https://github.com/SAP/fundamental-styles/compare/v0.30.0-rc.16...v0.30.0-rc.17) (2023-06-30) diff --git a/package.json b/package.json index 272439fee6..db7246ab41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.30.0-rc.17", + "version": "0.30.0-rc.18", "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",