From 47e8a9ab1154bf84d1f2b84c4e40b2e5480035b9 Mon Sep 17 00:00:00 2001 From: Cavendish <8046350+fuf-cavendish@users.noreply.github.com> Date: Thu, 21 May 2026 15:34:50 +0200 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 10 +++++----- packages/megapixels/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/megapixels/package.json | 2 +- packages/pixel-utils/CHANGELOG.md | 14 ++++++++++++++ packages/pixel-utils/package.json | 2 +- packages/pixels/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/pixels/package.json | 2 +- packages/uniform/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/uniform/package.json | 2 +- packages/veto/CHANGELOG.md | 15 +++++++++++++++ packages/veto/package.json | 2 +- 11 files changed, 115 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b2aca6ac..b36a18a2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/megapixels": "0.10.5", + "packages/megapixels": "0.11.0", "packages/pixel-motion": "1.2.0", - "packages/pixel-utils": "1.2.0", - "packages/pixels": "1.9.0", - "packages/uniform": "1.19.5", - "packages/veto": "1.0.4" + "packages/pixel-utils": "1.3.0", + "packages/pixels": "1.10.0", + "packages/uniform": "1.20.0", + "packages/veto": "1.1.0" } diff --git a/packages/megapixels/CHANGELOG.md b/packages/megapixels/CHANGELOG.md index 42356dd4b..49d466384 100644 --- a/packages/megapixels/CHANGELOG.md +++ b/packages/megapixels/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.11.0](https://github.com/fuf-stack/pixels/compare/megapixels-v0.10.5...megapixels-v0.11.0) (2026-05-21) + + +### Features + +* upgrade to typescript v6 ([ca06ae3](https://github.com/fuf-stack/pixels/commit/ca06ae3de100d5521c693ffbc669b88f964e568e)) + + +### Bug Fixes + +* **deps:** update [@heroui](https://github.com/heroui) monorepo ([f323f7b](https://github.com/fuf-stack/pixels/commit/f323f7b28e35084f6812c6cd93c77efb76faa912)) +* **deps:** update dependency zod to v4.4.3 ([9d77b75](https://github.com/fuf-stack/pixels/commit/9d77b75d26db36d0a4dd7221ee7c86a648c66bda)) +* **pixel-utils:** fix version tv conflict in repo with overrides ([580ea8b](https://github.com/fuf-stack/pixels/commit/580ea8b2159a450c7b0759326cfedf6a0fb34db5)) +* **pixels,uniform:** update all snaps after new hero version ([7fd3ecb](https://github.com/fuf-stack/pixels/commit/7fd3ecb745ad17a636b62bcdfbcd6e9b000feb1d)) +* **veto:** preserve optional refined schemas across Zod 4.4 intersections ([46c9846](https://github.com/fuf-stack/pixels/commit/46c9846cba5ec2553df90d1f932ffa98d389b7ef)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @fuf-stack/pixel-utils bumped to 1.3.0 + * @fuf-stack/pixels bumped to 1.10.0 + * @fuf-stack/uniform bumped to 1.20.0 + * @fuf-stack/veto bumped to 1.1.0 + ## [0.10.5](https://github.com/fuf-stack/pixels/compare/megapixels-v0.10.4...megapixels-v0.10.5) (2026-04-30) diff --git a/packages/megapixels/package.json b/packages/megapixels/package.json index 83e0320be..b63e19c88 100644 --- a/packages/megapixels/package.json +++ b/packages/megapixels/package.json @@ -1,6 +1,6 @@ { "name": "@fuf-stack/megapixels", - "version": "0.10.5", + "version": "0.11.0", "description": "fuf react advanced components library", "author": "Fröhlich ∧ Frei", "homepage": "https://github.com/fuf-stack/megapixels#readme", diff --git a/packages/pixel-utils/CHANGELOG.md b/packages/pixel-utils/CHANGELOG.md index a9f5c7b53..fd0868ec1 100644 --- a/packages/pixel-utils/CHANGELOG.md +++ b/packages/pixel-utils/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/fuf-stack/pixels/compare/pixel-utils-v1.2.0...pixel-utils-v1.3.0) (2026-05-21) + + +### Features + +* upgrade to typescript v6 ([ca06ae3](https://github.com/fuf-stack/pixels/commit/ca06ae3de100d5521c693ffbc669b88f964e568e)) + + +### Bug Fixes + +* **deps:** update [@heroui](https://github.com/heroui) monorepo ([f323f7b](https://github.com/fuf-stack/pixels/commit/f323f7b28e35084f6812c6cd93c77efb76faa912)) +* **deps:** update [@heroui](https://github.com/heroui) monorepo ([71b7728](https://github.com/fuf-stack/pixels/commit/71b772808415943b7fe85bafc49b29e29335be60)) +* **pixel-utils:** fix version tv conflict in repo with overrides ([580ea8b](https://github.com/fuf-stack/pixels/commit/580ea8b2159a450c7b0759326cfedf6a0fb34db5)) + ## [1.2.0](https://github.com/fuf-stack/pixels/compare/pixel-utils-v1.1.1...pixel-utils-v1.2.0) (2026-04-13) diff --git a/packages/pixel-utils/package.json b/packages/pixel-utils/package.json index ff5453f3c..ccefdd51c 100644 --- a/packages/pixel-utils/package.json +++ b/packages/pixel-utils/package.json @@ -2,7 +2,7 @@ "name": "@fuf-stack/pixel-utils", "description": "fuf pixels helper utils", "author": "Fröhlich ∧ Frei", - "version": "1.2.0", + "version": "1.3.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", diff --git a/packages/pixels/CHANGELOG.md b/packages/pixels/CHANGELOG.md index 07dfbe3cb..9875428d9 100644 --- a/packages/pixels/CHANGELOG.md +++ b/packages/pixels/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.10.0](https://github.com/fuf-stack/pixels/compare/pixels-v1.9.0...pixels-v1.10.0) (2026-05-21) + + +### Features + +* **pixels:** bundle package with tsdown ([97f8b67](https://github.com/fuf-stack/pixels/commit/97f8b67f6c92d5e91427b65a90c58101f4c3358e)) +* upgrade to typescript v6 ([ca06ae3](https://github.com/fuf-stack/pixels/commit/ca06ae3de100d5521c693ffbc669b88f964e568e)) + + +### Bug Fixes + +* **deps:** update [@heroui](https://github.com/heroui) monorepo ([f323f7b](https://github.com/fuf-stack/pixels/commit/f323f7b28e35084f6812c6cd93c77efb76faa912)) +* **deps:** update [@heroui](https://github.com/heroui) monorepo ([71b7728](https://github.com/fuf-stack/pixels/commit/71b772808415943b7fe85bafc49b29e29335be60)) +* **pixels,uniform:** update all snaps after new hero version ([7fd3ecb](https://github.com/fuf-stack/pixels/commit/7fd3ecb745ad17a636b62bcdfbcd6e9b000feb1d)) +* **pixels:** fix snaps after @uiw/react-json-view update ([3fe2b26](https://github.com/fuf-stack/pixels/commit/3fe2b26a57269cfb6ea9770c8f072670072a291a)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @fuf-stack/pixel-utils bumped to 1.3.0 + ## [1.9.0](https://github.com/fuf-stack/pixels/compare/pixels-v1.8.0...pixels-v1.9.0) (2026-04-13) diff --git a/packages/pixels/package.json b/packages/pixels/package.json index f8baaf92d..1e6c589ed 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.9.0", + "version": "1.10.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", diff --git a/packages/uniform/CHANGELOG.md b/packages/uniform/CHANGELOG.md index 34eef099c..fd2c72c68 100644 --- a/packages/uniform/CHANGELOG.md +++ b/packages/uniform/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.20.0](https://github.com/fuf-stack/pixels/compare/uniform-v1.19.5...uniform-v1.20.0) (2026-05-21) + + +### Features + +* upgrade to typescript v6 ([ca06ae3](https://github.com/fuf-stack/pixels/commit/ca06ae3de100d5521c693ffbc669b88f964e568e)) + + +### Bug Fixes + +* **deps:** update [@heroui](https://github.com/heroui) monorepo ([f323f7b](https://github.com/fuf-stack/pixels/commit/f323f7b28e35084f6812c6cd93c77efb76faa912)) +* **deps:** update [@heroui](https://github.com/heroui) monorepo ([71b7728](https://github.com/fuf-stack/pixels/commit/71b772808415943b7fe85bafc49b29e29335be60)) +* **deps:** update dependency react-hook-form to v7.74.0 ([#1628](https://github.com/fuf-stack/pixels/issues/1628)) ([64dae71](https://github.com/fuf-stack/pixels/commit/64dae711425f66c69115c0efb38fa333aef93756)) +* **deps:** update dependency react-hook-form to v7.75.0 ([#1637](https://github.com/fuf-stack/pixels/issues/1637)) ([abb012a](https://github.com/fuf-stack/pixels/commit/abb012afd8ccd199201429f99a0c3d65cc7cc73a)) +* **deps:** update dependency zod to v4.4.3 ([9d77b75](https://github.com/fuf-stack/pixels/commit/9d77b75d26db36d0a4dd7221ee7c86a648c66bda)) +* **pixel-utils:** fix version tv conflict in repo with overrides ([580ea8b](https://github.com/fuf-stack/pixels/commit/580ea8b2159a450c7b0759326cfedf6a0fb34db5)) +* **pixels,uniform:** update all snaps after new hero version ([7fd3ecb](https://github.com/fuf-stack/pixels/commit/7fd3ecb745ad17a636b62bcdfbcd6e9b000feb1d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @fuf-stack/pixel-utils bumped to 1.3.0 + * @fuf-stack/pixels bumped to 1.10.0 + * @fuf-stack/veto bumped to 1.1.0 + ## [1.19.5](https://github.com/fuf-stack/pixels/compare/uniform-v1.19.4...uniform-v1.19.5) (2026-04-30) diff --git a/packages/uniform/package.json b/packages/uniform/package.json index f0f9b2fdd..218692206 100644 --- a/packages/uniform/package.json +++ b/packages/uniform/package.json @@ -1,6 +1,6 @@ { "name": "@fuf-stack/uniform", - "version": "1.19.5", + "version": "1.20.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 357322bcd..03ef131b7 100644 --- a/packages/veto/CHANGELOG.md +++ b/packages/veto/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/fuf-stack/pixels/compare/veto-v1.0.4...veto-v1.1.0) (2026-05-21) + + +### Features + +* upgrade to typescript v6 ([ca06ae3](https://github.com/fuf-stack/pixels/commit/ca06ae3de100d5521c693ffbc669b88f964e568e)) +* **veto:** add portable schemaFactory inference support with args ([13c908c](https://github.com/fuf-stack/pixels/commit/13c908ce5edcd26602a044ff11e0584ddaa4116a)) + + +### Bug Fixes + +* **deps:** update dependency zod to v4.4.3 ([9d77b75](https://github.com/fuf-stack/pixels/commit/9d77b75d26db36d0a4dd7221ee7c86a648c66bda)) +* **deps:** update dependency zod to v4.4.3 ([9b650a9](https://github.com/fuf-stack/pixels/commit/9b650a97d192ee536488623f8d49cdbdd046a5d7)) +* **veto:** preserve optional refined schemas across Zod 4.4 intersections ([46c9846](https://github.com/fuf-stack/pixels/commit/46c9846cba5ec2553df90d1f932ffa98d389b7ef)) + ## [1.0.4](https://github.com/fuf-stack/pixels/compare/veto-v1.0.3...veto-v1.0.4) (2026-04-30) diff --git a/packages/veto/package.json b/packages/veto/package.json index f94e58840..884efcdff 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.0.4", + "version": "1.1.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",