From 8957726bedb455fb78a15d24473f135002785fbc Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Wed, 8 Nov 2023 20:33:23 +0000 Subject: [PATCH] chore(release): release v0.32.0-rc.12 [ci skip] --- CHANGELOG.md | 15 +++++++++++++++ package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bba5b038..54ab142eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.32.0-rc.12](https://github.com/SAP/fundamental-styles/compare/v0.32.0-rc.11...v0.32.0-rc.12) (2023-11-08) + + +### Bug Fixes + +* **styles:** update Switch to latest design [ci visual] ([#4967](https://github.com/SAP/fundamental-styles/issues/4967)) ([6fcc250](https://github.com/SAP/fundamental-styles/commit/6fcc250f95664cfb9b5b8856951532d824b260dc)) + + +### BREAKING CHANGES + +* **styles:** - Basic/Default Switch now has icons +- Text Switch has the text inside + + + # [0.32.0-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.32.0-rc.10...v0.32.0-rc.11) (2023-11-07) diff --git a/package.json b/package.json index d6e8568a59..f25dee1104 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.32.0-rc.11", + "version": "0.32.0-rc.12", "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", @@ -170,4 +170,4 @@ "fast-deep-equal": "^3.1.3", "jsdom": "^20.0.1" } -} +} \ No newline at end of file