From 401dbcd8aac95bb1f4bc25ce5f62842c8dd9c3d5 Mon Sep 17 00:00:00 2001 From: fundamental-bot Date: Wed, 15 Feb 2023 21:43:15 +0000 Subject: [PATCH] chore(release): release v0.39.0-rc.40 [ci skip] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aedcaffdf84..20af69feefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.39.0-rc.40](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.39...v0.39.0-rc.40) (2023-02-15) + + +### Bug Fixes + +* **platform:** table drag and drop bugs ([#9351](https://github.com/SAP/fundamental-ngx/issues/9351)) ([5a77b7b](https://github.com/SAP/fundamental-ngx/commit/5a77b7b7cc688d117b3b1077fff16f2da917b994)) + + + # [0.39.0-rc.39](https://github.com/SAP/fundamental-ngx/compare/v0.39.0-rc.38...v0.39.0-rc.39) (2023-02-15) diff --git a/package.json b/package.json index 5eb0e19f2ca..48d20145d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.39.0-rc.39", + "version": "0.39.0-rc.40", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",