Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
aprendendofelipe committed Nov 11, 2024
1 parent 3e75c01 commit 0de664e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/ui":"0.3.1","packages/forms":"0.2.1","packages/helpers":"0.1.2","packages/hooks":"0.1.2","examples/form":"0.0.3"}
{"packages/ui":"0.3.1","packages/forms":"0.2.2","packages/helpers":"0.1.2","packages/hooks":"0.1.2","examples/form":"0.0.4"}
9 changes: 9 additions & 0 deletions examples/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.4](https://github.com/aprendendofelipe/tabnews/compare/form-example-v0.0.3...form-example-v0.0.4) (2024-11-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tabnews/forms bumped from 0.2.1 to 0.2.2

## [0.0.3](https://github.com/aprendendofelipe/tabnews/compare/form-example-v0.0.2...form-example-v0.0.3) (2024-11-07)


Expand Down
4 changes: 2 additions & 2 deletions examples/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-example",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@primer/octicons-react": "19.12.0",
"@tabnews/forms": "0.2.1",
"@tabnews/forms": "0.2.2",
"@tabnews/ui": "0.3.1",
"next": "15.0.3",
"react": "18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.2](https://github.com/aprendendofelipe/tabnews/compare/forms-v0.2.1...forms-v0.2.2) (2024-11-11)


### Bug Fixes

* **card-cvv:** update format and validation to support 4-digit CVV ([3e75c01](https://github.com/aprendendofelipe/tabnews/commit/3e75c01511c35442cd117083be5526b7d150ba8c))
* **card-fields:** update card number length validation and formatting ([4295f68](https://github.com/aprendendofelipe/tabnews/commit/4295f68a858effd8e9a3e6b81d78902e2820c317))
* **password-fields:** add autocomplete attributes for password inputs ([cafe630](https://github.com/aprendendofelipe/tabnews/commit/cafe630c33f5bf1a5d0a7bf200dba7c2bf1f2689))
* **password-fields:** remove name properties from password field definitions ([5accd2c](https://github.com/aprendendofelipe/tabnews/commit/5accd2cf64e7255a1487d7752f487f2836da23fa))

## [0.2.1](https://github.com/aprendendofelipe/tabnews/compare/forms-v0.2.0...forms-v0.2.1) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabnews/forms",
"version": "0.2.1",
"version": "0.2.2",
"description": "TabNews useForm hook and form validators",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 0de664e

Please sign in to comment.