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
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/atelier": "0.2.5",
"packages/megapixels": "0.14.4",
"packages/pixel-motion": "1.2.2",
"packages/pixel-utils": "1.3.2",
"packages/pixels": "1.12.1",
"packages/uniform": "1.24.12",
"packages/veto": "1.8.0"
"packages/atelier": "0.3.0",
"packages/megapixels": "0.15.0",
"packages/pixel-motion": "1.3.0",
"packages/pixel-utils": "1.4.0",
"packages/pixels": "1.13.0",
"packages/uniform": "1.25.0",
"packages/veto": "1.9.0"
}
15 changes: 15 additions & 0 deletions packages/atelier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0](https://github.com/fuf-stack/pixels/compare/atelier-v0.2.5...atelier-v0.3.0) (2026-07-17)


### Features

* build esm only, no cjs anymore ([7856711](https://github.com/fuf-stack/pixels/commit/78567111820395bb9b0017c04820e0c8efea0e9f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fuf-stack/pixel-utils bumped to 1.4.0
* @fuf-stack/pixels bumped to 1.13.0

## [0.2.5](https://github.com/fuf-stack/pixels/compare/atelier-v0.2.4...atelier-v0.2.5) (2026-07-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/atelier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuf-stack/atelier",
"version": "0.2.5",
"version": "0.3.0",
"description": "fuf customizable base app package",
"author": "Fröhlich ∧ Frei",
"homepage": "https://github.com/fuf-stack/pixels/tree/main/packages/atelier",
Expand Down
24 changes: 24 additions & 0 deletions packages/megapixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.15.0](https://github.com/fuf-stack/pixels/compare/megapixels-v0.14.4...megapixels-v0.15.0) (2026-07-17)


### Features

* build esm only, no cjs anymore ([7856711](https://github.com/fuf-stack/pixels/commit/78567111820395bb9b0017c04820e0c8efea0e9f))


### Bug Fixes

* **deps:** update dependency @tanstack/react-virtual to v3.14.5 ([62eb634](https://github.com/fuf-stack/pixels/commit/62eb63491e833221d68e633dbd28d3ef491ea257))
* **deps:** update dependency react-icons to v5.7.0 ([#1769](https://github.com/fuf-stack/pixels/issues/1769)) ([22db442](https://github.com/fuf-stack/pixels/commit/22db442b51cb3de20cf9962a619c7872019a842d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fuf-stack/pixel-motion bumped to 1.3.0
* @fuf-stack/pixel-utils bumped to 1.4.0
* @fuf-stack/pixels bumped to 1.13.0
* @fuf-stack/uniform bumped to 1.25.0
* @fuf-stack/veto bumped to 1.9.0

## [0.14.4](https://github.com/fuf-stack/pixels/compare/megapixels-v0.14.3...megapixels-v0.14.4) (2026-07-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.14.4",
"version": "0.15.0",
"description": "fuf react advanced components library",
"author": "Fröhlich ∧ Frei",
"homepage": "https://github.com/fuf-stack/megapixels#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/pixel-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.2.2...pixel-motion-v1.3.0) (2026-07-17)


### Features

* build esm only, no cjs anymore ([7856711](https://github.com/fuf-stack/pixels/commit/78567111820395bb9b0017c04820e0c8efea0e9f))

## [1.2.2](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.2.1...pixel-motion-v1.2.2) (2026-06-04)


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.2.2",
"version": "1.3.0",
"type": "module",
"types": "./dist/index.d.mts",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/pixel-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/fuf-stack/pixels/compare/pixel-utils-v1.3.2...pixel-utils-v1.4.0) (2026-07-17)


### Features

* build esm only, no cjs anymore ([7856711](https://github.com/fuf-stack/pixels/commit/78567111820395bb9b0017c04820e0c8efea0e9f))

## [1.3.2](https://github.com/fuf-stack/pixels/compare/pixel-utils-v1.3.1...pixel-utils-v1.3.2) (2026-06-04)


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.3.2",
"version": "1.4.0",
"type": "module",
"types": "./dist/index.d.mts",
"sideEffects": false,
Expand Down
20 changes: 20 additions & 0 deletions packages/pixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.13.0](https://github.com/fuf-stack/pixels/compare/pixels-v1.12.1...pixels-v1.13.0) (2026-07-17)


### Features

* build esm only, no cjs anymore ([7856711](https://github.com/fuf-stack/pixels/commit/78567111820395bb9b0017c04820e0c8efea0e9f))


### Bug Fixes

* **deps:** update dependency react-icons to v5.7.0 ([#1769](https://github.com/fuf-stack/pixels/issues/1769)) ([22db442](https://github.com/fuf-stack/pixels/commit/22db442b51cb3de20cf9962a619c7872019a842d))


### Dependencies

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

## [1.12.1](https://github.com/fuf-stack/pixels/compare/pixels-v1.12.0...pixels-v1.12.1) (2026-07-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.12.1",
"version": "1.13.0",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
23 changes: 23 additions & 0 deletions packages/uniform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.25.0](https://github.com/fuf-stack/pixels/compare/uniform-v1.24.12...uniform-v1.25.0) (2026-07-17)


### Features

* build esm only, no cjs anymore ([7856711](https://github.com/fuf-stack/pixels/commit/78567111820395bb9b0017c04820e0c8efea0e9f))


### Bug Fixes

* **deps:** update dependency react-hook-form to v7.81.0 ([b59498a](https://github.com/fuf-stack/pixels/commit/b59498aab94cb9def7a0ea557800c0e48de37afd))
* **deps:** update dependency react-icons to v5.7.0 ([#1769](https://github.com/fuf-stack/pixels/issues/1769)) ([22db442](https://github.com/fuf-stack/pixels/commit/22db442b51cb3de20cf9962a619c7872019a842d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fuf-stack/pixel-motion bumped to 1.3.0
* @fuf-stack/pixel-utils bumped to 1.4.0
* @fuf-stack/pixels bumped to 1.13.0
* @fuf-stack/veto bumped to 1.9.0

## [1.24.12](https://github.com/fuf-stack/pixels/compare/uniform-v1.24.11...uniform-v1.24.12) (2026-07-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.24.12",
"version": "1.25.0",
"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

## [1.9.0](https://github.com/fuf-stack/pixels/compare/veto-v1.8.0...veto-v1.9.0) (2026-07-17)


### Features

* build esm only, no cjs anymore ([7856711](https://github.com/fuf-stack/pixels/commit/78567111820395bb9b0017c04820e0c8efea0e9f))

## [1.8.0](https://github.com/fuf-stack/pixels/compare/veto-v1.7.4...veto-v1.8.0) (2026-07-11)


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.8.0",
"version": "1.9.0",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down