Skip to content

Commit

Permalink
Release @plone/helpers 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 12, 2024
1 parent c35ac4e commit 5dd4541
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/helpers/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"after:bump": [
"pipx run towncrier build --draft --yes --version ${version} > .changelog.draft",
"pipx run towncrier build --yes --version ${version}",
"pnpm build --no-cache"
"pnpm build"
],
"after:release": "rm .changelog.draft"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@
-->

<!-- towncrier release notes start -->

## 1.0.0 (2024-12-12)

### Internal

- First release. @sneridagh [#1](https://github.com/plone/volto/issues/1)
- Added experimental notice @sneridagh [#6069](https://github.com/plone/volto/issues/6069)
- Update `typescript` and `vitest` everywhere @sneridagh
Use tsup for bundling. @sneridagh [#6407](https://github.com/plone/volto/issues/6407)
1 change: 0 additions & 1 deletion packages/helpers/news/1.internal

This file was deleted.

1 change: 0 additions & 1 deletion packages/helpers/news/6069.internal

This file was deleted.

2 changes: 0 additions & 2 deletions packages/helpers/news/6407.internal

This file was deleted.

2 changes: 1 addition & 1 deletion packages/helpers/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": "1.0.0-alpha.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/plone/volto.git"
Expand Down

0 comments on commit 5dd4541

Please sign in to comment.