-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import logging | ||
|
||
|
||
__version__ = "1.0.0a0" | ||
__version__ = "1.0.0a1" | ||
|
||
PACKAGE_NAME = "plonegovbr.brfields" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -47,4 +47,4 @@ | |
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0a0 | ||
1.0.0a1 |