Skip to content

Commit

Permalink
Merge pull request #725 from fuf-stack/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--pixels

chore(main): release pixels 0.32.4
  • Loading branch information
toxsick authored Jan 27, 2025
2 parents 5cf4e53 + ee0d265 commit e4efb2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/pixel-motion": "1.0.7",
"packages/pixel-utils": "0.5.0",
"packages/pixels": "0.32.3",
"packages/pixels": "0.32.4",
"packages/uniform": "0.15.0",
"packages/veto": "0.9.4"
}
8 changes: 8 additions & 0 deletions packages/pixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.32.4](https://github.com/fuf-stack/pixels/compare/pixels-v0.32.3...pixels-v0.32.4) (2025-01-27)


### Bug Fixes

* **deps:** update dependency framer-motion to v12 ([b5b0cbb](https://github.com/fuf-stack/pixels/commit/b5b0cbb7454ff015fabb2c31ee4542d6f936ead8))
* **pixels,uniform:** rename everything from next to hero ([6f5cb9c](https://github.com/fuf-stack/pixels/commit/6f5cb9c4cfeb93ed63a8773475381d36afb6cbde))

## [0.32.3](https://github.com/fuf-stack/pixels/compare/pixels-v0.32.2...pixels-v0.32.3) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fuf-stack/pixels",
"description": "fuf core react component library",
"author": "Hannes Tiede",
"version": "0.32.3",
"version": "0.32.4",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit e4efb2c

Please sign in to comment.