Skip to content

Commit 52d4aa2

Browse files
n1c0den1c0de
authored andcommitted
Use "className" instead of "class" in React components (#1)
* fix: replace class attribute by classname * chore: update project version and add contributor
1 parent 108e1a8 commit 52d4aa2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [1.26.3](https://github.com/n1c0de/react-json-view/compare/v1.26.2...v1.26.3) (2025-05-26)
6+
57
### [1.26.2](https://github.com/microlinkhq/react-json-view/compare/v1.26.1...v1.26.2) (2025-05-16)
68

79
### [1.26.1](https://github.com/microlinkhq/react-json-view/compare/v1.26.0...v1.26.1) (2025-02-15)

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/react-json-view",
33
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
44
"homepage": "https://github.com/microlinkhq/react-json-view",
5-
"version": "1.26.2",
5+
"version": "1.26.3",
66
"main": "dist/main.js",
77
"author": {
88
"name": "Mac Gainor"
@@ -175,6 +175,10 @@
175175
{
176176
"name": "Mert Donmezyurek",
177177
"email": "[email protected]"
178+
},
179+
{
180+
"name": "n1c0de",
181+
"email": "[email protected]"
178182
}
179183
],
180184
"repository": {

0 commit comments

Comments
 (0)