Skip to content

Commit 1219e1b

Browse files
committed
Merge branch 'main' of https://github.com/fuf-stack/pixels
2 parents c6f19c5 + 5c1863b commit 1219e1b

File tree

9 files changed

+549
-474
lines changed

9 files changed

+549
-474
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/megapixels": "0.3.3",
2+
"packages/megapixels": "0.3.4",
33
"packages/pixel-motion": "1.0.25",
44
"packages/pixel-utils": "1.0.5",
55
"packages/pixels": "1.3.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"packageManager": "pnpm@10.17.1",
3+
"packageManager": "pnpm@10.18.0",
44
"scripts": {
55
"build": "pnpm turbo build",
66
"commit": "lint-staged && git-cz",

packages/config/storybook-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"devDependencies": {
1313
"@repo/tailwind-config": "workspace:*",
1414
"@repo/vite-config": "workspace:*",
15-
"@storybook/addon-a11y": "9.1.9",
15+
"@storybook/addon-a11y": "9.1.10",
1616
"@storybook/addon-coverage": "2.0.0",
17-
"@storybook/addon-docs": "9.1.9",
18-
"@storybook/addon-links": "9.1.9",
19-
"@storybook/react-vite": "9.1.9",
17+
"@storybook/addon-docs": "9.1.10",
18+
"@storybook/addon-links": "9.1.10",
19+
"@storybook/react-vite": "9.1.10",
2020
"@testing-library/react": "16.3.0",
2121
"@vitejs/plugin-react": "5.0.4",
2222
"@vueless/storybook-dark-mode": "9.0.9",
23-
"storybook": "9.1.9"
23+
"storybook": "9.1.10"
2424
}
2525
}

packages/config/tailwind-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"main": "./tailwind.config.ts",
66
"devDependencies": {
77
"@heroui/theme": "2.4.20",
8-
"tailwindcss": "4.1.13"
8+
"tailwindcss": "4.1.14"
99
}
1010
}

packages/config/vite-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"type": "module",
66
"main": "./vite.config.ts",
77
"devDependencies": {
8-
"@tailwindcss/vite": "4.1.13",
8+
"@tailwindcss/vite": "4.1.14",
99
"@vitejs/plugin-react": "5.0.4",
10-
"vite": "7.1.7",
10+
"vite": "7.1.9",
1111
"vite-tsconfig-paths": "5.1.4"
1212
}
1313
}

packages/megapixels/CHANGELOG.md

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

3+
## [0.3.4](https://github.com/fuf-stack/pixels/compare/megapixels-v0.3.3...megapixels-v0.3.4) (2025-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **megapixels:** make Filter accept null as input value ([7cc15f9](https://github.com/fuf-stack/pixels/commit/7cc15f9361b17df507ace98b61c19dcdddeaa562))
9+
310
## [0.3.3](https://github.com/fuf-stack/pixels/compare/megapixels-v0.3.2...megapixels-v0.3.3) (2025-10-04)
411

512

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

packages/uniform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@heroui/switch": "2.2.22",
147147
"@heroui/system": "2.4.20",
148148
"@heroui/theme": "2.4.20",
149-
"@react-aria/visually-hidden": "3.8.27",
149+
"@react-aria/visually-hidden": "3.8.28",
150150
"framer-motion": "12.23.22",
151151
"react-icons": "5.5.0",
152152
"react-hook-form": "7.55.0",

pnpm-lock.yaml

Lines changed: 530 additions & 462 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)