Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Aug 7, 2024
1 parent a63b6e3 commit 4ab6ab7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

<!-- You should *NOT* be adding new change log entries to this file.
You should create a file in the news directory instead.
For helpful instructions, please see:
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
-->

<!-- towncrier release notes start -->

## 1.0.0 (2024-08-07)

### Internal

- Test release @pnicolli [#52190](https://redturtle.tpondemand.com/entity/52190)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redturtle/volto-blocks-dev",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "Common blocks to reuse for building Plone sites",
"author": "RedTurtle",
"homepage": "https://github.com/redturtle/volto-blocks",
Expand Down Expand Up @@ -41,4 +41,4 @@
"mrs-developer": "^2.2.0"
},
"packageManager": "[email protected]"
}
}
6 changes: 6 additions & 0 deletions packages/volto-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
-->

<!-- towncrier release notes start -->

## 1.0.0 (2024-08-07)

### Internal

- Test release @pnicolli [#52190](https://redturtle.tpondemand.com/entity/52190)
1 change: 0 additions & 1 deletion packages/volto-blocks/news/52190.internal

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redturtle/volto-blocks",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "Common blocks to reuse for building Plone sites",
"main": "src/index.js",
"license": "MIT",
Expand Down

0 comments on commit 4ab6ab7

Please sign in to comment.