From 7c4e051034bf17411060362aea68555a9ef97ba0 Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Tue, 25 Jun 2024 13:52:01 +0000 Subject: [PATCH] chore(release): publish 0.50.1-rc.2 [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 | 11 +++++++++++ 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, 99 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c89c7a763e..f463ba8d496 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + + +### Bug Fixes + +* **core, platform:** add option to remove additinal paddings from table settings dialogs ([#12019](https://github.com/SAP/fundamental-ngx/issues/12019)) ([3801581](https://github.com/SAP/fundamental-ngx/commit/380158163a055588a8a66c1c68ce7d64124fc85c)) + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) diff --git a/lerna.json b/lerna.json index 3fc65f2c569..4581784843f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["libs/*"], - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/libs/btp/CHANGELOG.md b/libs/btp/CHANGELOG.md index 25c7c90e71b..01afe0e794b 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + +**Note:** Version bump only for package @fundamental-ngx/btp + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **Note:** Version bump only for package @fundamental-ngx/btp diff --git a/libs/btp/package.json b/libs/btp/package.json index 753c5e272a6..ff876c6f1dd 100644 --- a/libs/btp/package.json +++ b/libs/btp/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/btp", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "peerDependencies": { "@angular/common": "ANGULAR_VER_PLACEHOLDER", "@angular/core": "ANGULAR_VER_PLACEHOLDER", diff --git a/libs/cdk/CHANGELOG.md b/libs/cdk/CHANGELOG.md index 7e231c2dd63..f60114094d3 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + +**Note:** Version bump only for package @fundamental-ngx/cdk + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **Note:** Version bump only for package @fundamental-ngx/cdk diff --git a/libs/cdk/package.json b/libs/cdk/package.json index b767835b006..075104ff71b 100644 --- a/libs/cdk/package.json +++ b/libs/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/cdk", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "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 7123efce280..b2fac93e901 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + + +### Bug Fixes + +* **core, platform:** add option to remove additinal paddings from table settings dialogs ([#12019](https://github.com/SAP/fundamental-ngx/issues/12019)) ([3801581](https://github.com/SAP/fundamental-ngx/commit/380158163a055588a8a66c1c68ce7d64124fc85c)) + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **Note:** Version bump only for package @fundamental-ngx/core diff --git a/libs/core/package.json b/libs/core/package.json index c4a30472e20..877de2f4307 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/core", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migrations.json" diff --git a/libs/cx/CHANGELOG.md b/libs/cx/CHANGELOG.md index f55323ac032..9bcfc1d51a0 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + +**Note:** Version bump only for package @fundamental-ngx/cx + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **Note:** Version bump only for package @fundamental-ngx/cx diff --git a/libs/cx/package.json b/libs/cx/package.json index e76a803a533..e4df6b6af3c 100644 --- a/libs/cx/package.json +++ b/libs/cx/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/cx", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "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 0727fb37d77..a420cf0a970 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + +**Note:** Version bump only for package @fundamental-ngx/datetime-adapter + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **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 757e815f4a5..c3879733320 100644 --- a/libs/datetime-adapter/package.json +++ b/libs/datetime-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/datetime-adapter", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "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 c8ddba6663f..6a9f96647d4 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + +**Note:** Version bump only for package @fundamental-ngx/i18n + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **Note:** Version bump only for package @fundamental-ngx/i18n diff --git a/libs/i18n/package.json b/libs/i18n/package.json index 8d6cbe378f8..5cacb743703 100644 --- a/libs/i18n/package.json +++ b/libs/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/i18n", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "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 644de849df6..c0610da1220 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + +**Note:** Version bump only for package @fundamental-ngx/moment-adapter + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **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 1f56574364c..6c19fc198e9 100644 --- a/libs/moment-adapter/package.json +++ b/libs/moment-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/moment-adapter", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "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 b464e310dbc..f9e798e8248 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + +**Note:** Version bump only for package @fundamental-ngx/nx-plugin + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) **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 82b18c68b97..08a47fe5437 100644 --- a/libs/nx-plugin/package.json +++ b/libs/nx-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/nx-plugin", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json", diff --git a/libs/platform/CHANGELOG.md b/libs/platform/CHANGELOG.md index 3538dca5b1f..57dc570527f 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.50.1-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.1...v0.50.1-rc.2) (2024-06-25) + + +### Bug Fixes + +* **core, platform:** add option to remove additinal paddings from table settings dialogs ([#12019](https://github.com/SAP/fundamental-ngx/issues/12019)) ([3801581](https://github.com/SAP/fundamental-ngx/commit/380158163a055588a8a66c1c68ce7d64124fc85c)) + + + + + ## [0.50.1-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.50.1-rc.0...v0.50.1-rc.1) (2024-06-25) diff --git a/libs/platform/package.json b/libs/platform/package.json index 471697ec3da..9cf99dd3520 100644 --- a/libs/platform/package.json +++ b/libs/platform/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/platform", - "version": "0.50.1-rc.1", + "version": "0.50.1-rc.2", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - platform", "license": "Apache-2.0",