diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39cc69e4..91de8573 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +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"} +{"packages/ui":"0.6.4","packages/forms":"0.4.5","packages/helpers":"0.4.3","packages/hooks":"0.1.10","examples/form":"0.3.6","examples/markdown":"0.1.5","packages/infra":"0.0.10"} diff --git a/examples/form/CHANGELOG.md b/examples/form/CHANGELOG.md index 1f04bbdb..78a1a9c5 100644 --- a/examples/form/CHANGELOG.md +++ b/examples/form/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.6](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.5...form-example-v0.3.6) (2026-03-19) + + +### Features + +* **deps:** update dependencies across packages ([8e2c64e](https://github.com/aprendendofelipe/react-stack/commit/8e2c64eaee67cd38d13822d6e3d68ba468eda1a8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/forms bumped from 0.4.4 to 0.4.5 + * @barso/ui bumped from 0.6.3 to 0.6.4 + ## [0.3.5](https://github.com/aprendendofelipe/react-stack/compare/form-example-v0.3.4...form-example-v0.3.5) (2026-01-13) diff --git a/examples/form/package.json b/examples/form/package.json index aa5190c7..e4074407 100644 --- a/examples/form/package.json +++ b/examples/form/package.json @@ -1,6 +1,6 @@ { "name": "form-example", - "version": "0.3.5", + "version": "0.3.6", "private": true, "scripts": { "dev": "next dev", @@ -10,8 +10,8 @@ "dependencies": { "@faker-js/faker": "10.3.0", "@primer/octicons-react": "19.15.2", - "@barso/forms": "0.4.4", - "@barso/ui": "0.6.3", + "@barso/forms": "0.4.5", + "@barso/ui": "0.6.4", "next": "15.5.13", "react": "19.2.4", "react-dom": "19.2.4", diff --git a/examples/markdown/CHANGELOG.md b/examples/markdown/CHANGELOG.md index 5aa5ff53..9bc30e88 100644 --- a/examples/markdown/CHANGELOG.md +++ b/examples/markdown/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.5](https://github.com/aprendendofelipe/react-stack/compare/markdown-example-v0.1.4...markdown-example-v0.1.5) (2026-03-19) + + +### Features + +* **deps:** update dependencies across packages ([8e2c64e](https://github.com/aprendendofelipe/react-stack/commit/8e2c64eaee67cd38d13822d6e3d68ba468eda1a8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @barso/ui bumped from 0.6.3 to 0.6.4 + ## [0.1.4](https://github.com/aprendendofelipe/react-stack/compare/markdown-example-v0.1.3...markdown-example-v0.1.4) (2026-01-05) diff --git a/examples/markdown/package.json b/examples/markdown/package.json index ac2b8fe1..7c98599e 100644 --- a/examples/markdown/package.json +++ b/examples/markdown/package.json @@ -1,6 +1,6 @@ { "name": "markdown-example", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ }, "dependencies": { "@barso/helpers": "0.4.3", - "@barso/ui": "0.6.3", + "@barso/ui": "0.6.4", "next": "15.5.13", "react": "19.2.4", "react-dom": "19.2.4" diff --git a/package-lock.json b/package-lock.json index 28aa46e2..699d6493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,10 +32,10 @@ }, "examples/form": { "name": "form-example", - "version": "0.3.5", + "version": "0.3.6", "dependencies": { - "@barso/forms": "0.4.4", - "@barso/ui": "0.6.3", + "@barso/forms": "0.4.5", + "@barso/ui": "0.6.4", "@faker-js/faker": "10.3.0", "@primer/octicons-react": "19.15.2", "next": "15.5.13", @@ -46,10 +46,10 @@ }, "examples/markdown": { "name": "markdown-example", - "version": "0.1.4", + "version": "0.1.5", "dependencies": { "@barso/helpers": "0.4.3", - "@barso/ui": "0.6.3", + "@barso/ui": "0.6.4", "next": "15.5.13", "react": "19.2.4", "react-dom": "19.2.4" @@ -21820,7 +21820,7 @@ }, "packages/forms": { "name": "@barso/forms", - "version": "0.4.4", + "version": "0.4.5", "license": "MIT", "dependencies": { "@barso/helpers": "^0.4.3", @@ -21849,7 +21849,7 @@ }, "packages/infra": { "name": "@barso/infra", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "dependencies": { "@axiomhq/js": "1.4.0", @@ -21860,7 +21860,7 @@ }, "packages/ui": { "name": "@barso/ui", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "dependencies": { "@bytemd/plugin-breaks": "^1.22.0", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 41109a24..5d659946 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.4.4...forms-v0.4.5) (2026-03-19) + + +### Features + +* **deps:** update dependencies across packages ([8e2c64e](https://github.com/aprendendofelipe/react-stack/commit/8e2c64eaee67cd38d13822d6e3d68ba468eda1a8)) + ## [0.4.4](https://github.com/aprendendofelipe/react-stack/compare/forms-v0.4.3...forms-v0.4.4) (2026-01-13) diff --git a/packages/forms/package.json b/packages/forms/package.json index e8a6322b..32aadeb5 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@barso/forms", - "version": "0.4.4", + "version": "0.4.5", "description": "Barso useForm hook and form validators", "license": "MIT", "type": "module", diff --git a/packages/infra/CHANGELOG.md b/packages/infra/CHANGELOG.md index 8cf67272..dcf2fede 100644 --- a/packages/infra/CHANGELOG.md +++ b/packages/infra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/aprendendofelipe/react-stack/compare/infra-v0.0.9...infra-v0.0.10) (2026-03-19) + + +### Features + +* **deps:** update dependencies across packages ([8e2c64e](https://github.com/aprendendofelipe/react-stack/commit/8e2c64eaee67cd38d13822d6e3d68ba468eda1a8)) + ## [0.0.9](https://github.com/aprendendofelipe/react-stack/compare/infra-v0.0.8...infra-v0.0.9) (2026-01-05) diff --git a/packages/infra/package.json b/packages/infra/package.json index c4547e4c..63e70a0f 100644 --- a/packages/infra/package.json +++ b/packages/infra/package.json @@ -1,6 +1,6 @@ { "name": "@barso/infra", - "version": "0.0.9", + "version": "0.0.10", "description": "Barso Infra", "license": "MIT", "type": "module", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d80d6435..35703c82 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/aprendendofelipe/react-stack/compare/ui-v0.6.3...ui-v0.6.4) (2026-03-19) + + +### Features + +* **deps:** update dependencies across packages ([8e2c64e](https://github.com/aprendendofelipe/react-stack/commit/8e2c64eaee67cd38d13822d6e3d68ba468eda1a8)) + ## [0.6.3](https://github.com/aprendendofelipe/react-stack/compare/ui-v0.6.2...ui-v0.6.3) (2025-12-19) diff --git a/packages/ui/package.json b/packages/ui/package.json index 6506e1d0..2bff7f84 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@barso/ui", - "version": "0.6.3", + "version": "0.6.4", "description": "Barso UI", "license": "MIT", "type": "module",