diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12ff804a8..78bf4211e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/atelier": "0.3.2", - "packages/megapixels": "0.16.1", - "packages/pixel-motion": "1.3.2", + "packages/atelier": "0.4.0", + "packages/megapixels": "0.17.0", + "packages/pixel-motion": "1.4.0", "packages/pixel-utils": "1.4.0", - "packages/pixels": "1.13.2", - "packages/uniform": "1.26.1", - "packages/veto": "1.10.0" + "packages/pixels": "1.14.0", + "packages/uniform": "1.27.0", + "packages/veto": "1.11.0" } diff --git a/packages/atelier/CHANGELOG.md b/packages/atelier/CHANGELOG.md index 5227fc517..87a5b42f3 100644 --- a/packages/atelier/CHANGELOG.md +++ b/packages/atelier/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.4.0](https://github.com/fuf-stack/pixels/compare/atelier-v0.3.2...atelier-v0.4.0) (2026-09-11) + + +### Features + +* expand verification and contribution tooling ([cf200f0](https://github.com/fuf-stack/pixels/commit/cf200f0f6985e010b34b81eed494356c27099d55)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @fuf-stack/pixels bumped to 1.14.0 + ## [0.3.2](https://github.com/fuf-stack/pixels/compare/atelier-v0.3.1...atelier-v0.3.2) (2026-08-13) diff --git a/packages/atelier/package.json b/packages/atelier/package.json index 167e6c668..f0bbce7c0 100644 --- a/packages/atelier/package.json +++ b/packages/atelier/package.json @@ -1,6 +1,6 @@ { "name": "@fuf-stack/atelier", - "version": "0.3.2", + "version": "0.4.0", "description": "fuf customizable base app package", "author": "Fröhlich ∧ Frei", "homepage": "https://github.com/fuf-stack/pixels/tree/main/packages/atelier", diff --git a/packages/megapixels/CHANGELOG.md b/packages/megapixels/CHANGELOG.md index 234d41a49..7db1ba893 100644 --- a/packages/megapixels/CHANGELOG.md +++ b/packages/megapixels/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.17.0](https://github.com/fuf-stack/pixels/compare/megapixels-v0.16.1...megapixels-v0.17.0) (2026-09-11) + + +### Features + +* expand verification and contribution tooling ([cf200f0](https://github.com/fuf-stack/pixels/commit/cf200f0f6985e010b34b81eed494356c27099d55)) + + +### Bug Fixes + +* **deps:** update dependency @tanstack/react-virtual to v3.14.10 ([#1852](https://github.com/fuf-stack/pixels/issues/1852)) ([b47c480](https://github.com/fuf-stack/pixels/commit/b47c480428d8d987981a92b6daea5b3edb5bc057)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @fuf-stack/pixel-motion bumped to 1.4.0 + * @fuf-stack/pixels bumped to 1.14.0 + * @fuf-stack/uniform bumped to 1.27.0 + * @fuf-stack/veto bumped to 1.11.0 + ## [0.16.1](https://github.com/fuf-stack/pixels/compare/megapixels-v0.16.0...megapixels-v0.16.1) (2026-08-13) diff --git a/packages/megapixels/package.json b/packages/megapixels/package.json index cc39e1b49..872a8cecc 100644 --- a/packages/megapixels/package.json +++ b/packages/megapixels/package.json @@ -1,6 +1,6 @@ { "name": "@fuf-stack/megapixels", - "version": "0.16.1", + "version": "0.17.0", "description": "fuf react advanced components library", "author": "Fröhlich ∧ Frei", "homepage": "https://github.com/fuf-stack/megapixels#readme", diff --git a/packages/pixel-motion/CHANGELOG.md b/packages/pixel-motion/CHANGELOG.md index faa2de5f0..942e6a8d8 100644 --- a/packages/pixel-motion/CHANGELOG.md +++ b/packages/pixel-motion/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.3.2...pixel-motion-v1.4.0) (2026-09-11) + + +### Features + +* expand verification and contribution tooling ([cf200f0](https://github.com/fuf-stack/pixels/commit/cf200f0f6985e010b34b81eed494356c27099d55)) + ## [1.3.2](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.3.1...pixel-motion-v1.3.2) (2026-08-13) diff --git a/packages/pixel-motion/package.json b/packages/pixel-motion/package.json index 232a231f4..a28be8e7e 100644 --- a/packages/pixel-motion/package.json +++ b/packages/pixel-motion/package.json @@ -2,7 +2,7 @@ "name": "@fuf-stack/pixel-motion", "description": "fuf pixel motion with framer motion", "author": "Fröhlich ∧ Frei", - "version": "1.3.2", + "version": "1.4.0", "type": "module", "types": "./dist/index.d.mts", "sideEffects": false, diff --git a/packages/pixels/CHANGELOG.md b/packages/pixels/CHANGELOG.md index 56c3aa6cd..f88a5a508 100644 --- a/packages/pixels/CHANGELOG.md +++ b/packages/pixels/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.14.0](https://github.com/fuf-stack/pixels/compare/pixels-v1.13.2...pixels-v1.14.0) (2026-09-11) + + +### Features + +* expand verification and contribution tooling ([cf200f0](https://github.com/fuf-stack/pixels/commit/cf200f0f6985e010b34b81eed494356c27099d55)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @fuf-stack/pixel-motion bumped to 1.4.0 + ## [1.13.2](https://github.com/fuf-stack/pixels/compare/pixels-v1.13.1...pixels-v1.13.2) (2026-08-13) diff --git a/packages/pixels/package.json b/packages/pixels/package.json index c6a9313a3..00c07605b 100644 --- a/packages/pixels/package.json +++ b/packages/pixels/package.json @@ -2,7 +2,7 @@ "name": "@fuf-stack/pixels", "description": "fuf core react component library", "author": "Fröhlich ∧ Frei", - "version": "1.13.2", + "version": "1.14.0", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs", diff --git a/packages/uniform/CHANGELOG.md b/packages/uniform/CHANGELOG.md index 7f5a4eb9e..93af3dbb1 100644 --- a/packages/uniform/CHANGELOG.md +++ b/packages/uniform/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.27.0](https://github.com/fuf-stack/pixels/compare/uniform-v1.26.1...uniform-v1.27.0) (2026-09-11) + + +### Features + +* expand verification and contribution tooling ([cf200f0](https://github.com/fuf-stack/pixels/commit/cf200f0f6985e010b34b81eed494356c27099d55)) + + +### Bug Fixes + +* **deps:** update dependency @internationalized/date to v3.12.4 ([#1878](https://github.com/fuf-stack/pixels/issues/1878)) ([c9af25a](https://github.com/fuf-stack/pixels/commit/c9af25a46a4c6d6fed011dbcf208ef7a59d70ded)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @fuf-stack/pixel-motion bumped to 1.4.0 + * @fuf-stack/pixels bumped to 1.14.0 + * @fuf-stack/veto bumped to 1.11.0 + ## [1.26.1](https://github.com/fuf-stack/pixels/compare/uniform-v1.26.0...uniform-v1.26.1) (2026-08-13) diff --git a/packages/uniform/package.json b/packages/uniform/package.json index b37de42ab..1baa47a35 100644 --- a/packages/uniform/package.json +++ b/packages/uniform/package.json @@ -1,6 +1,6 @@ { "name": "@fuf-stack/uniform", - "version": "1.26.1", + "version": "1.27.0", "description": "fuf react form library", "author": "Fröhlich ∧ Frei", "homepage": "https://github.com/fuf-stack/pixels#readme", diff --git a/packages/veto/CHANGELOG.md b/packages/veto/CHANGELOG.md index 341e13404..6639b7162 100644 --- a/packages/veto/CHANGELOG.md +++ b/packages/veto/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.11.0](https://github.com/fuf-stack/pixels/compare/veto-v1.10.0...veto-v1.11.0) (2026-09-11) + + +### Features + +* expand verification and contribution tooling ([cf200f0](https://github.com/fuf-stack/pixels/commit/cf200f0f6985e010b34b81eed494356c27099d55)) + + +### Bug Fixes + +* **deps:** update dependency zod to v4.5.1 ([#1866](https://github.com/fuf-stack/pixels/issues/1866)) ([e6ccb91](https://github.com/fuf-stack/pixels/commit/e6ccb910160061b47e8c2030002986e1d2283677)) +* **deps:** update dependency zod to v4.5.2 ([#1867](https://github.com/fuf-stack/pixels/issues/1867)) ([b603704](https://github.com/fuf-stack/pixels/commit/b60370442a5383aa10ae3c92e6412a9bf7ab11cb)) +* **deps:** update dependency zod to v4.5.4 ([#1869](https://github.com/fuf-stack/pixels/issues/1869)) ([91cf261](https://github.com/fuf-stack/pixels/commit/91cf26114f74277764543dfb60535ea971dce41a)) + ## [1.10.0](https://github.com/fuf-stack/pixels/compare/veto-v1.9.0...veto-v1.10.0) (2026-08-13) diff --git a/packages/veto/package.json b/packages/veto/package.json index fd67f4bd5..1e8c9aeca 100644 --- a/packages/veto/package.json +++ b/packages/veto/package.json @@ -2,7 +2,7 @@ "name": "@fuf-stack/veto", "description": "fuf schema validation library", "author": "Fröhlich ∧ Frei", - "version": "1.10.0", + "version": "1.11.0", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs",