From a305277a589d9cfdac038eb889a03db843d5120e Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Thu, 16 Feb 2023 09:27:51 +0000 Subject: [PATCH] chore(release): release v0.39.0-rc.42 [ci skip] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd890c07c4..d4245f8e025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.39.0-rc.42](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.41...v0.39.0-rc.42) (2023-02-16) + + +### Bug Fixes + +* **core:** use static element ref property ([#9366](https://github.com/SAP/fundamental-ngx/issues/9366)) ([a9a0515](https://github.com/SAP/fundamental-ngx/commit/a9a05150328d69e990a1ce15f92c08749c872ef1)) + + + # [0.39.0-rc.41](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.40...v0.39.0-rc.41) (2023-02-15) diff --git a/package.json b/package.json index eb321f0b07b..10c62e4b532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.39.0-rc.41", + "version": "0.39.0-rc.42", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",