Skip to content

Commit 03be731

Browse files
committed
Release 2.0.0
1 parent 488fedc commit 03be731

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.0.0 (2025-02-19)
12+
13+
### Breaking
14+
15+
- Move isValidUrl to helper function so it can be shadowed. [@jnptk]
16+
Add description and credit fields. [@jnptk]
17+
Clear all fields including the input when the reset button is clicked. [@jnptk]
18+
Show title, description, and credit in the View component. [@jnptk] [#7](https://github.com/kitconcept/volto-iframe-block/issue/7)
19+
1120
## 1.0.0 (2025-02-10)
1221

1322
### Internal

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-iframe-block-dev",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "volto-iframe-block: Volto Add-on",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/volto-iframe-block",
@@ -47,4 +47,4 @@
4747
}
4848
},
4949
"packageManager": "pnpm@9.1.1"
50-
}
50+
}

packages/volto-iframe-block/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.0.0 (2025-02-19)
12+
13+
### Breaking
14+
15+
- Move isValidUrl to helper function so it can be shadowed. [@jnptk]
16+
Add description and credit fields. [@jnptk]
17+
Clear all fields including the input when the reset button is clicked. [@jnptk]
18+
Show title, description, and credit in the View component. [@jnptk] [#7](https://github.com/kitconcept/volto-iframe-block/issue/7)
19+
1120
## 1.0.0 (2025-02-10)
1221

1322
### Internal

packages/volto-iframe-block/news/7.breaking

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/volto-iframe-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-iframe-block",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "volto-iframe-block: Volto Add-on",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)