Skip to content
Open
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.9.1",
"packages/pixel-motion": "1.1.0",
"packages/megapixels": "0.9.2",
"packages/pixel-motion": "1.1.1",
"packages/pixel-utils": "1.1.0",
"packages/pixels": "1.7.0",
"packages/uniform": "1.11.1",
"packages/veto": "0.13.1"
"packages/pixels": "1.7.1",
"packages/uniform": "1.11.2",
"packages/veto": "0.13.2"
}
12 changes: 12 additions & 0 deletions packages/megapixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.9.2](https://github.com/fuf-stack/pixels/compare/megapixels-v0.9.1...megapixels-v0.9.2) (2026-01-13)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fuf-stack/pixel-motion bumped to 1.1.1
* @fuf-stack/pixels bumped to 1.7.1
* @fuf-stack/uniform bumped to 1.11.2
* @fuf-stack/veto bumped to 0.13.2

## [0.9.1](https://github.com/fuf-stack/pixels/compare/megapixels-v0.9.0...megapixels-v0.9.1) (2025-12-16)


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.9.1",
"version": "0.9.2",
"description": "fuf react advanced components library",
"author": "Fröhlich ∧ Frei",
"homepage": "https://github.com/fuf-stack/megapixels#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/pixel-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.1](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.1.0...pixel-motion-v1.1.1) (2026-01-13)


### Bug Fixes

* **deps:** update dependency framer-motion to v12.23.26 ([#1410](https://github.com/fuf-stack/pixels/issues/1410)) ([9afec8a](https://github.com/fuf-stack/pixels/commit/9afec8a8e3f0f4035813fd360a8dad8edcfbc33e))
* **deps:** update dependency framer-motion to v12.24.0 ([#1449](https://github.com/fuf-stack/pixels/issues/1449)) ([2d9779c](https://github.com/fuf-stack/pixels/commit/2d9779c2befc9e9d0954a0b72dd92bcd7eba5f30))
* **deps:** update dependency framer-motion to v12.24.7 ([#1451](https://github.com/fuf-stack/pixels/issues/1451)) ([c4ae4e1](https://github.com/fuf-stack/pixels/commit/c4ae4e1dee3c23ef905f5b73ce934fdd67e0faaf))

## [1.1.0](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.0.26...pixel-motion-v1.1.0) (2025-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/pixel-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fuf-stack/pixel-motion",
"description": "fuf pixel motion with framer motion",
"author": "Fröhlich ∧ Frei",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/pixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.7.1](https://github.com/fuf-stack/pixels/compare/pixels-v1.7.0...pixels-v1.7.1) (2026-01-13)


### Bug Fixes

* **deps:** update dependency framer-motion to v12.23.26 ([#1410](https://github.com/fuf-stack/pixels/issues/1410)) ([9afec8a](https://github.com/fuf-stack/pixels/commit/9afec8a8e3f0f4035813fd360a8dad8edcfbc33e))
* **deps:** update dependency framer-motion to v12.24.0 ([#1449](https://github.com/fuf-stack/pixels/issues/1449)) ([2d9779c](https://github.com/fuf-stack/pixels/commit/2d9779c2befc9e9d0954a0b72dd92bcd7eba5f30))
* **deps:** update dependency framer-motion to v12.24.7 ([#1451](https://github.com/fuf-stack/pixels/issues/1451)) ([c4ae4e1](https://github.com/fuf-stack/pixels/commit/c4ae4e1dee3c23ef905f5b73ce934fdd67e0faaf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fuf-stack/pixel-motion bumped to 1.1.1

## [1.7.0](https://github.com/fuf-stack/pixels/compare/pixels-v1.6.1...pixels-v1.7.0) (2025-12-16)


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.7.0",
"version": "1.7.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/uniform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.11.2](https://github.com/fuf-stack/pixels/compare/uniform-v1.11.1...uniform-v1.11.2) (2026-01-13)


### Bug Fixes

* **deps:** update dependency @react-aria/visually-hidden to v3.8.29 ([#1436](https://github.com/fuf-stack/pixels/issues/1436)) ([d9ea4c1](https://github.com/fuf-stack/pixels/commit/d9ea4c1d0a32c0bc0f37588bc05875453f102a6a))
* **deps:** update dependency framer-motion to v12.23.26 ([#1410](https://github.com/fuf-stack/pixels/issues/1410)) ([9afec8a](https://github.com/fuf-stack/pixels/commit/9afec8a8e3f0f4035813fd360a8dad8edcfbc33e))
* **deps:** update dependency framer-motion to v12.24.0 ([#1449](https://github.com/fuf-stack/pixels/issues/1449)) ([2d9779c](https://github.com/fuf-stack/pixels/commit/2d9779c2befc9e9d0954a0b72dd92bcd7eba5f30))
* **deps:** update dependency framer-motion to v12.24.7 ([#1451](https://github.com/fuf-stack/pixels/issues/1451)) ([c4ae4e1](https://github.com/fuf-stack/pixels/commit/c4ae4e1dee3c23ef905f5b73ce934fdd67e0faaf))
* **deps:** update dependency react-hook-form to v7.69.0 ([#1440](https://github.com/fuf-stack/pixels/issues/1440)) ([31e73e9](https://github.com/fuf-stack/pixels/commit/31e73e998e15e8f3e8b628d9aad91f0226bbbbfa))
* **deps:** update dependency react-hook-form to v7.70.0 ([#1448](https://github.com/fuf-stack/pixels/issues/1448)) ([ce97e62](https://github.com/fuf-stack/pixels/commit/ce97e625a79f0ec09013390285d0fba1ad0ec5f0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fuf-stack/pixel-motion bumped to 1.1.1
* @fuf-stack/pixels bumped to 1.7.1
* @fuf-stack/veto bumped to 0.13.2

## [1.11.1](https://github.com/fuf-stack/pixels/compare/uniform-v1.11.0...uniform-v1.11.1) (2025-12-16)


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.11.1",
"version": "1.11.2",
"description": "fuf react form library",
"author": "Fröhlich ∧ Frei",
"homepage": "https://github.com/fuf-stack/pixels#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/veto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.2](https://github.com/fuf-stack/pixels/compare/veto-v0.13.1...veto-v0.13.2) (2026-01-13)


### Bug Fixes

* **deps:** update dependency zod to v3.25.76 ([#1058](https://github.com/fuf-stack/pixels/issues/1058)) ([99cd113](https://github.com/fuf-stack/pixels/commit/99cd1130dbc97b56991a8919a4067a04f8070c76))

## [0.13.1](https://github.com/fuf-stack/pixels/compare/veto-v0.13.0...veto-v0.13.1) (2025-12-16)


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": "0.13.1",
"version": "0.13.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down