From 7475d49b3bb62fd89a07c1c094832bfb3593d8fd Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Fri, 22 Nov 2024 23:02:36 +0000 Subject: [PATCH] chore(release): publish 0.53.2-rc.9 [ci skip] --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- libs/btp/CHANGELOG.md | 8 ++++++++ libs/btp/package.json | 2 +- libs/cdk/CHANGELOG.md | 8 ++++++++ libs/cdk/package.json | 2 +- libs/core/CHANGELOG.md | 8 ++++++++ libs/core/package.json | 2 +- libs/cx/CHANGELOG.md | 8 ++++++++ libs/cx/package.json | 2 +- libs/datetime-adapter/CHANGELOG.md | 8 ++++++++ libs/datetime-adapter/package.json | 2 +- libs/i18n/CHANGELOG.md | 8 ++++++++ libs/i18n/package.json | 2 +- libs/moment-adapter/CHANGELOG.md | 8 ++++++++ libs/moment-adapter/package.json | 2 +- libs/nx-plugin/CHANGELOG.md | 8 ++++++++ libs/nx-plugin/package.json | 2 +- libs/platform/CHANGELOG.md | 11 +++++++++++ libs/platform/package.json | 2 +- 20 files changed, 96 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d7591b6a0..b16222920e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + + +### Features + +* **platform:** propagate ctrlKey from the table row mouse/keyboard event ([#12747](https://github.com/SAP/fundamental-ngx/issues/12747)) ([9f341c9](https://github.com/SAP/fundamental-ngx/commit/9f341c98ab22ac3fe4a4df7cc22f449ae447efe3)) + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) diff --git a/lerna.json b/lerna.json index 2cb235d1194..c25b04022f8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["libs/*"], - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/libs/btp/CHANGELOG.md b/libs/btp/CHANGELOG.md index efd0c57c4df..e998f26b823 100644 --- a/libs/btp/CHANGELOG.md +++ b/libs/btp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/btp + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/btp diff --git a/libs/btp/package.json b/libs/btp/package.json index 909c901f9cd..804c7e2c981 100644 --- a/libs/btp/package.json +++ b/libs/btp/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/btp", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "peerDependencies": { "@angular/common": "ANGULAR_VER_PLACEHOLDER", "@angular/core": "ANGULAR_VER_PLACEHOLDER", diff --git a/libs/cdk/CHANGELOG.md b/libs/cdk/CHANGELOG.md index b0c801115b9..d8f9d9dc57d 100644 --- a/libs/cdk/CHANGELOG.md +++ b/libs/cdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/cdk + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/cdk diff --git a/libs/cdk/package.json b/libs/cdk/package.json index d8a63403e16..748b3a20b30 100644 --- a/libs/cdk/package.json +++ b/libs/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/cdk", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - CDK", "license": "Apache-2.0", diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 0947d1f561c..98a8d6326cf 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/core + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) diff --git a/libs/core/package.json b/libs/core/package.json index 565c9242ae6..6fc73972225 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/core", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migrations.json" diff --git a/libs/cx/CHANGELOG.md b/libs/cx/CHANGELOG.md index 579186726b7..5a25a92ad17 100644 --- a/libs/cx/CHANGELOG.md +++ b/libs/cx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/cx + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/cx diff --git a/libs/cx/package.json b/libs/cx/package.json index 54a02e1c4a9..6069aedb274 100644 --- a/libs/cx/package.json +++ b/libs/cx/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/cx", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - cx", "license": "Apache-2.0", diff --git a/libs/datetime-adapter/CHANGELOG.md b/libs/datetime-adapter/CHANGELOG.md index 5edadcbfade..7aa5632ffbd 100644 --- a/libs/datetime-adapter/CHANGELOG.md +++ b/libs/datetime-adapter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/datetime-adapter + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/datetime-adapter diff --git a/libs/datetime-adapter/package.json b/libs/datetime-adapter/package.json index 1c7939e352e..295f817c0f7 100644 --- a/libs/datetime-adapter/package.json +++ b/libs/datetime-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/datetime-adapter", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "description": "Datetime adapter for SAP Fundamentals, based on Day.js package", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-ngx/home", diff --git a/libs/i18n/CHANGELOG.md b/libs/i18n/CHANGELOG.md index d832861feab..86c0a7f3d1b 100644 --- a/libs/i18n/CHANGELOG.md +++ b/libs/i18n/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/i18n + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/i18n diff --git a/libs/i18n/package.json b/libs/i18n/package.json index c08c8902415..a5a0a1827be 100644 --- a/libs/i18n/package.json +++ b/libs/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/i18n", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "peerDependencies": { "@angular/common": "ANGULAR_VER_PLACEHOLDER", "@angular/core": "ANGULAR_VER_PLACEHOLDER", diff --git a/libs/moment-adapter/CHANGELOG.md b/libs/moment-adapter/CHANGELOG.md index e4928e58665..1c09b5f0024 100644 --- a/libs/moment-adapter/CHANGELOG.md +++ b/libs/moment-adapter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/moment-adapter + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/moment-adapter diff --git a/libs/moment-adapter/package.json b/libs/moment-adapter/package.json index 5fb5447ff7b..9e34f404c29 100644 --- a/libs/moment-adapter/package.json +++ b/libs/moment-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/moment-adapter", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "description": "Datetime adapter for SAP Fundamentals, based on Moment.js package", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-ngx/home", diff --git a/libs/nx-plugin/CHANGELOG.md b/libs/nx-plugin/CHANGELOG.md index 7861a7909b9..43bf611a8c3 100644 --- a/libs/nx-plugin/CHANGELOG.md +++ b/libs/nx-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + +**Note:** Version bump only for package @fundamental-ngx/nx-plugin + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/nx-plugin diff --git a/libs/nx-plugin/package.json b/libs/nx-plugin/package.json index c4ee41d47ed..a7929129b69 100644 --- a/libs/nx-plugin/package.json +++ b/libs/nx-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/nx-plugin", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json", diff --git a/libs/platform/CHANGELOG.md b/libs/platform/CHANGELOG.md index 9833e8a6f8c..3b4245d4013 100644 --- a/libs/platform/CHANGELOG.md +++ b/libs/platform/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.53.2-rc.9](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.8...v0.53.2-rc.9) (2024-11-22) + + +### Features + +* **platform:** propagate ctrlKey from the table row mouse/keyboard event ([#12747](https://github.com/SAP/fundamental-ngx/issues/12747)) ([9f341c9](https://github.com/SAP/fundamental-ngx/commit/9f341c98ab22ac3fe4a4df7cc22f449ae447efe3)) + + + + + ## [0.53.2-rc.8](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.7...v0.53.2-rc.8) (2024-11-22) **Note:** Version bump only for package @fundamental-ngx/platform diff --git a/libs/platform/package.json b/libs/platform/package.json index 58c32f301db..5e64c2be7c0 100644 --- a/libs/platform/package.json +++ b/libs/platform/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/platform", - "version": "0.53.2-rc.8", + "version": "0.53.2-rc.9", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - platform", "license": "Apache-2.0",