Skip to content

Commit

Permalink
Release @plone/registry 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 5, 2024
1 parent 147799b commit c37e4ce
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
15 changes: 15 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

<!-- towncrier release notes start -->

## 2.1.0 (2024-11-05)

### Feature

- Allow any type `js`, `cjs`, `mjs`, `ts` as configuration for the add-on registry. @sneridagh [#6458](https://github.com/plone/volto/issues/6458)

### Bugfix

- Fix ERR_REQUIRE from ESM module requiring CJS module. @sneridagh [#6458](https://github.com/plone/volto/issues/6458)
- Fix types for add-on's TypeScript. Fix `.tsconfig` for Node.js side. @sneridagh [#6461](https://github.com/plone/volto/issues/6461)

### Internal

- Replace `parcel` with `tsup` for build. @sneridagh [#6461](https://github.com/plone/volto/issues/6461)

## 2.0.0 (2024-10-31)

### Internal
Expand Down
1 change: 0 additions & 1 deletion packages/registry/news/6458.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/registry/news/6458.feature

This file was deleted.

1 change: 0 additions & 1 deletion packages/registry/news/6461.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/registry/news/6461.internal

This file was deleted.

2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"funding": "https://github.com/sponsors/plone",
"license": "MIT",
"version": "2.0.0",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/plone/volto.git"
Expand Down

0 comments on commit c37e4ce

Please sign in to comment.