diff --git a/CHANGELOG.md b/CHANGELOG.md index 816436dd89..0f100bb82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.33.1-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.33.1-rc.8...v0.33.1-rc.9) (2023-12-15) + + +### Bug Fixes + +* **common-css:** missing scss files in distribution ([#5049](https://github.com/SAP/fundamental-styles/issues/5049)) ([9655c67](https://github.com/SAP/fundamental-styles/commit/9655c67e78a493e07daca4949d05f93940f08943)) + + + ## [0.33.1-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.33.1-rc.7...v0.33.1-rc.8) (2023-12-15) diff --git a/package.json b/package.json index d4a18d183c..debf7d9e5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.33.1-rc.8", + "version": "0.33.1-rc.9", "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",