Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnptk committed Feb 19, 2025
1 parent 488fedc commit 03be731
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

<!-- towncrier release notes start -->

## 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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -47,4 +47,4 @@
}
},
"packageManager": "[email protected]"
}
}
9 changes: 9 additions & 0 deletions packages/volto-iframe-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

<!-- towncrier release notes start -->

## 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
Expand Down
4 changes: 0 additions & 4 deletions packages/volto-iframe-block/news/7.breaking

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-iframe-block/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 03be731

Please sign in to comment.