diff --git a/CHANGELOG.md b/CHANGELOG.md index f34c5f6..0848147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v1.7.13 + +- Switched from "react-beautiful-dnd" to "@hello-pangea/dnd" + ## v1.7.12 - Auth: Fix "TLS Client Authentication" fields are not being cleared when setting is toggled off diff --git a/package.json b/package.json index 736f52a..81f44f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/experimental", - "version": "1.7.12", + "version": "1.7.13", "description": "Experimental Grafana components and APIs", "main": "./dist/index.js", "types": "./dist/index.d.ts",