chop-logic-components 3.7.0 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,6 +11,18 @@
11
11
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
12
12
  [![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev)
13
13
  [![Code Style: Prettier](https://img.shields.io/badge/Code_Style-Prettier-ff69b4.svg?style=flat)](https://prettier.io)
14
+ [![Keep a changelog](https://img.shields.io/badge/Keep%20a%20changelog-1.1.0-E05735?logo=keep-a-changelog&labelColor)](https://keepachangelog.com/en/1.1.0/)
15
+ [![Semantic versioning](https://img.shields.io/badge/SemVer-2.0.0-3F4551?logo=semver&labelColor)](https://semver.org/spec/v2.0.0)
16
+
17
+ buhtz
18
+ on Oct 14, 2024
19
+
20
+ Interesting. The first use case for a badge that make sense to me. How do you count unreleased changes? Number of commit since the last release tag? Or commits with a specific tag (e.g. feat: commit msg) or entries in the first section (unreleased) of the CHANGELOG?
21
+ charphi
22
+ on Oct 14, 2024
23
+
24
+ I'm just counting the entries in the first section (unreleased) of the CHANGELOG.md
25
+
14
26
 
15
27
  Welcome to **Chop Logic Components**, a React components library packed with a variety of **styled
16
28
  components** and **custom hooks** that are easy to integrate into any React project.
@@ -24,6 +36,7 @@ Components has the tools to make it easier.
24
36
  ## 🔗 Links
25
37
 
26
38
  - [Storybook Playground](https://choplogic.github.io/chop-logic-components)
39
+ - [Changelog](CHANGELOG.md)
27
40
  - [NPM package](https://www.npmjs.com/package/chop-logic-components)
28
41
 
29
42
  ## 📦 Installation