diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f83724..c4a91b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,6 @@ All notable changes to this project will be documented in this file. -## v2.1.6 - -- Make `` component usable with Playwright following our [testing guidelines](https://github.com/grafana/grafana/blob/401265522e584e4e71a1d92d5af311564b1ec33e/contribute/style-guides/testing.md) - ## v2.1.5 - Add deprecation message diff --git a/package.json b/package.json index 2cfb77e..290cc78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/experimental", - "version": "2.1.6", + "version": "2.1.5", "description": "Experimental Grafana components and APIs", "main": "./dist/index.js", "types": "./dist/index.d.ts",