From e2850f07237480401229b0ceadb1e865b8f5a6f1 Mon Sep 17 00:00:00 2001 From: Miguel Palau Zarza Date: Thu, 12 Dec 2024 17:26:13 -0600 Subject: [PATCH] package bump --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a91b2..8f83724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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 290cc78..2cfb77e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/experimental", - "version": "2.1.5", + "version": "2.1.6", "description": "Experimental Grafana components and APIs", "main": "./dist/index.js", "types": "./dist/index.d.ts",