Skip to content

Commit bbc5d58

Browse files
committed
Merge branch 'main' of https://github.com/fuf-stack/pixels
2 parents 725666d + d8d251f commit bbc5d58

File tree

5 files changed

+166
-228
lines changed

5 files changed

+166
-228
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/pixel-motion": "1.0.26",
44
"packages/pixel-utils": "1.0.5",
55
"packages/pixels": "1.4.0",
6-
"packages/uniform": "1.8.1",
6+
"packages/uniform": "1.8.2",
77
"packages/veto": "0.12.6"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@fuf-stack/eslint-config-fuf": "1.1.12",
16-
"@fuf-stack/project-cli-tools": "1.0.10",
16+
"@fuf-stack/project-cli-tools": "1.0.11",
1717
"@fuf-stack/typescript-config": "0.3.0",
1818
"@fuf-stack/vitest-config": "2.0.0",
1919
"@repo/storybook-config": "workspace:*",

packages/uniform/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.8.2](https://github.com/fuf-stack/pixels/compare/uniform-v1.8.1...uniform-v1.8.2) (2025-11-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **uniform:** fix issue where flat field array element test ids contain __flat suffix ([db887a7](https://github.com/fuf-stack/pixels/commit/db887a7e1a3cc2bc87ba474ad5542a97dcf20c26))
9+
310
## [1.8.1](https://github.com/fuf-stack/pixels/compare/uniform-v1.8.0...uniform-v1.8.1) (2025-11-05)
411

512

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.8.1",
3+
"version": "1.8.2",
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)