diff --git a/.changeset/eighty-elephants-switch.md b/.changeset/eighty-elephants-switch.md deleted file mode 100644 index f343db6a0..000000000 --- a/.changeset/eighty-elephants-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hashicorp/react-code-block': patch ---- - -Only render HiddenCopyContent on the client to avoid hydration mismatches and duplicative markup diff --git a/packages/code-block/CHANGELOG.md b/packages/code-block/CHANGELOG.md index adad8aac0..8c09c477f 100644 --- a/packages/code-block/CHANGELOG.md +++ b/packages/code-block/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashicorp/react-code-block +## 6.2.2 + +### Patch Changes + +- [#834](https://github.com/hashicorp/react-components/pull/834) [`3d138a8e`](https://github.com/hashicorp/react-components/commit/3d138a8efa43c1a14e3180205fc8f2b162ef3c64) Thanks [@BRKalow](https://github.com/BRKalow)! - Only render HiddenCopyContent on the client to avoid hydration mismatches and duplicative markup + ## 6.2.1 ### Patch Changes diff --git a/packages/code-block/package.json b/packages/code-block/package.json index 951479cca..b2ef253d8 100644 --- a/packages/code-block/package.json +++ b/packages/code-block/package.json @@ -1,7 +1,7 @@ { "name": "@hashicorp/react-code-block", "description": "A simple code block with clipboard functionality", - "version": "6.2.1", + "version": "6.2.2", "author": "HashiCorp", "dependencies": { "@hashicorp/react-inline-svg": "^6.0.3",