Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 8, 2024
1 parent 648cd3a commit 00f7b61
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 3.0.2 (2024-10-08)

### Internal

- Fix peerDep on `react-intl` @sneridagh [#21](https://github.com/kitconcept/volto-button-block/pull/21)

## 3.0.1 (2024-06-11)

### Internal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-button-block-dev",
"version": "3.0.1",
"version": "3.0.2",
"description": "volto-button-block: Volto add-on that provides a configurable button as a block.",
"main": "src/index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/volto-button-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 3.0.2 (2024-10-08)

### Internal

- Fix peerDep on `react-intl` @sneridagh [#21](https://github.com/kitconcept/volto-button-block/pull/21)

## 3.0.1 (2024-06-11)

### Internal
Expand Down
1 change: 0 additions & 1 deletion packages/volto-button-block/news/21.internal

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-button-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-button-block",
"version": "3.0.1",
"version": "3.0.2",
"description": "volto-button-block: Volto add-on that provides a configurable button as a block.",
"main": "src/index.js",
"license": "MIT",
Expand Down

0 comments on commit 00f7b61

Please sign in to comment.