Skip to content

Commit e64d3c7

Browse files
committed
Merge branch 'main' of https://github.com/fuf-stack/pixels
2 parents de98bee + 6037f16 commit e64d3c7

File tree

15 files changed

+185
-83
lines changed

15 files changed

+185
-83
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/megapixels": "0.9.1",
3-
"packages/pixel-motion": "1.1.0",
4-
"packages/pixel-utils": "1.1.0",
5-
"packages/pixels": "1.7.0",
6-
"packages/uniform": "1.11.1",
7-
"packages/veto": "0.13.1"
2+
"packages/megapixels": "0.9.2",
3+
"packages/pixel-motion": "1.1.1",
4+
"packages/pixel-utils": "1.1.1",
5+
"packages/pixels": "1.7.1",
6+
"packages/uniform": "1.11.2",
7+
"packages/veto": "0.13.2"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@repo/vite-config": "workspace:*",
2424
"@types/node": "24.10.8",
2525
"color2k": "2.0.3",
26-
"jsdom": "27.0.0",
26+
"jsdom": "27.4.0",
2727
"tsx": "4.21.0",
2828
"typescript": "5.9.3",
2929
"vite-tsconfig-paths": "5.1.4"

packages/megapixels/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.2](https://github.com/fuf-stack/pixels/compare/megapixels-v0.9.1...megapixels-v0.9.2) (2026-01-20)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @fuf-stack/pixel-motion bumped to 1.1.1
11+
* @fuf-stack/pixel-utils bumped to 1.1.1
12+
* @fuf-stack/pixels bumped to 1.7.1
13+
* @fuf-stack/uniform bumped to 1.11.2
14+
* @fuf-stack/veto bumped to 0.13.2
15+
316
## [0.9.1](https://github.com/fuf-stack/pixels/compare/megapixels-v0.9.0...megapixels-v0.9.1) (2025-12-16)
417

518

packages/megapixels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuf-stack/megapixels",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "fuf react advanced components library",
55
"author": "Fröhlich ∧ Frei",
66
"homepage": "https://github.com/fuf-stack/megapixels#readme",

packages/pixel-motion/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.1.0...pixel-motion-v1.1.1) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **deps:** update dependency framer-motion to v12.24.10 ([#1454](https://github.com/fuf-stack/pixels/issues/1454)) ([83af561](https://github.com/fuf-stack/pixels/commit/83af561c2820ed0ee090fee15caa35494540060e))
11+
* **deps:** update dependency framer-motion to v12.24.12 ([#1455](https://github.com/fuf-stack/pixels/issues/1455)) ([b48120f](https://github.com/fuf-stack/pixels/commit/b48120f6108026719904d8412557436ca55708b6))
12+
* **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))
13+
* **deps:** update dependency framer-motion to v12.24.9 ([#1453](https://github.com/fuf-stack/pixels/issues/1453)) ([32b0fd3](https://github.com/fuf-stack/pixels/commit/32b0fd3a349d6941c8323a1093cb4a68c5ee4ebe))
14+
* **deps:** update dependency framer-motion to v12.25.0 ([#1456](https://github.com/fuf-stack/pixels/issues/1456)) ([ef6dccc](https://github.com/fuf-stack/pixels/commit/ef6dccc942c1c9c568e65d6eec20f1062542d2d5))
15+
* **deps:** update dependency framer-motion to v12.26.1 ([#1465](https://github.com/fuf-stack/pixels/issues/1465)) ([6e66952](https://github.com/fuf-stack/pixels/commit/6e669529016732cf0911d23331bbe50a83565025))
16+
* **deps:** update dependency framer-motion to v12.26.2 ([#1467](https://github.com/fuf-stack/pixels/issues/1467)) ([d611ed2](https://github.com/fuf-stack/pixels/commit/d611ed2a81b305fe0563c394122fa16b2ccfc531))
17+
318
## [1.1.0](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.0.26...pixel-motion-v1.1.0) (2025-12-16)
419

520

packages/pixel-motion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fuf-stack/pixel-motion",
33
"description": "fuf pixel motion with framer motion",
44
"author": "Fröhlich ∧ Frei",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"type": "module",
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.js",

packages/pixel-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/fuf-stack/pixels/compare/pixel-utils-v1.1.0...pixel-utils-v1.1.1) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **pixel-utils:** use tsup for bundling again ([1608d14](https://github.com/fuf-stack/pixels/commit/1608d145e73c75ccb336e84251fa89778942785d))
9+
310
## [1.1.0](https://github.com/fuf-stack/pixels/compare/pixel-utils-v1.0.6...pixel-utils-v1.1.0) (2025-12-16)
411

512

packages/pixel-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fuf-stack/pixel-utils",
33
"description": "fuf pixels helper utils",
44
"author": "Fröhlich ∧ Frei",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"type": "module",
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.js",

packages/pixels/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.7.1](https://github.com/fuf-stack/pixels/compare/pixels-v1.7.0...pixels-v1.7.1) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **deps:** update dependency framer-motion to v12.24.10 ([#1454](https://github.com/fuf-stack/pixels/issues/1454)) ([83af561](https://github.com/fuf-stack/pixels/commit/83af561c2820ed0ee090fee15caa35494540060e))
11+
* **deps:** update dependency framer-motion to v12.24.12 ([#1455](https://github.com/fuf-stack/pixels/issues/1455)) ([b48120f](https://github.com/fuf-stack/pixels/commit/b48120f6108026719904d8412557436ca55708b6))
12+
* **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))
13+
* **deps:** update dependency framer-motion to v12.24.9 ([#1453](https://github.com/fuf-stack/pixels/issues/1453)) ([32b0fd3](https://github.com/fuf-stack/pixels/commit/32b0fd3a349d6941c8323a1093cb4a68c5ee4ebe))
14+
* **deps:** update dependency framer-motion to v12.25.0 ([#1456](https://github.com/fuf-stack/pixels/issues/1456)) ([ef6dccc](https://github.com/fuf-stack/pixels/commit/ef6dccc942c1c9c568e65d6eec20f1062542d2d5))
15+
* **deps:** update dependency framer-motion to v12.26.1 ([#1465](https://github.com/fuf-stack/pixels/issues/1465)) ([6e66952](https://github.com/fuf-stack/pixels/commit/6e669529016732cf0911d23331bbe50a83565025))
16+
* **deps:** update dependency framer-motion to v12.26.2 ([#1467](https://github.com/fuf-stack/pixels/issues/1467)) ([d611ed2](https://github.com/fuf-stack/pixels/commit/d611ed2a81b305fe0563c394122fa16b2ccfc531))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @fuf-stack/pixel-motion bumped to 1.1.1
24+
* @fuf-stack/pixel-utils bumped to 1.1.1
25+
326
## [1.7.0](https://github.com/fuf-stack/pixels/compare/pixels-v1.6.1...pixels-v1.7.0) (2025-12-16)
427

528

packages/pixels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fuf-stack/pixels",
33
"description": "fuf core react component library",
44
"author": "Fröhlich ∧ Frei",
5-
"version": "1.7.0",
5+
"version": "1.7.1",
66
"type": "module",
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.js",

0 commit comments

Comments
 (0)