From 34795be1aa41df600233e3aea6d27ecd2921ffab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9ss=20Martins?= <81935519+Jessmartins91@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:19:36 -0300 Subject: [PATCH] chore(release): 0.0.343 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b2721..2d42dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.343](https://github.com/getpingback/ui/compare/v0.0.342...v0.0.343) (2025-02-21) + + +### Bug Fixes + +* color sr-only ([f4af890](https://github.com/getpingback/ui/commits/f4af890fff4f3b4da1bde463e2d3eb23435bf263)) + ### [0.0.341](https://github.com/getpingback/ui/compare/v0.0.340...v0.0.341) (2025-02-19) diff --git a/package.json b/package.json index e648c41..75de2a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@getpingback/ui", "author": "Pingback Team", - "version": "0.0.342", + "version": "0.0.343", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",