diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d9cee..1310a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/sanity-io/sanity-plugin-iframe-pane/compare/v2.6.0...v2.6.1) (2023-11-15) + +### Bug Fixes + +- **deps:** Update dependency styled-components to v6 ([#86](https://github.com/sanity-io/sanity-plugin-iframe-pane/issues/86)) ([1650b1e](https://github.com/sanity-io/sanity-plugin-iframe-pane/commit/1650b1ef906d64b10b197a6a1bc703a78efc3e0a)) + ## [2.6.0](https://github.com/sanity-io/sanity-plugin-iframe-pane/compare/v2.5.8...v2.6.0) (2023-10-18) ### Features diff --git a/package-lock.json b/package-lock.json index c048433..953fc02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-iframe-pane", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sanity-plugin-iframe-pane", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "dependencies": { "@sanity/icons": "^2.6.0", diff --git a/package.json b/package.json index 97335c5..fcff094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-iframe-pane", - "version": "2.6.0", + "version": "2.6.1", "description": "Display any URL in a View Pane, along with helpful buttons to Copy the URL or open in a new tab", "homepage": "https://github.com/sanity-io/sanity-plugin-iframe-pane#readme", "bugs": {