Skip to content

Commit ff804a5

Browse files
committed
chore(release): 1.23.4
1 parent 5000371 commit ff804a5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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.23.4](https://github.com/microlinkhq/react-json-view/compare/v1.23.3...v1.23.4) (2024-10-25)
6+
57
### [1.23.3](https://github.com/microlinkhq/react-json-view/compare/v1.23.2...v1.23.3) (2024-09-27)
68

79

package.json

Lines changed: 6 additions & 6 deletions
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.23.3",
5+
"version": "1.23.4",
66
"main": "dist/main.js",
77
"author": {
88
"name": "Mac Gainor"
@@ -266,8 +266,8 @@
266266
"dev": "NODE_ENV=development webpack serve --config webpack/webpack.config-dev.js --open",
267267
"docs:build": "NODE_ENV=production webpack --node-env production --config webpack/webpack.config-docs.js --progress",
268268
"docs:dev": "tinyrun 'npm run docs:dev:watch' 'npm run docs:dev:browserync'",
269-
"docs:dev:watch": "npm run docs:build -- --watch",
270269
"docs:dev:browserync": "browser-sync start --serveStatic docs/ --server --files 'index.html, **/*.(css|js|md)'",
270+
"docs:dev:watch": "npm run docs:build -- --watch",
271271
"lint": "standard",
272272
"modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
273273
"modules:tree": "webpack --config webpack/webpack.config.js --json ",
@@ -310,13 +310,13 @@
310310
"pre-commit": "npx nano-staged"
311311
},
312312
"standard": {
313-
"ignore": [
314-
"demo/dist",
315-
"dev-server"
316-
],
317313
"globals": [
318314
"describe",
319315
"it"
316+
],
317+
"ignore": [
318+
"demo/dist",
319+
"dev-server"
320320
]
321321
}
322322
}

0 commit comments

Comments
 (0)