diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8069acc2..e6bc3b5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/ui":"0.6.5","packages/forms":"0.4.6","packages/helpers":"0.4.4","packages/hooks":"0.1.11","examples/form":"0.3.7","examples/markdown":"0.1.6","packages/infra":"0.0.12"} +{"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"} diff --git a/examples/form/CHANGELOG.md b/examples/form/CHANGELOG.md index d577fc8b..6aba558c 100644 --- a/examples/form/CHANGELOG.md +++ b/examples/form/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.8](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.7...form-example-v0.3.8) (2026-07-19) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/forms bumped from 0.4.6 to 0.5.0 + * @barso/ui bumped from 0.6.5 to 0.7.0 + ## [0.3.7](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.6...form-example-v0.3.7) (2026-07-18) diff --git a/examples/form/package.json b/examples/form/package.json index 9c28f650..2aa187b8 100644 --- a/examples/form/package.json +++ b/examples/form/package.json @@ -1,6 +1,6 @@ { "name": "form-example", - "version": "0.3.7", + "version": "0.3.8", "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.4.6", - "@barso/ui": "0.6.5", + "@barso/forms": "0.5.0", + "@barso/ui": "0.7.0", "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 4058e687..edb7579f 100644 --- a/examples/markdown/CHANGELOG.md +++ b/examples/markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.7](https://github.com/aprendendofelipe/react-stack/compare/markdown-example-v0.1.6...markdown-example-v0.1.7) (2026-07-19) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from 0.4.4 to 0.5.0 + * @barso/ui bumped from 0.6.5 to 0.7.0 + ## [0.1.6](https://github.com/aprendendofelipe/react-stack/compare/markdown-example-v0.1.5...markdown-example-v0.1.6) (2026-07-18) diff --git a/examples/markdown/package.json b/examples/markdown/package.json index 4ef52d19..73633774 100644 --- a/examples/markdown/package.json +++ b/examples/markdown/package.json @@ -1,6 +1,6 @@ { "name": "markdown-example", - "version": "0.1.6", + "version": "0.1.7", "private": true, "scripts": { "dev": "next dev", @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@barso/helpers": "0.4.4", - "@barso/ui": "0.6.5", + "@barso/helpers": "0.5.0", + "@barso/ui": "0.7.0", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7" diff --git a/package-lock.json b/package-lock.json index bf7600a0..6252456d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,10 +30,10 @@ }, "examples/form": { "name": "form-example", - "version": "0.3.7", + "version": "0.3.8", "dependencies": { - "@barso/forms": "0.4.6", - "@barso/ui": "0.6.5", + "@barso/forms": "0.5.0", + "@barso/ui": "0.7.0", "@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.6", + "version": "0.1.7", "dependencies": { - "@barso/helpers": "0.4.4", - "@barso/ui": "0.6.5", + "@barso/helpers": "0.5.0", + "@barso/ui": "0.7.0", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7" @@ -22255,11 +22255,11 @@ }, "packages/forms": { "name": "@barso/forms", - "version": "0.4.6", + "version": "0.5.0", "license": "MIT", "dependencies": { - "@barso/helpers": "^0.4.4", - "@barso/hooks": "^0.1.11", + "@barso/helpers": "^0.5.0", + "@barso/hooks": "^0.2.0", "validation-br": "^1.6.4" }, "peerDependencies": { @@ -22268,15 +22268,15 @@ }, "packages/helpers": { "name": "@barso/helpers", - "version": "0.4.4", + "version": "0.5.0", "license": "MIT" }, "packages/hooks": { "name": "@barso/hooks", - "version": "0.1.11", + "version": "0.2.0", "license": "MIT", "dependencies": { - "@barso/helpers": "^0.4.4" + "@barso/helpers": "^0.5.0" }, "peerDependencies": { "react": ">=18.2.0" @@ -22284,18 +22284,18 @@ }, "packages/infra": { "name": "@barso/infra", - "version": "0.0.12", + "version": "0.1.0", "license": "MIT", "dependencies": { "@axiomhq/js": "1.8.0", - "@barso/helpers": "^0.4.4", + "@barso/helpers": "^0.5.0", "@vercel/functions": "3.7.5", "pino": "10.3.1" } }, "packages/ui": { "name": "@barso/ui", - "version": "0.6.5", + "version": "0.7.0", "license": "MIT", "dependencies": { "@bytemd/plugin-breaks": "^1.22.0", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index ac0a897f..03bf8b71 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.5.0](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.4.6...forms-v0.5.0) (2026-07-19) + + +### ⚠ BREAKING CHANGES + +* configure build pipeline for `@barso` packages + +### Build System + +* configure build pipeline for `[@barso](https://github.com/barso)` packages ([aaa29c5](https://github.com/aprendendofelipe/react-stack/commit/aaa29c5ffa37ebd4748b8602d8e746ae745c1126)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from ^0.4.4 to ^0.5.0 + * @barso/hooks bumped from ^0.1.11 to ^0.2.0 + ## [0.4.6](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.4.5...forms-v0.4.6) (2026-07-18) diff --git a/packages/forms/package.json b/packages/forms/package.json index 7f7415b5..b0da235e 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@barso/forms", - "version": "0.4.6", + "version": "0.5.0", "description": "Barso useForm hook and form validators", "license": "MIT", "type": "module", @@ -32,8 +32,8 @@ "format": "eslint --fix . && prettier --write ." }, "dependencies": { - "@barso/helpers": "^0.4.4", - "@barso/hooks": "^0.1.11", + "@barso/helpers": "^0.5.0", + "@barso/hooks": "^0.2.0", "validation-br": "^1.6.4" }, "peerDependencies": { diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 9aa39fb8..ed337e98 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.0](https://github.com/aprendendofelipe/react-stack/compare/helpers-v0.4.4...helpers-v0.5.0) (2026-07-19) + + +### ⚠ BREAKING CHANGES + +* configure build pipeline for `@barso` packages + +### Build System + +* configure build pipeline for `[@barso](https://github.com/barso)` packages ([aaa29c5](https://github.com/aprendendofelipe/react-stack/commit/aaa29c5ffa37ebd4748b8602d8e746ae745c1126)) + ## [0.4.4](https://github.com/aprendendofelipe/react-stack/compare/helpers-v0.4.3...helpers-v0.4.4) (2026-07-18) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 543ab1c2..4137482a 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@barso/helpers", - "version": "0.4.4", + "version": "0.5.0", "description": "Barso helpers", "license": "MIT", "type": "module", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 6c2ee9b5..b0832413 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/aprendendofelipe/react-stack/compare/hooks-v0.1.11...hooks-v0.2.0) (2026-07-19) + + +### ⚠ BREAKING CHANGES + +* configure build pipeline for `@barso` packages + +### Build System + +* configure build pipeline for `[@barso](https://github.com/barso)` packages ([aaa29c5](https://github.com/aprendendofelipe/react-stack/commit/aaa29c5ffa37ebd4748b8602d8e746ae745c1126)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from ^0.4.4 to ^0.5.0 + ## [0.1.11](https://github.com/aprendendofelipe/react-stack/compare/hooks-v0.1.10...hooks-v0.1.11) (2026-07-18) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index a3844254..544bd4a0 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@barso/hooks", - "version": "0.1.11", + "version": "0.2.0", "description": "Barso Hooks", "license": "MIT", "type": "module", @@ -27,7 +27,7 @@ "format": "eslint --fix . && prettier --write ." }, "dependencies": { - "@barso/helpers": "^0.4.4" + "@barso/helpers": "^0.5.0" }, "peerDependencies": { "react": ">=18.2.0" diff --git a/packages/infra/CHANGELOG.md b/packages/infra/CHANGELOG.md index a7293528..7f05d2ed 100644 --- a/packages/infra/CHANGELOG.md +++ b/packages/infra/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.0](https://github.com/aprendendofelipe/react-stack/compare/infra-v0.0.12...infra-v0.1.0) (2026-07-19) + + +### ⚠ BREAKING CHANGES + +* configure build pipeline for `@barso` packages + +### Build System + +* configure build pipeline for `[@barso](https://github.com/barso)` packages ([aaa29c5](https://github.com/aprendendofelipe/react-stack/commit/aaa29c5ffa37ebd4748b8602d8e746ae745c1126)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/helpers bumped from ^0.4.4 to ^0.5.0 + ## [0.0.12](https://github.com/aprendendofelipe/react-stack/compare/infra-v0.0.11...infra-v0.0.12) (2026-07-18) diff --git a/packages/infra/package.json b/packages/infra/package.json index e2356171..7d133218 100644 --- a/packages/infra/package.json +++ b/packages/infra/package.json @@ -1,6 +1,6 @@ { "name": "@barso/infra", - "version": "0.0.12", + "version": "0.1.0", "description": "Barso Infra", "license": "MIT", "type": "module", @@ -28,7 +28,7 @@ }, "dependencies": { "@axiomhq/js": "1.8.0", - "@barso/helpers": "^0.4.4", + "@barso/helpers": "^0.5.0", "@vercel/functions": "3.7.5", "pino": "10.3.1" }, diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 944a5b59..366ad838 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.0](https://github.com/aprendendofelipe/react-stack/compare/ui-v0.6.5...ui-v0.7.0) (2026-07-19) + + +### ⚠ BREAKING CHANGES + +* configure build pipeline for `@barso` packages + +### Build System + +* configure build pipeline for `[@barso](https://github.com/barso)` packages ([aaa29c5](https://github.com/aprendendofelipe/react-stack/commit/aaa29c5ffa37ebd4748b8602d8e746ae745c1126)) + ## [0.6.5](https://github.com/aprendendofelipe/react-stack/compare/ui-v0.6.4...ui-v0.6.5) (2026-07-18) diff --git a/packages/ui/package.json b/packages/ui/package.json index e6a2a5ef..757a51ab 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@barso/ui", - "version": "0.6.5", + "version": "0.7.0", "description": "Barso UI", "license": "MIT", "type": "module",