diff --git a/CHANGELOG.md b/CHANGELOG.md index f981b70d71..f5a51c3790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.30.2-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.30.2-rc.1...v0.30.2-rc.2) (2023-08-08) + + +### Bug Fixes + +* **styles:** popover resize handle simplification [ci visual] ([#4755](https://github.com/SAP/fundamental-styles/issues/4755)) ([d1ed62f](https://github.com/SAP/fundamental-styles/commit/d1ed62f1d24e00ca0e4f170e339c8135d898f9fb)) + + + ## [0.30.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.30.2-rc.0...v0.30.2-rc.1) (2023-08-05) diff --git a/package.json b/package.json index 74e339bd13..3c1eac40c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.30.2-rc.1", + "version": "0.30.2-rc.2", "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": ">= 3.6.1",