Skip to content

Commit 035af55

Browse files
committed
Release 1.0.0a1
1 parent 9462ab7 commit 035af55

File tree

8 files changed

+39
-7
lines changed

8 files changed

+39
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# Changelog
22

3-
<!-- towncrier release notes start -->
3+
<!-- towncrier release notes start -->
4+
## 1.0.0a1 (2025-03-10)
5+
6+
### Backend
7+
8+
9+
#### New features:
10+
11+
- Add fields for CEP, CNPJ, CPF, Estados and Telefone @ericof
12+
13+
14+
15+
### Frontend
16+
17+
#### Feature
18+
19+
- Add widgets for CEP, CNPJ, CPF, Estados and Telefone @ericof
20+
21+

backend/src/plonegovbr/brfields/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "1.0.0a0"
8+
__version__ = "1.0.0a1"
99

1010
PACKAGE_NAME = "plonegovbr.brfields"
1111

frontend/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
<!-- towncrier release notes start -->
4+
5+
## 1.0.0 (2025-03-10)
6+
7+
### Feature
8+
9+
- Add widgets for CEP, CNPJ, CPF, Estados and Telefone @ericof

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-brwidgets-dev",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"description": "Packages implementing widgets used in Brazil for Volto projects",
55
"author": "PloneGov-BR",
66
"homepage": "https://github.com/plonegovbr/brfieldsandwidgets",
@@ -47,4 +47,4 @@
4747
}
4848
},
4949
"packageManager": "pnpm@9.1.1"
50-
}
50+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
22

33
<!-- towncrier release notes start -->
4+
5+
## 1.0.0 (2025-03-10)
6+
7+
### Feature
8+
9+
- Add widgets for CEP, CNPJ, CPF, Estados and Telefone @ericof

frontend/packages/volto-brwidgets/news/+widgets.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/packages/volto-brwidgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plonegovbr/volto-brwidgets",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"description": "Packages implementing widgets used in Brazil for Volto projects",
55
"main": "src/index.js",
66
"license": "MIT",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0a0
1+
1.0.0a1

0 commit comments

Comments
 (0)