From b9b27dcb240f4984a5bb371675bbd2170f5fdab1 Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Wed, 8 Feb 2023 21:18:26 +0000 Subject: [PATCH] chore(release): release v0.39.0-rc.35 [ci skip] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1988be72cfb..a00255b83c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.39.0-rc.35](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.34...v0.39.0-rc.35) (2023-02-08) + + +### Bug Fixes + +* **core:** dynamic page should not add scrollbar directive if there is a tablist ([#9317](https://github.com/SAP/fundamental-ngx/issues/9317)) ([a83f1d2](https://github.com/SAP/fundamental-ngx/commit/a83f1d2d9e2acc41577efd6f5009e0dfba5eca82)) + + + # [0.39.0-rc.34](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.33...v0.39.0-rc.34) (2023-02-08) diff --git a/package.json b/package.json index d7a1dc6ecfa..a270052dd55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.39.0-rc.34", + "version": "0.39.0-rc.35", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",