Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
26 changes: 26 additions & 0 deletions packages/megapixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/megapixels/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/pixel-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pixel-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
23 changes: 23 additions & 0 deletions packages/pixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
27 changes: 27 additions & 0 deletions packages/uniform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/uniform/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/veto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/veto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down