diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6bc3b5e..0b66487f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/ui":"0.7.0","packages/forms":"0.5.0","packages/helpers":"0.5.0","packages/hooks":"0.2.0","examples/form":"0.3.8","examples/markdown":"0.1.7","packages/infra":"0.1.0"} +{"packages/ui":"0.7.1","packages/forms":"0.5.1","packages/helpers":"0.5.1","packages/hooks":"0.2.1","examples/form":"0.3.9","examples/markdown":"0.1.8","packages/infra":"0.1.1"} diff --git a/examples/form/CHANGELOG.md b/examples/form/CHANGELOG.md index 6aba558c..023aa301 100644 --- a/examples/form/CHANGELOG.md +++ b/examples/form/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.9](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.8...form-example-v0.3.9) (2026-07-19) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/forms bumped from 0.5.0 to 0.5.1 + * @barso/ui bumped from 0.7.0 to 0.7.1 + ## [0.3.8](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.7...form-example-v0.3.8) (2026-07-19) diff --git a/examples/form/package.json b/examples/form/package.json index 2aa187b8..d6105ceb 100644 --- a/examples/form/package.json +++ b/examples/form/package.json @@ -1,6 +1,6 @@ { "name": "form-example", - "version": "0.3.8", + "version": "0.3.9", "private": true, "scripts": { "dev": "next dev", @@ -10,8 +10,8 @@ "dependencies": { "@faker-js/faker": "10.5.0", "@primer/octicons-react": "19.15.2", - "@barso/forms": "0.5.0", - "@barso/ui": "0.7.0", + "@barso/forms": "0.5.1", + "@barso/ui": "0.7.1", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7", diff --git a/examples/markdown/CHANGELOG.md b/examples/markdown/CHANGELOG.md index edb7579f..70da6090 100644 --- a/examples/markdown/CHANGELOG.md +++ b/examples/markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.8](https://github.com/aprendendofelipe/react-stack/compare/markdown-example-v0.1.7...markdown-example-v0.1.8) (2026-07-19) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from 0.5.0 to 0.5.1 + * @barso/ui bumped from 0.7.0 to 0.7.1 + ## [0.1.7](https://github.com/aprendendofelipe/react-stack/compare/markdown-example-v0.1.6...markdown-example-v0.1.7) (2026-07-19) diff --git a/examples/markdown/package.json b/examples/markdown/package.json index 73633774..643b1463 100644 --- a/examples/markdown/package.json +++ b/examples/markdown/package.json @@ -1,6 +1,6 @@ { "name": "markdown-example", - "version": "0.1.7", + "version": "0.1.8", "private": true, "scripts": { "dev": "next dev", @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@barso/helpers": "0.5.0", - "@barso/ui": "0.7.0", + "@barso/helpers": "0.5.1", + "@barso/ui": "0.7.1", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7" diff --git a/package-lock.json b/package-lock.json index 6252456d..b8d6b557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,10 +30,10 @@ }, "examples/form": { "name": "form-example", - "version": "0.3.8", + "version": "0.3.9", "dependencies": { - "@barso/forms": "0.5.0", - "@barso/ui": "0.7.0", + "@barso/forms": "0.5.1", + "@barso/ui": "0.7.1", "@faker-js/faker": "10.5.0", "@primer/octicons-react": "19.15.2", "next": "16.2.10", @@ -44,10 +44,10 @@ }, "examples/markdown": { "name": "markdown-example", - "version": "0.1.7", + "version": "0.1.8", "dependencies": { - "@barso/helpers": "0.5.0", - "@barso/ui": "0.7.0", + "@barso/helpers": "0.5.1", + "@barso/ui": "0.7.1", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7" @@ -22255,11 +22255,11 @@ }, "packages/forms": { "name": "@barso/forms", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { - "@barso/helpers": "^0.5.0", - "@barso/hooks": "^0.2.0", + "@barso/helpers": "^0.5.1", + "@barso/hooks": "^0.2.1", "validation-br": "^1.6.4" }, "peerDependencies": { @@ -22268,15 +22268,15 @@ }, "packages/helpers": { "name": "@barso/helpers", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT" }, "packages/hooks": { "name": "@barso/hooks", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { - "@barso/helpers": "^0.5.0" + "@barso/helpers": "^0.5.1" }, "peerDependencies": { "react": ">=18.2.0" @@ -22284,18 +22284,18 @@ }, "packages/infra": { "name": "@barso/infra", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@axiomhq/js": "1.8.0", - "@barso/helpers": "^0.5.0", + "@barso/helpers": "^0.5.1", "@vercel/functions": "3.7.5", "pino": "10.3.1" } }, "packages/ui": { "name": "@barso/ui", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "dependencies": { "@bytemd/plugin-breaks": "^1.22.0", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 03bf8b71..7c860de7 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.1](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.5.0...forms-v0.5.1) (2026-07-19) + + +### Bug Fixes + +* rebuild packages ([7ea66f9](https://github.com/aprendendofelipe/react-stack/commit/7ea66f95feca0871d110915d75b57cecc41cb9d5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from ^0.5.0 to ^0.5.1 + * @barso/hooks bumped from ^0.2.0 to ^0.2.1 + ## [0.5.0](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.4.6...forms-v0.5.0) (2026-07-19) diff --git a/packages/forms/package.json b/packages/forms/package.json index b0da235e..2fb68d0f 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@barso/forms", - "version": "0.5.0", + "version": "0.5.1", "description": "Barso useForm hook and form validators", "license": "MIT", "type": "module", @@ -32,8 +32,8 @@ "format": "eslint --fix . && prettier --write ." }, "dependencies": { - "@barso/helpers": "^0.5.0", - "@barso/hooks": "^0.2.0", + "@barso/helpers": "^0.5.1", + "@barso/hooks": "^0.2.1", "validation-br": "^1.6.4" }, "peerDependencies": { diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index ed337e98..f5027b3f 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/aprendendofelipe/react-stack/compare/helpers-v0.5.0...helpers-v0.5.1) (2026-07-19) + + +### Bug Fixes + +* rebuild packages ([7ea66f9](https://github.com/aprendendofelipe/react-stack/commit/7ea66f95feca0871d110915d75b57cecc41cb9d5)) + ## [0.5.0](https://github.com/aprendendofelipe/react-stack/compare/helpers-v0.4.4...helpers-v0.5.0) (2026-07-19) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 4137482a..04fccf9c 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@barso/helpers", - "version": "0.5.0", + "version": "0.5.1", "description": "Barso helpers", "license": "MIT", "type": "module", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index b0832413..36e7172e 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.1](https://github.com/aprendendofelipe/react-stack/compare/hooks-v0.2.0...hooks-v0.2.1) (2026-07-19) + + +### Bug Fixes + +* rebuild packages ([7ea66f9](https://github.com/aprendendofelipe/react-stack/commit/7ea66f95feca0871d110915d75b57cecc41cb9d5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from ^0.5.0 to ^0.5.1 + ## [0.2.0](https://github.com/aprendendofelipe/react-stack/compare/hooks-v0.1.11...hooks-v0.2.0) (2026-07-19) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 544bd4a0..c5a09dd2 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@barso/hooks", - "version": "0.2.0", + "version": "0.2.1", "description": "Barso Hooks", "license": "MIT", "type": "module", @@ -27,7 +27,7 @@ "format": "eslint --fix . && prettier --write ." }, "dependencies": { - "@barso/helpers": "^0.5.0" + "@barso/helpers": "^0.5.1" }, "peerDependencies": { "react": ">=18.2.0" diff --git a/packages/infra/CHANGELOG.md b/packages/infra/CHANGELOG.md index 7f05d2ed..92e36b35 100644 --- a/packages/infra/CHANGELOG.md +++ b/packages/infra/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/aprendendofelipe/react-stack/compare/infra-v0.1.0...infra-v0.1.1) (2026-07-19) + + +### Bug Fixes + +* rebuild packages ([7ea66f9](https://github.com/aprendendofelipe/react-stack/commit/7ea66f95feca0871d110915d75b57cecc41cb9d5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from ^0.5.0 to ^0.5.1 + ## [0.1.0](https://github.com/aprendendofelipe/react-stack/compare/infra-v0.0.12...infra-v0.1.0) (2026-07-19) diff --git a/packages/infra/package.json b/packages/infra/package.json index 7d133218..462b4d6a 100644 --- a/packages/infra/package.json +++ b/packages/infra/package.json @@ -1,6 +1,6 @@ { "name": "@barso/infra", - "version": "0.1.0", + "version": "0.1.1", "description": "Barso Infra", "license": "MIT", "type": "module", @@ -28,7 +28,7 @@ }, "dependencies": { "@axiomhq/js": "1.8.0", - "@barso/helpers": "^0.5.0", + "@barso/helpers": "^0.5.1", "@vercel/functions": "3.7.5", "pino": "10.3.1" }, diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 366ad838..9156fce7 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/aprendendofelipe/react-stack/compare/ui-v0.7.0...ui-v0.7.1) (2026-07-19) + + +### Bug Fixes + +* rebuild packages ([7ea66f9](https://github.com/aprendendofelipe/react-stack/commit/7ea66f95feca0871d110915d75b57cecc41cb9d5)) + ## [0.7.0](https://github.com/aprendendofelipe/react-stack/compare/ui-v0.6.5...ui-v0.7.0) (2026-07-19) diff --git a/packages/ui/package.json b/packages/ui/package.json index 757a51ab..581fc1b8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@barso/ui", - "version": "0.7.0", + "version": "0.7.1", "description": "Barso UI", "license": "MIT", "type": "module",