From 1bec0d5494b321b0e9668f3720b3f4f49930a263 Mon Sep 17 00:00:00 2001 From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:13:16 -0700 Subject: [PATCH] Publish v1.6.7 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index add6110..ed8ab52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.6.7](https://github.com/react-restart/ui/compare/v1.6.6...v1.6.7) (2024-03-15) + + +### Bug Fixes + +* fix warnings in strict mode ([#97](https://github.com/react-restart/ui/issues/97)) ([e900a9b](https://github.com/react-restart/ui/commit/e900a9b57f588e32ddd41589457f931c7cd262b0)) + + + + + ## [1.6.6](https://github.com/react-restart/ui/compare/v1.6.5...v1.6.6) (2023-06-02) diff --git a/package.json b/package.json index 0c8d9b7..33cca34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@restart/ui", - "version": "1.6.6", + "version": "1.6.7", "description": "Utilities for creating robust overlay components", "author": { "name": "Jason Quense",