From 3566ed428ff64099443ca827d1eadba4b59f79b8 Mon Sep 17 00:00:00 2001 From: Miguel Palau Zarza Date: Thu, 12 Dec 2024 17:28:29 -0600 Subject: [PATCH] Revert "package bump" This reverts commit e2850f07237480401229b0ceadb1e865b8f5a6f1. --- CHANGELOG.md | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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",