chop-logic-components 3.7.1 → 3.7.2

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -14,16 +14,6 @@
14
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
15
  [![Semantic versioning](https://img.shields.io/badge/SemVer-2.0.0-3F4551?logo=semver&labelColor)](https://semver.org/spec/v2.0.0)
16
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
-
26
-
27
17
  Welcome to **Chop Logic Components**, a React components library packed with a variety of **styled
28
18
  components** and **custom hooks** that are easy to integrate into any React project.
29
19
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/ChopLogic/chop-logic-components.git"
6
6
  },
7
- "version": "3.7.1",
7
+ "version": "3.7.2",
8
8
  "description": "Reusable React components and hooks for the Chop Logic project",
9
9
  "type": "module",
10
10
  "main": "dist/index.cjs.js",
@@ -63,29 +63,29 @@
63
63
  "homepage": "https://choplogic.github.io/chop-logic-components",
64
64
  "devDependencies": {
65
65
  "@biomejs/biome": "^2.3.11",
66
- "@commitlint/cli": "^20.3.0",
67
- "@commitlint/config-conventional": "^20.3.0",
66
+ "@commitlint/cli": "^20.3.1",
67
+ "@commitlint/config-conventional": "^20.3.1",
68
68
  "@storybook/addon-docs": "^10.1.11",
69
69
  "@storybook/react-vite": "^10.1.11",
70
70
  "@testing-library/jest-dom": "^6.9.1",
71
71
  "@testing-library/react": "^16.3.1",
72
- "@types/node": "^25.0.3",
73
- "@types/react": "^19.2.7",
72
+ "@types/node": "^25.0.9",
73
+ "@types/react": "^19.2.8",
74
74
  "@types/react-dom": "^19.2.3",
75
- "@vitest/coverage-v8": "^4.0.16",
75
+ "@vitest/coverage-v8": "^4.0.17",
76
76
  "globals": "^17.0.0",
77
77
  "husky": "^9.1.7",
78
78
  "husky-init": "^8.0.0",
79
79
  "jsdom": "^27.4.0",
80
- "prettier": "^3.7.4",
80
+ "prettier": "^3.8.0",
81
81
  "remark-gfm": "^4.0.1",
82
- "sass": "^1.97.1",
82
+ "sass": "^1.97.2",
83
83
  "storybook": "^10.1.11",
84
84
  "typescript": "^5.9.3",
85
- "vite": "^7.3.0",
85
+ "vite": "^7.3.1",
86
86
  "vite-plugin-dts": "^4.5.4",
87
87
  "vite-plugin-lib-inject-css": "^2.2.2",
88
- "vitest": "^4.0.16"
88
+ "vitest": "^4.0.17"
89
89
  },
90
90
  "overrides": {
91
91
  "storybook": "$storybook"