Skip to content

Commit 2d07fd7

Browse files
chore: release main
1 parent 28c928b commit 2d07fd7

16 files changed

Lines changed: 148 additions & 31 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/ui":"0.5.3","packages/forms":"0.3.2","packages/helpers":"0.3.0","packages/hooks":"0.1.5","examples/form":"0.2.3","examples/markdown":"0.0.4","packages/infra":"0.0.5"}
1+
{"packages/ui":"0.6.0","packages/forms":"0.4.0","packages/helpers":"0.4.0","packages/hooks":"0.1.6","examples/form":"0.3.0","examples/markdown":"0.1.0","packages/infra":"0.0.6"}

examples/form/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/aprendendofelipe/tabnews/compare/form-example-v0.2.3...form-example-v0.3.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* **CSS modules:** update to the new `@primer/react` approach ([a645a6c](https://github.com/aprendendofelipe/tabnews/commit/a645a6c6ffdc17862bdabd8e653c88626575981d))
9+
* **examples:** add form example ([bcac883](https://github.com/aprendendofelipe/tabnews/commit/bcac88309096fefc02019fffd4252ed6a4be67e6))
10+
* **form examples:** add checkout, login, and registration pages ([61da332](https://github.com/aprendendofelipe/tabnews/commit/61da332f8e5e1e925cb31a484333f586ae175262))
11+
* **form examples:** add GoToTopButton component to all pages ([f06bf66](https://github.com/aprendendofelipe/tabnews/commit/f06bf668b2e8bcf8df4f5d039e3cc310501305be))
12+
* **FormField:** add hidden prop to conditionally render field ([db312db](https://github.com/aprendendofelipe/tabnews/commit/db312db5b8a12a0aa5f950a432569335bd87918e))
13+
* **forms:** add address fields with validation and autocomplete support ([3476503](https://github.com/aprendendofelipe/tabnews/commit/34765034e480f3c0aba8e85d4ab9479f3bc2fec2))
14+
* **forms:** add card fields with validation ([bfa51a9](https://github.com/aprendendofelipe/tabnews/commit/bfa51a9a8eeb0f98fc9f922319d9117600005f79))
15+
* **forms:** add full name and username fields with validation ([0394901](https://github.com/aprendendofelipe/tabnews/commit/0394901ad75241edc933be2dab9153d2e60c7f5c))
16+
* **forms:** implement CPF/CNPJ document handling with validation ([7ddd9dd](https://github.com/aprendendofelipe/tabnews/commit/7ddd9dd703c22c4c049e2325632e35b598d04cb6))
17+
* **ui/_document:** add `configureDocument` function to manage document properties ([7d4e518](https://github.com/aprendendofelipe/tabnews/commit/7d4e5181444774c3988ef2349d6b9ae5652d9360))
18+
* **ui:** add ESM exports to package.json ([45074a1](https://github.com/aprendendofelipe/tabnews/commit/45074a1d75ede3c3eecff57a50338e79fc69220c))
19+
20+
21+
### Bug Fixes
22+
23+
* **FormField:** add color prop for ignore suggestion button ([0fd3012](https://github.com/aprendendofelipe/tabnews/commit/0fd3012cd4f7a1b1a364189d8702717424b909a1))
24+
* **monorepo:** resolve structure issues in form and helper packages ([d04f85c](https://github.com/aprendendofelipe/tabnews/commit/d04f85cd5f0ef326def898d277d1135f3ffd9594))
25+
* update import paths to include file extensions ([566a28f](https://github.com/aprendendofelipe/tabnews/commit/566a28f1cc9a760c521c86752a79564ac56533de))
26+
* **useForm:** update form handling for missing configuration ([1f3ce99](https://github.com/aprendendofelipe/tabnews/commit/1f3ce99382f6bd8c0217861521faf35d855e7980))
27+
* **validation-br:** import from @tabnews/forms ([200169d](https://github.com/aprendendofelipe/tabnews/commit/200169dd05b2567a5aa7b622b0f405e421aded05))
28+
29+
30+
### Dependencies
31+
32+
* The following workspace dependencies were updated
33+
* dependencies
34+
* @tabnews/forms bumped from 0.3.2 to 0.4.0
35+
* @tabnews/ui bumped from 0.5.3 to 0.6.0
36+
337
## [0.2.3](https://github.com/aprendendofelipe/tabnews/compare/form-example-v0.2.2...form-example-v0.2.3) (2025-04-29)
438

539

examples/form/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-example",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@primer/octicons-react": "19.15.2",
12-
"@tabnews/forms": "0.3.2",
13-
"@tabnews/ui": "0.5.3",
12+
"@tabnews/forms": "0.4.0",
13+
"@tabnews/ui": "0.6.0",
1414
"next": "15.3.2",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",

examples/markdown/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/aprendendofelipe/tabnews/compare/markdown-example-v0.0.4...markdown-example-v0.1.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* **markdown example:** update `shouldAddNofollow` to use `isTrustedDomain` ([79a46c8](https://github.com/aprendendofelipe/tabnews/commit/79a46c881687ad2bbfcec5f8eeccb26155b16368))
9+
* **ui/_document:** add `configureDocument` function to manage document properties ([7d4e518](https://github.com/aprendendofelipe/tabnews/commit/7d4e5181444774c3988ef2349d6b9ae5652d9360))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @tabnews/helpers bumped from 0.3.0 to 0.4.0
17+
* @tabnews/ui bumped from 0.5.3 to 0.6.0
18+
319
## [0.0.4](https://github.com/aprendendofelipe/tabnews/compare/markdown-example-v0.0.3...markdown-example-v0.0.4) (2025-04-29)
420

521

examples/markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "markdown-example",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@tabnews/helpers": "0.3.0",
12-
"@tabnews/ui": "0.5.3",
11+
"@tabnews/helpers": "0.4.0",
12+
"@tabnews/ui": "0.6.0",
1313
"next": "15.3.2",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1"

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/forms/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/aprendendofelipe/tabnews/compare/forms-v0.3.2...forms-v0.4.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* **forms/cep:** handle fetch abort errors ([8277eb1](https://github.com/aprendendofelipe/tabnews/commit/8277eb193545550d5d9011d8b9560452e342b3a8))
9+
* **forms/docs:** improve CPF and CNPJ preparation logic ([63c05ea](https://github.com/aprendendofelipe/tabnews/commit/63c05ea849dd63006e51eb939bb619d90e407160))
10+
11+
12+
### Bug Fixes
13+
14+
* **forms/phone:** improve formatting when editing phone number ([1f1ee28](https://github.com/aprendendofelipe/tabnews/commit/1f1ee28efa1295f9cfe4e91e0b2ef2c8e9869bb2))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @tabnews/helpers bumped from ^0.3.0 to ^0.4.0
22+
* @tabnews/hooks bumped from ^0.1.5 to ^0.1.6
23+
324
## [0.3.2](https://github.com/aprendendofelipe/tabnews/compare/forms-v0.3.1...forms-v0.3.2) (2025-04-28)
425

526

packages/forms/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabnews/forms",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "TabNews useForm hook and form validators",
55
"license": "MIT",
66
"type": "module",
@@ -16,8 +16,8 @@
1616
"format": "eslint --fix . && prettier --write ."
1717
},
1818
"dependencies": {
19-
"@tabnews/helpers": "^0.3.0",
20-
"@tabnews/hooks": "^0.1.5",
19+
"@tabnews/helpers": "^0.4.0",
20+
"@tabnews/hooks": "^0.1.6",
2121
"validation-br": "^1.5.2"
2222
},
2323
"peerDependencies": {

packages/helpers/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/aprendendofelipe/tabnews/compare/helpers-v0.3.0...helpers-v0.4.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* **helpers/environment:** add environment detection utilities and tests ([43b4fa2](https://github.com/aprendendofelipe/tabnews/commit/43b4fa21b83f2cc485379701ce6d783bfdbadb3c))
9+
* **helpers/url:** add `baseUrl` constant and `getBaseUrl` function ([fd5c46a](https://github.com/aprendendofelipe/tabnews/commit/fd5c46aaf7d5c0b502ea4ed1740b828cdcd3dd8d))
10+
* **helpers/url:** add `getDomain` function and corresponding tests ([facc195](https://github.com/aprendendofelipe/tabnews/commit/facc1957f48d5a20931e940c8478c962aa34fd2b))
11+
* **helpers/url:** add `isExternalLink` function and corresponding tests ([ec9c4d2](https://github.com/aprendendofelipe/tabnews/commit/ec9c4d28a07f51b1d89801e3f45036fd0db75b5f))
12+
* **helpers/url:** add `isTrustedDomain` function and related tests ([3b9623d](https://github.com/aprendendofelipe/tabnews/commit/3b9623d4bb3e67510cd7e02e98ab34dac71fb5cc))
13+
* **helpers/url:** add `replaceParams` function ([d09f8ba](https://github.com/aprendendofelipe/tabnews/commit/d09f8baadaf3620afbd24c2479247786d3cd3fa8))
14+
* **helpers/url:** add `tryParseUrl` function and corresponding tests ([dbaa5de](https://github.com/aprendendofelipe/tabnews/commit/dbaa5de686f380ef013024e0d948bb00555119e8))
15+
* **helpers/url:** add `webserverHostname` constant and update tests ([3c3b8e2](https://github.com/aprendendofelipe/tabnews/commit/3c3b8e2939b5a015f4cec2b1d6d5bbfb0edd26f0))
16+
317
## [0.3.0](https://github.com/aprendendofelipe/tabnews/compare/helpers-v0.2.1...helpers-v0.3.0) (2025-04-28)
418

519

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabnews/helpers",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "TabNews helpers",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)