Skip to content

Commit 53d5015

Browse files
committed
Release 3.0.0
1 parent 108b820 commit 53d5015

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

CHANGELOG.md

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

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

11+
## 3.0.0 (2025-02-10)
12+
13+
### Feature
14+
15+
- Enhance bookmarking of search requests: bookmarks menu: labels according search parameters. @ksuess [#7](https://github.com/collective/volto-bookmarks/issue/7)
16+
- Refactor ToggleBookmarkButton to work without access to Redux store. Use Jotai atom. @ksuess [#9](https://github.com/collective/volto-bookmarks/issue/9)
17+
- Bookmarking in listing and search block. @ksuess [#14](https://github.com/collective/volto-bookmarks/issue/14)
18+
1119
## 2.0.0 (2025-01-09)
1220

1321
### Feature

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "volto-bookmarks-dev",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Manage bookmarks / favorites in Plone Volto",
5-
"author": "Katja Süss",
5+
"author": "Katja S\u00fcss",
66
"homepage": "https://github.com/collective/volto-bookmarks",
77
"license": "MIT",
88
"keywords": [

packages/volto-bookmarks/CHANGELOG.md

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

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

11+
## 3.0.0 (2025-02-10)
12+
13+
### Feature
14+
15+
- Enhance bookmarking of search requests: bookmarks menu: labels according search parameters. @ksuess [#7](https://github.com/collective/volto-bookmarks/issue/7)
16+
- Refactor ToggleBookmarkButton to work without access to Redux store. Use Jotai atom. @ksuess [#9](https://github.com/collective/volto-bookmarks/issue/9)
17+
- Bookmarking in listing and search block. @ksuess [#14](https://github.com/collective/volto-bookmarks/issue/14)
18+
1119
## 2.0.0 (2025-01-09)
1220

1321
### Feature

packages/volto-bookmarks/news/14.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-bookmarks/news/7.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-bookmarks/news/9.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-bookmarks/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plone-collective/volto-bookmarks",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Manage bookmarks / favorites in Plone Volto",
55
"main": "src/index.js",
66
"license": "MIT",
@@ -26,8 +26,7 @@
2626
"release-major-alpha": "release-it major --preRelease=alpha",
2727
"release-alpha": "release-it --preRelease=alpha"
2828
},
29-
"dependencies": {
30-
},
29+
"dependencies": {},
3130
"peerDependencies": {
3231
"react": "18.2.0",
3332
"react-dom": "18.2.0"

0 commit comments

Comments
 (0)