Skip to content

Commit

Permalink
Release 1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Mar 10, 2025
1 parent 9462ab7 commit 035af55
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Changelog

<!-- towncrier release notes start -->
<!-- towncrier release notes start -->
## 1.0.0a1 (2025-03-10)

### Backend


#### New features:

- Add fields for CEP, CNPJ, CPF, Estados and Telefone @ericof



### Frontend

#### Feature

- Add widgets for CEP, CNPJ, CPF, Estados and Telefone @ericof


2 changes: 1 addition & 1 deletion backend/src/plonegovbr/brfields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging


__version__ = "1.0.0a0"
__version__ = "1.0.0a1"

PACKAGE_NAME = "plonegovbr.brfields"

Expand Down
9 changes: 9 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

<!-- towncrier release notes start -->

## 1.0.0 (2025-03-10)

### Feature

- Add widgets for CEP, CNPJ, CPF, Estados and Telefone @ericof
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volto-brwidgets-dev",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "Packages implementing widgets used in Brazil for Volto projects",
"author": "PloneGov-BR",
"homepage": "https://github.com/plonegovbr/brfieldsandwidgets",
Expand Down Expand Up @@ -47,4 +47,4 @@
}
},
"packageManager": "[email protected]"
}
}
6 changes: 6 additions & 0 deletions frontend/packages/volto-brwidgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

<!-- towncrier release notes start -->

## 1.0.0 (2025-03-10)

### Feature

- Add widgets for CEP, CNPJ, CPF, Estados and Telefone @ericof
1 change: 0 additions & 1 deletion frontend/packages/volto-brwidgets/news/+widgets.feature

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/packages/volto-brwidgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plonegovbr/volto-brwidgets",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "Packages implementing widgets used in Brazil for Volto projects",
"main": "src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0a0
1.0.0a1

0 comments on commit 035af55

Please sign in to comment.