Skip to content

Commit c8c1f91

Browse files
chore: release main
1 parent 557f41d commit c8c1f91

File tree

8 files changed

+36
-11
lines changed

8 files changed

+36
-11
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/ui":"0.6.3","packages/forms":"0.4.3","packages/helpers":"0.4.3","packages/hooks":"0.1.9","examples/form":"0.3.4","examples/markdown":"0.1.4","packages/infra":"0.0.9"}
1+
{"packages/ui":"0.6.3","packages/forms":"0.4.4","packages/helpers":"0.4.3","packages/hooks":"0.1.10","examples/form":"0.3.5","examples/markdown":"0.1.4","packages/infra":"0.0.9"}

examples/form/CHANGELOG.md

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

3+
## [0.3.5](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.4...form-example-v0.3.5) (2026-01-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @barso/forms bumped from 0.4.3 to 0.4.4
11+
312
## [0.3.4](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.3...form-example-v0.3.4) (2026-01-05)
413

514

examples/form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-example",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@faker-js/faker": "10.1.0",
1212
"@primer/octicons-react": "19.15.2",
13-
"@barso/forms": "0.4.3",
13+
"@barso/forms": "0.4.4",
1414
"@barso/ui": "0.6.3",
1515
"next": "15.5.9",
1616
"react": "19.2.3",

package-lock.json

Lines changed: 5 additions & 5 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.4.4](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.4.3...forms-v0.4.4) (2026-01-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @barso/hooks bumped from ^0.1.9 to ^0.1.10
11+
312
## [0.4.3](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.4.2...forms-v0.4.3) (2026-01-05)
413

514

packages/forms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barso/forms",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Barso useForm hook and form validators",
55
"license": "MIT",
66
"type": "module",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@barso/helpers": "^0.4.3",
20-
"@barso/hooks": "^0.1.9",
20+
"@barso/hooks": "^0.1.10",
2121
"validation-br": "^1.5.2"
2222
},
2323
"peerDependencies": {

packages/hooks/CHANGELOG.md

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

3+
## [0.1.10](https://github.com/aprendendofelipe/react-stack/compare/hooks-v0.1.9...hooks-v0.1.10) (2026-01-13)
4+
5+
6+
### Features
7+
8+
* **useMediaQuery:** enhance hook with debounce, fallback options, and onChange callback ([557f41d](https://github.com/aprendendofelipe/react-stack/commit/557f41df58e46c889c5132d7ed703e84e011270d))
9+
310
## [0.1.9](https://github.com/aprendendofelipe/react-stack/compare/hooks-v0.1.8...hooks-v0.1.9) (2026-01-05)
411

512

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barso/hooks",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Barso Hooks",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)