Skip to content

Commit c25bdd2

Browse files
committed
chore: release main
1 parent d48a58e commit c25bdd2

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/megapixels": "0.9.12",
2+
"packages/megapixels": "0.9.13",
33
"packages/pixel-motion": "1.1.4",
44
"packages/pixel-utils": "1.1.1",
5-
"packages/pixels": "1.7.4",
6-
"packages/uniform": "1.18.0",
5+
"packages/pixels": "2.0.0",
6+
"packages/uniform": "1.18.1",
77
"packages/veto": "0.13.2"
88
}

packages/megapixels/CHANGELOG.md

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

3+
## [0.9.13](https://github.com/fuf-stack/pixels/compare/megapixels-v0.9.12...megapixels-v0.9.13) (2026-02-06)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @fuf-stack/pixels bumped to 2.0.0
11+
* @fuf-stack/uniform bumped to 1.18.1
12+
313
## [0.9.12](https://github.com/fuf-stack/pixels/compare/megapixels-v0.9.11...megapixels-v0.9.12) (2026-02-04)
414

515

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.12",
3+
"version": "0.9.13",
44
"description": "fuf react advanced components library",
55
"author": "Fröhlich ∧ Frei",
66
"homepage": "https://github.com/fuf-stack/megapixels#readme",

packages/pixels/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/fuf-stack/pixels/compare/pixels-v1.7.4...pixels-v2.0.0) (2026-02-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **pixels:** replace Toast implementation with sonner and simplify Alert variant
9+
10+
### Features
11+
12+
* **pixels:** replace Toast implementation with sonner and simplify Alert variant ([d48a58e](https://github.com/fuf-stack/pixels/commit/d48a58eefe99ce73b3339e20e17b930e5e8d1143))
13+
314
## [1.7.4](https://github.com/fuf-stack/pixels/compare/pixels-v1.7.3...pixels-v1.7.4) (2026-02-04)
415

516

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.4",
5+
"version": "2.0.0",
66
"type": "module",
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.js",

packages/uniform/CHANGELOG.md

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

3+
## [1.18.1](https://github.com/fuf-stack/pixels/compare/uniform-v1.18.0...uniform-v1.18.1) (2026-02-06)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @fuf-stack/pixels bumped to 2.0.0
11+
312
## [1.18.0](https://github.com/fuf-stack/pixels/compare/uniform-v1.17.1...uniform-v1.18.0) (2026-02-04)
413

514

packages/uniform/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/uniform",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "fuf react form library",
55
"author": "Fröhlich ∧ Frei",
66
"homepage": "https://github.com/fuf-stack/pixels#readme",

0 commit comments

Comments
 (0)