Skip to content

Commit

Permalink
chore(main): release pixel-utils 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuf-cavendish committed Jan 22, 2025
1 parent 9add14a commit b28cc4c
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,6 +1,6 @@
{
"packages/pixel-motion": "1.0.6",
"packages/pixel-utils": "0.4.3",
"packages/pixel-utils": "0.5.0",
"packages/pixels": "0.31.5",
"packages/uniform": "0.15.0",
"packages/veto": "0.9.4"
Expand Down
14 changes: 14 additions & 0 deletions packages/pixel-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.0](https://github.com/fuf-stack/pixels/compare/pixel-utils-v0.4.3...pixel-utils-v0.5.0) (2025-01-22)


### Features

* **tailwind-config,pixels,uniform,pixel-utils:** migrate nextUI to heroUI ([1cb768e](https://github.com/fuf-stack/pixels/commit/1cb768e83f8a2c8589c81886d6f8065b239f855b))


### Bug Fixes

* **deps:** update [@nextui](https://github.com/nextui) monorepo ([#661](https://github.com/fuf-stack/pixels/issues/661)) ([adcf767](https://github.com/fuf-stack/pixels/commit/adcf767ab176a2345f969641c398601a76368c9d))
* **deps:** update dependency tailwind-variants to v0.3.1 ([#701](https://github.com/fuf-stack/pixels/issues/701)) ([fc5a945](https://github.com/fuf-stack/pixels/commit/fc5a94553e6153d62f492ea75b36203b95edef30))
* **pixel-utils:** move slugify from uniform to pixel-utils package ([d60e06e](https://github.com/fuf-stack/pixels/commit/d60e06e4ea43614ac2166fbb1e91331a27b67906))

## [0.4.3](https://github.com/fuf-stack/pixels/compare/pixel-utils-v0.4.2...pixel-utils-v0.4.3) (2024-12-29)


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

0 comments on commit b28cc4c

Please sign in to comment.