Skip to content

Commit

Permalink
chore(release): 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 25, 2024
1 parent 5000371 commit ff804a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [1.23.4](https://github.com/microlinkhq/react-json-view/compare/v1.23.3...v1.23.4) (2024-10-25)

### [1.23.3](https://github.com/microlinkhq/react-json-view/compare/v1.23.2...v1.23.3) (2024-09-27)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/react-json-view",
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
"homepage": "https://github.com/microlinkhq/react-json-view",
"version": "1.23.3",
"version": "1.23.4",
"main": "dist/main.js",
"author": {
"name": "Mac Gainor"
Expand Down Expand Up @@ -266,8 +266,8 @@
"dev": "NODE_ENV=development webpack serve --config webpack/webpack.config-dev.js --open",
"docs:build": "NODE_ENV=production webpack --node-env production --config webpack/webpack.config-docs.js --progress",
"docs:dev": "tinyrun 'npm run docs:dev:watch' 'npm run docs:dev:browserync'",
"docs:dev:watch": "npm run docs:build -- --watch",
"docs:dev:browserync": "browser-sync start --serveStatic docs/ --server --files 'index.html, **/*.(css|js|md)'",
"docs:dev:watch": "npm run docs:build -- --watch",
"lint": "standard",
"modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
"modules:tree": "webpack --config webpack/webpack.config.js --json ",
Expand Down Expand Up @@ -310,13 +310,13 @@
"pre-commit": "npx nano-staged"
},
"standard": {
"ignore": [
"demo/dist",
"dev-server"
],
"globals": [
"describe",
"it"
],
"ignore": [
"demo/dist",
"dev-server"
]
}
}

0 comments on commit ff804a5

Please sign in to comment.