diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb8ae87a0..a9e6a86b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.21...v0.39.0-rc.22) (2024-11-15) + +### Features + +- **styles:** added an optional Calendar legend section [ci visual] ([#5707](https://github.com/SAP/fundamental-styles/issues/5707)) ([2d6941b](https://github.com/SAP/fundamental-styles/commit/2d6941bb7985815104d10f7a7f5882b10b1706ca)) + # [0.39.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.20...v0.39.0-rc.21) (2024-11-12) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 58ec87db48..a19937b9d6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["packages/*"], - "version": "0.39.0-rc.21", + "version": "0.39.0-rc.22", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/packages/common-css/CHANGELOG.md b/packages/common-css/CHANGELOG.md index 652516880c..0b783fffdc 100644 --- a/packages/common-css/CHANGELOG.md +++ b/packages/common-css/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.21...v0.39.0-rc.22) (2024-11-15) + +**Note:** Version bump only for package @sap-ui/common-css + # [0.39.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.20...v0.39.0-rc.21) (2024-11-12) **Note:** Version bump only for package @sap-ui/common-css diff --git a/packages/common-css/package.json b/packages/common-css/package.json index 8844d3f387..ea3c8430c3 100644 --- a/packages/common-css/package.json +++ b/packages/common-css/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ui/common-css", - "version": "0.39.0-rc.21", + "version": "0.39.0-rc.22", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-styles/", "description": "SAP UI Common CSS", diff --git a/packages/cx/CHANGELOG.md b/packages/cx/CHANGELOG.md index bbe882d35a..6901f91e90 100644 --- a/packages/cx/CHANGELOG.md +++ b/packages/cx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.21...v0.39.0-rc.22) (2024-11-15) + +**Note:** Version bump only for package @fundamental-styles/cx + # [0.39.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.20...v0.39.0-rc.21) (2024-11-12) **Note:** Version bump only for package @fundamental-styles/cx diff --git a/packages/cx/package.json b/packages/cx/package.json index af68d5e489..e88a3d491d 100644 --- a/packages/cx/package.json +++ b/packages/cx/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/cx", - "version": "0.39.0-rc.21", + "version": "0.39.0-rc.22", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-styles/", "description": "Fundamental Library Styles", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 083ff6d108..d3f3379e33 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.21...v0.39.0-rc.22) (2024-11-15) + +### Features + +- **styles:** added an optional Calendar legend section [ci visual] ([#5707](https://github.com/SAP/fundamental-styles/issues/5707)) ([2d6941b](https://github.com/SAP/fundamental-styles/commit/2d6941bb7985815104d10f7a7f5882b10b1706ca)) + # [0.39.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.20...v0.39.0-rc.21) (2024-11-12) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index 07e1b9ffdf..19ab9212a1 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.39.0-rc.21", + "version": "0.39.0-rc.22", "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/", "repository": { "type": "git", diff --git a/packages/theming-preview/CHANGELOG.md b/packages/theming-preview/CHANGELOG.md index 26546ebd02..09ba3dd4ee 100644 --- a/packages/theming-preview/CHANGELOG.md +++ b/packages/theming-preview/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.21...v0.39.0-rc.22) (2024-11-15) + +**Note:** Version bump only for package @fundamental-styles/theming-preview + # [0.39.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.20...v0.39.0-rc.21) (2024-11-12) **Note:** Version bump only for package @fundamental-styles/theming-preview diff --git a/packages/theming-preview/package.json b/packages/theming-preview/package.json index 445c29f21e..d4d521c0d1 100644 --- a/packages/theming-preview/package.json +++ b/packages/theming-preview/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/theming-preview", - "version": "0.39.0-rc.21", + "version": "0.39.0-rc.22", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-styles/", "description": "Fundamental Library Styles - Theming Package Preview", diff --git a/packages/workspace-plugins/CHANGELOG.md b/packages/workspace-plugins/CHANGELOG.md index 313109d04f..e3f4cd6fef 100644 --- a/packages/workspace-plugins/CHANGELOG.md +++ b/packages/workspace-plugins/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.39.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.21...v0.39.0-rc.22) (2024-11-15) + +**Note:** Version bump only for package workspace-plugins + # [0.39.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.20...v0.39.0-rc.21) (2024-11-12) **Note:** Version bump only for package workspace-plugins diff --git a/packages/workspace-plugins/package.json b/packages/workspace-plugins/package.json index a4c6391cec..0f0259e43b 100644 --- a/packages/workspace-plugins/package.json +++ b/packages/workspace-plugins/package.json @@ -1,6 +1,6 @@ { "name": "workspace-plugins", - "version": "0.39.0-rc.21", + "version": "0.39.0-rc.22", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json"