From ad57c894354d84d1817da34939d2cc59c870dbc5 Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Sun, 3 Nov 2024 19:58:48 +0000 Subject: [PATCH] chore(release): publish 0.39.0-rc.16 [ci skip] --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/common-css/CHANGELOG.md | 4 ++++ packages/common-css/package.json | 2 +- packages/cx/CHANGELOG.md | 4 ++++ packages/cx/package.json | 2 +- packages/styles/CHANGELOG.md | 4 ++++ packages/styles/package.json | 2 +- packages/theming-preview/CHANGELOG.md | 4 ++++ packages/theming-preview/package.json | 2 +- packages/workspace-plugins/CHANGELOG.md | 4 ++++ packages/workspace-plugins/package.json | 2 +- 12 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca26b2207e..98d00630fc 100644 --- a/CHANGELOG.md +++ b/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.16](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.15...v0.39.0-rc.16) (2024-11-03) + +**Note:** Version bump only for package fundamental-styles + # [0.39.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.14...v0.39.0-rc.15) (2024-11-01) **Note:** Version bump only for package fundamental-styles diff --git a/lerna.json b/lerna.json index 0403873c07..f9f7ec6f54 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.15", + "version": "0.39.0-rc.16", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/packages/common-css/CHANGELOG.md b/packages/common-css/CHANGELOG.md index 64eeed4852..c87a38f7c4 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.16](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.15...v0.39.0-rc.16) (2024-11-03) + +**Note:** Version bump only for package @sap-ui/common-css + # [0.39.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.14...v0.39.0-rc.15) (2024-11-01) **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 ec76844edd..87d2605419 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.15", + "version": "0.39.0-rc.16", "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 fde4f764e6..7996c4095b 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.16](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.15...v0.39.0-rc.16) (2024-11-03) + +**Note:** Version bump only for package @fundamental-styles/cx + # [0.39.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.14...v0.39.0-rc.15) (2024-11-01) **Note:** Version bump only for package @fundamental-styles/cx diff --git a/packages/cx/package.json b/packages/cx/package.json index 295bbaec72..2e5dbe6d26 100644 --- a/packages/cx/package.json +++ b/packages/cx/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/cx", - "version": "0.39.0-rc.15", + "version": "0.39.0-rc.16", "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 dca30e4caa..02dea6d7c5 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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.16](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.15...v0.39.0-rc.16) (2024-11-03) + +**Note:** Version bump only for package fundamental-styles + # [0.39.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.14...v0.39.0-rc.15) (2024-11-01) **Note:** Version bump only for package fundamental-styles diff --git a/packages/styles/package.json b/packages/styles/package.json index 237e223379..41fdf081b7 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.39.0-rc.15", + "version": "0.39.0-rc.16", "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 a41b721ae4..0160a2f7be 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.16](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.15...v0.39.0-rc.16) (2024-11-03) + +**Note:** Version bump only for package @fundamental-styles/theming-preview + # [0.39.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.14...v0.39.0-rc.15) (2024-11-01) **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 89c189d150..e67c117d55 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.15", + "version": "0.39.0-rc.16", "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 18848285b4..0ee8afd5c2 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.16](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.15...v0.39.0-rc.16) (2024-11-03) + +**Note:** Version bump only for package workspace-plugins + # [0.39.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.14...v0.39.0-rc.15) (2024-11-01) **Note:** Version bump only for package workspace-plugins diff --git a/packages/workspace-plugins/package.json b/packages/workspace-plugins/package.json index 1b296ff03d..f7bb21a14d 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.15", + "version": "0.39.0-rc.16", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json"