From 03be731894586998089a9b31fcc91f1636420a43 Mon Sep 17 00:00:00 2001 From: Jonas Piterek Date: Wed, 19 Feb 2025 14:38:22 +0100 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- packages/volto-iframe-block/CHANGELOG.md | 9 +++++++++ packages/volto-iframe-block/news/7.breaking | 4 ---- packages/volto-iframe-block/package.json | 2 +- 5 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 packages/volto-iframe-block/news/7.breaking diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0ca08f..d9a22a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ +## 2.0.0 (2025-02-19) + +### Breaking + +- Move isValidUrl to helper function so it can be shadowed. [@jnptk] + Add description and credit fields. [@jnptk] + Clear all fields including the input when the reset button is clicked. [@jnptk] + Show title, description, and credit in the View component. [@jnptk] [#7](https://github.com/kitconcept/volto-iframe-block/issue/7) + ## 1.0.0 (2025-02-10) ### Internal diff --git a/package.json b/package.json index 323f4071..a64ed0f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-iframe-block-dev", - "version": "1.0.0", + "version": "2.0.0", "description": "volto-iframe-block: Volto Add-on", "author": "kitconcept GmbH", "homepage": "https://github.com/kitconcept/volto-iframe-block", @@ -47,4 +47,4 @@ } }, "packageManager": "pnpm@9.1.1" -} +} \ No newline at end of file diff --git a/packages/volto-iframe-block/CHANGELOG.md b/packages/volto-iframe-block/CHANGELOG.md index ab0ca08f..d9a22a54 100644 --- a/packages/volto-iframe-block/CHANGELOG.md +++ b/packages/volto-iframe-block/CHANGELOG.md @@ -8,6 +8,15 @@ +## 2.0.0 (2025-02-19) + +### Breaking + +- Move isValidUrl to helper function so it can be shadowed. [@jnptk] + Add description and credit fields. [@jnptk] + Clear all fields including the input when the reset button is clicked. [@jnptk] + Show title, description, and credit in the View component. [@jnptk] [#7](https://github.com/kitconcept/volto-iframe-block/issue/7) + ## 1.0.0 (2025-02-10) ### Internal diff --git a/packages/volto-iframe-block/news/7.breaking b/packages/volto-iframe-block/news/7.breaking deleted file mode 100644 index 93c6bfc9..00000000 --- a/packages/volto-iframe-block/news/7.breaking +++ /dev/null @@ -1,4 +0,0 @@ -Move isValidUrl to helper function so it can be shadowed. [@jnptk] -Add description and credit fields. [@jnptk] -Clear all fields including the input when the reset button is clicked. [@jnptk] -Show title, description, and credit in the View component. [@jnptk] diff --git a/packages/volto-iframe-block/package.json b/packages/volto-iframe-block/package.json index 4cc9faf1..a8bde902 100644 --- a/packages/volto-iframe-block/package.json +++ b/packages/volto-iframe-block/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-iframe-block", - "version": "1.0.0", + "version": "2.0.0", "description": "volto-iframe-block: Volto Add-on", "main": "src/index.js", "license": "MIT",