From 7c89d67acbd69a15f4c649db2d9a0bd506463057 Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Wed, 2 Oct 2024 13:23:07 +0000 Subject: [PATCH] chore(release): publish 0.38.0 [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 935620e4b2..1904374bc5 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.38.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.7...v0.38.0) (2024-10-02) + +**Note:** Version bump only for package fundamental-styles + # [0.38.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.6...v0.38.0-rc.7) (2024-09-30) **Note:** Version bump only for package fundamental-styles diff --git a/lerna.json b/lerna.json index aee38c525d..04b5d341df 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["packages/*"], - "version": "0.38.0-rc.7", + "version": "0.38.0", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/packages/common-css/CHANGELOG.md b/packages/common-css/CHANGELOG.md index 4b2b4ec937..69551208ba 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.38.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.7...v0.38.0) (2024-10-02) + +**Note:** Version bump only for package @sap-ui/common-css + # [0.38.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.6...v0.38.0-rc.7) (2024-09-30) **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 9a18204239..49c4943af2 100644 --- a/packages/common-css/package.json +++ b/packages/common-css/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ui/common-css", - "version": "0.38.0-rc.7", + "version": "0.38.0", "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 d0b4acdcf1..f0e2c00b35 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.38.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.7...v0.38.0) (2024-10-02) + +**Note:** Version bump only for package @fundamental-styles/cx + # [0.38.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.6...v0.38.0-rc.7) (2024-09-30) **Note:** Version bump only for package @fundamental-styles/cx diff --git a/packages/cx/package.json b/packages/cx/package.json index a22cdc1e8e..cf1c3eff2b 100644 --- a/packages/cx/package.json +++ b/packages/cx/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/cx", - "version": "0.38.0-rc.7", + "version": "0.38.0", "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 627e1321ef..a68bdd0d14 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.38.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.7...v0.38.0) (2024-10-02) + +**Note:** Version bump only for package fundamental-styles + # [0.38.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.6...v0.38.0-rc.7) (2024-09-30) **Note:** Version bump only for package fundamental-styles diff --git a/packages/styles/package.json b/packages/styles/package.json index 47bd145f11..4b7555f197 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-styles", - "version": "0.38.0-rc.7", + "version": "0.38.0", "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 a7d7ecba66..b83b26d89c 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.38.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.7...v0.38.0) (2024-10-02) + +**Note:** Version bump only for package @fundamental-styles/theming-preview + # [0.38.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.6...v0.38.0-rc.7) (2024-09-30) **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 b5f6730cc5..cc52f9ec49 100644 --- a/packages/theming-preview/package.json +++ b/packages/theming-preview/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/theming-preview", - "version": "0.38.0-rc.7", + "version": "0.38.0", "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 d0b0c0a246..26ab808070 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.38.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.7...v0.38.0) (2024-10-02) + +**Note:** Version bump only for package workspace-plugins + # [0.38.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.6...v0.38.0-rc.7) (2024-09-30) **Note:** Version bump only for package workspace-plugins diff --git a/packages/workspace-plugins/package.json b/packages/workspace-plugins/package.json index 61a4db2456..f2234cf119 100644 --- a/packages/workspace-plugins/package.json +++ b/packages/workspace-plugins/package.json @@ -1,6 +1,6 @@ { "name": "workspace-plugins", - "version": "0.38.0-rc.7", + "version": "0.38.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json"