Skip to content

Commit

Permalink
chore(main): release pixel-motion 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fuf-cavendish committed Feb 7, 2025
1 parent 92e287f commit f6d9957
Show file tree
Hide file tree
Showing 3 changed files with 13 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,5 +1,5 @@
{
"packages/pixel-motion": "1.0.7",
"packages/pixel-motion": "1.0.8",
"packages/pixel-utils": "0.5.0",
"packages/pixels": "0.32.4",
"packages/uniform": "0.16.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/pixel-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.8](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.0.7...pixel-motion-v1.0.8) (2025-02-07)


### Bug Fixes

* **deps:** update dependency framer-motion to v12.0.11 ([#734](https://github.com/fuf-stack/pixels/issues/734)) ([1f7c344](https://github.com/fuf-stack/pixels/commit/1f7c34466c5995d01e3507639ffc58085f0e7870))
* **deps:** update dependency framer-motion to v12.1.0 ([#740](https://github.com/fuf-stack/pixels/issues/740)) ([546c15a](https://github.com/fuf-stack/pixels/commit/546c15ab2cadc6eea3e7e51e5be0e2ae1be20d91))
* **deps:** update dependency framer-motion to v12.2.0 ([#741](https://github.com/fuf-stack/pixels/issues/741)) ([ba2b031](https://github.com/fuf-stack/pixels/commit/ba2b031884aa86858d87f1dde63ac9fdf51456c9))
* **deps:** update dependency framer-motion to v12.3.1 ([#743](https://github.com/fuf-stack/pixels/issues/743)) ([a57bc95](https://github.com/fuf-stack/pixels/commit/a57bc95c11dcaa1af535722bfbf4db5a2366fd4d))
* **deps:** update dependency framer-motion to v12.4.0 ([#744](https://github.com/fuf-stack/pixels/issues/744)) ([1e0843f](https://github.com/fuf-stack/pixels/commit/1e0843fbce285f91c97bfb8ddec86ed1ca570e4b))

## [1.0.7](https://github.com/fuf-stack/pixels/compare/pixel-motion-v1.0.6...pixel-motion-v1.0.7) (2025-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/pixel-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fuf-stack/pixel-motion",
"description": "fuf pixel motion with framer motion",
"author": "Hannes Tiede",
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit f6d9957

Please sign in to comment.