From 1c8d01f208b4e9da339e44c25b3dfac021198b18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pe=CC=81ter=20Nya=CC=81ri?=
Date: Tue, 13 Oct 2020 11:39:37 +0200
Subject: [PATCH] v7.10.1
---
CHANGELOG.md | 6 ++++--
projects/gentics-ui-core/package.json | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99d3b2d..81357a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,15 @@
# Gentics UI Core Changelog
-## 7.10.1 (2020-10-08)
+## 7.10.1 (2020-10-13)
### Fixes
-* The Textarea isn't jumping around while editing the text inside of it (SUP-10295).
+
+* The Textarea is not jumping around while editing the text inside of it (SUP-10295).
## 7.10.0 (2020-03-03)
### Fixes
+
* Show correct cursor and item preview when dragging in sortable-list (SUP-8790).
* Add new input property for breadcrumbs that is used for collapsed state background (SUP-9200).
diff --git a/projects/gentics-ui-core/package.json b/projects/gentics-ui-core/package.json
index d1ffa68..66a5f06 100644
--- a/projects/gentics-ui-core/package.json
+++ b/projects/gentics-ui-core/package.json
@@ -1,9 +1,9 @@
{
"name": "gentics-ui-core",
- "version": "7.10.0",
+ "version": "7.10.1",
"license": "Apache-2.0",
"dependencies": {
- "foundation-sites": "^6.5.3",
+ "foundation-sites": "~6.5.3",
"hammerjs": "~2.0.8",
"material-design-icons-iconfont": "^4.0.5",
"roboto-fontface-woff": "^0.8.0",