Skip to content

Commit c719ac8

Browse files
committed
fix package.json
1 parent fa3f582 commit c719ac8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

frontend/CHANGELOG.md

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

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

11+
## 0.1.4 (2026-02-03)
12+
1113
## 0.1.3 (2026-02-03)
1214

1315
## 0.1.2 (2026-02-03)

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-searchblocks-dev",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Additional control-panel that allow users to search which contents using a specific block",
55
"author": "RedTurtle Technology",
66
"homepage": "https://github.com/collective/collective-searchblocks",

frontend/packages/volto-searchblocks/CHANGELOG.md

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

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

11+
## 0.1.4 (2026-02-03)
12+
1113
## 0.1.3 (2026-02-03)
1214

1315
## 0.1.2 (2026-02-03)

frontend/packages/volto-searchblocks/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redturtle/volto-searchblocks",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Additional control-panel that allow users to search which contents using a specific block",
55
"main": "src/index.ts",
66
"license": "MIT",
@@ -17,7 +17,8 @@
1717
"url": "git@github.com:collective/collective-searchblocks"
1818
},
1919
"publishConfig": {
20-
"access": "public"
20+
"access": "public",
21+
"registry": "https://registry.npmjs.org/"
2122
},
2223
"scripts": {
2324
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",

0 commit comments

Comments
 (0)