Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/giant-snakes-bet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@crescendolab/css-var-ts": patch
---

docs: badges update

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better changelog clarity, it's recommended to provide a more descriptive summary of the changes. The current message docs: badges update is a bit vague for a user reading the release notes.

A more specific message helps users understand the nature of the update without having to check the commit history. Consider detailing which badges were updated and how.

Suggested change
docs: badges update
docs: Simplify README badges by removing CI status and simplifying npm badge URL

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Type-safe, ergonomic utilities for authoring, registering, and consuming CSS Custom Properties (CSS Variables) in TypeScript.

[![npm (scoped)](https://img.shields.io/npm/v/@crescendolab/css-var-ts?color=blue&label=npm)](https://www.npmjs.com/package/@crescendolab/css-var-ts)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/crescendolab-open/css-var-ts/ci.yml?branch=main&label=ci&logo=github&color=blue)](https://github.com/crescendolab-open/css-var-ts/actions)
[![npm (scoped)](https://img.shields.io/npm/v/@crescendolab/css-var-ts)](https://www.npmjs.com/package/@crescendolab/css-var-ts)

---

Expand Down