From c140aabce1216680853498181426d2dae0a83455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9ss=20Martins?= <81935519+Jessmartins91@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:23:15 -0300 Subject: [PATCH] chore(release): 0.0.336 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe47d10..4782ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.336](https://github.com/getpingback/ui/compare/v0.0.335...v0.0.336) (2025-02-05) + + +### Features + +* concat hex color with opacity ([3d043f3](https://github.com/getpingback/ui/commits/3d043f3b85405041659a77a0f10bd4cd37bab4d0)) +* create color picker component ([954cb0e](https://github.com/getpingback/ui/commits/954cb0e7469360294f7b8e6a5cfd95d58ee68ff4)) +* remove log ([cb65753](https://github.com/getpingback/ui/commits/cb657531f7e01eb926fda5c3e2d68f8574fba447)) + ### [0.0.334](https://github.com/getpingback/ui/compare/v0.0.333...v0.0.334) (2025-01-28) diff --git a/package.json b/package.json index 387c150..5bfb0ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@getpingback/ui", "author": "Pingback Team", - "version": "0.0.335", + "version": "0.0.336", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",