From d1811e63b761a11c31295dba4f5902aedc3465e6 Mon Sep 17 00:00:00 2001 From: Gabriel Santerre Date: Sun, 27 Nov 2022 11:56:53 -0500 Subject: [PATCH] chore: release 16.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4f5348c..add0511e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [16.2.0](https://github.com/hello-pangea/dnd/compare/v16.1.0...v16.2.0) (2022-11-27) + + +### Bug Fixes 🛠 + +* **ssr:** use useId for hydration and remove the need for resetServerContext (React 18+) ([#439](https://github.com/hello-pangea/dnd/issues/439)) ([bcb66d3](https://github.com/hello-pangea/dnd/commit/bcb66d32683519fb09f6a651ec2a0f63bd90d304)) + ## [16.1.0](https://github.com/hello-pangea/dnd/compare/v16.0.1...v16.1.0) (2022-11-26) diff --git a/package.json b/package.json index d20e1c7f1..98f3c04d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hello-pangea/dnd", - "version": "16.1.0", + "version": "16.2.0", "private": false, "description": "Beautiful and accessible drag and drop for lists with React", "author": "Alex Reardon ",