From dd7bd54432f533524eb391ed98e57037f3531ee2 Mon Sep 17 00:00:00 2001 From: Stephanie Yang Date: Thu, 20 Jun 2024 13:13:26 -0500 Subject: [PATCH] release --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264ec28f..b1dd7698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# 8.0.0 - 6/13/24 +# 8.0.1 - 6/20/24 +- [chore] Add aria-label for close buttons on Dialog and Drawer component + +# 8.0.0 - 6/20/24 - [breaking] Move and consolidate panel and surface content tokens ([migration](https://reablocks.dev/docs/getting-started/migration#migrating-from-7x-to-8x)) - [chore] Remove unused surface disabled token diff --git a/package.json b/package.json index ae1a7c1e..89b0a735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reablocks", - "version": "8.0.0", + "version": "8.0.1", "description": "Component library for React", "scripts": { "build": "npm run build:js && npm run build:styles && npm run rewrite:stories && npm run build:docs && npm run build:typedoc",