Skip to content

Commit

Permalink
chore(main): release pixels 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuf-cavendish committed Jan 20, 2025
1 parent 1e552c9 commit 22d1627
Show file tree
Hide file tree
Showing 3 changed files with 16 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.6",
"packages/pixel-utils": "0.4.3",
"packages/pixels": "0.31.5",
"packages/pixels": "0.32.0",
"packages/uniform": "0.15.0",
"packages/veto": "0.9.2"
}
14 changes: 14 additions & 0 deletions packages/pixels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.32.0](https://github.com/fuf-stack/pixels/compare/pixels-v0.31.5...pixels-v0.32.0) (2025-01-20)


### Features

* **pixels:** add progress component ([e25570d](https://github.com/fuf-stack/pixels/commit/e25570d4d465b651369ef1d89d49265e63c97278))


### Bug Fixes

* **deps:** update dependency framer-motion to v11.18.0 ([#693](https://github.com/fuf-stack/pixels/issues/693)) ([ab02054](https://github.com/fuf-stack/pixels/commit/ab02054fdd69d65e3b144eecfbb1d93cf6f58227))
* **deps:** update dependency framer-motion to v11.18.1 ([#699](https://github.com/fuf-stack/pixels/issues/699)) ([4b6ceac](https://github.com/fuf-stack/pixels/commit/4b6ceac98527f52b07998ebd37a15142628e0f10))
* **deps:** update dependency framer-motion to v11.18.2 ([#706](https://github.com/fuf-stack/pixels/issues/706)) ([1e552c9](https://github.com/fuf-stack/pixels/commit/1e552c9d3e6d60f63a916d08eb82f2e82cec6bee))

## [0.31.5](https://github.com/fuf-stack/pixels/compare/pixels-v0.31.4...pixels-v0.31.5) (2025-01-13)


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.31.5",
"version": "0.32.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 22d1627

Please sign in to comment.