From eb618b8af238585e60ff115de7a3d10de9ab96fc Mon Sep 17 00:00:00 2001 From: Cavendish <8046350+fuf-cavendish@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:31:44 +0200 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 14 +++++++------- packages/atelier/CHANGELOG.md | 15 +++++++++++++++ packages/atelier/package.json | 2 +- packages/megapixels/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/megapixels/package.json | 2 +- packages/pixel-motion/CHANGELOG.md | 7 +++++++ packages/pixel-motion/package.json | 2 +- packages/pixel-utils/CHANGELOG.md | 7 +++++++ packages/pixel-utils/package.json | 2 +- packages/pixels/CHANGELOG.md | 20 ++++++++++++++++++++ packages/pixels/package.json | 2 +- packages/uniform/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/uniform/package.json | 2 +- packages/veto/CHANGELOG.md | 7 +++++++ packages/veto/package.json | 2 +- 15 files changed, 117 insertions(+), 14 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 579ee3035..e9e4fe2e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/packages/atelier/CHANGELOG.md b/packages/atelier/CHANGELOG.md index a1486a32f..82ec0ca23 100644 --- a/packages/atelier/CHANGELOG.md +++ b/packages/atelier/CHANGELOG.md @@ -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) diff --git a/packages/atelier/package.json b/packages/atelier/package.json index 2901b67d1..7cbc676a9 100644 --- a/packages/atelier/package.json +++ b/packages/atelier/package.json @@ -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", diff --git a/packages/megapixels/CHANGELOG.md b/packages/megapixels/CHANGELOG.md index 43bf3f00a..d6ebbbee5 100644 --- a/packages/megapixels/CHANGELOG.md +++ b/packages/megapixels/CHANGELOG.md @@ -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) diff --git a/packages/megapixels/package.json b/packages/megapixels/package.json index 5970006bb..649cf44ea 100644 --- a/packages/megapixels/package.json +++ b/packages/megapixels/package.json @@ -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", diff --git a/packages/pixel-motion/CHANGELOG.md b/packages/pixel-motion/CHANGELOG.md index e6c885838..8e4eb7856 100644 --- a/packages/pixel-motion/CHANGELOG.md +++ b/packages/pixel-motion/CHANGELOG.md @@ -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) diff --git a/packages/pixel-motion/package.json b/packages/pixel-motion/package.json index 9435f05b8..ea9e5fbfd 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.2.2", + "version": "1.3.0", "type": "module", "types": "./dist/index.d.mts", "sideEffects": false, diff --git a/packages/pixel-utils/CHANGELOG.md b/packages/pixel-utils/CHANGELOG.md index db2ad7376..b950bcc7d 100644 --- a/packages/pixel-utils/CHANGELOG.md +++ b/packages/pixel-utils/CHANGELOG.md @@ -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) diff --git a/packages/pixel-utils/package.json b/packages/pixel-utils/package.json index cb7213bc0..6a6d84938 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.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 690a566d5..329b4ccba 100644 --- a/packages/pixels/CHANGELOG.md +++ b/packages/pixels/CHANGELOG.md @@ -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) diff --git a/packages/pixels/package.json b/packages/pixels/package.json index 0784bc74d..33f66b19f 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.12.1", + "version": "1.13.0", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs", diff --git a/packages/uniform/CHANGELOG.md b/packages/uniform/CHANGELOG.md index e3e079922..bcc5e17ae 100644 --- a/packages/uniform/CHANGELOG.md +++ b/packages/uniform/CHANGELOG.md @@ -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) diff --git a/packages/uniform/package.json b/packages/uniform/package.json index 410fee56b..e94c48502 100644 --- a/packages/uniform/package.json +++ b/packages/uniform/package.json @@ -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", diff --git a/packages/veto/CHANGELOG.md b/packages/veto/CHANGELOG.md index 396ce6ff9..093ff9cf7 100644 --- a/packages/veto/CHANGELOG.md +++ b/packages/veto/CHANGELOG.md @@ -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) diff --git a/packages/veto/package.json b/packages/veto/package.json index a0c7f5048..1e4f1f0cf 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.8.0", + "version": "1.9.0", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs",