diff --git a/CHANGELOG.md b/CHANGELOG.md index 090291b..e8836fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## Dev +## 5.1.8 - 2025-07-16 + +### Fix + +* Fix DEVELOP.md documentation. + ## 5.1.6 - 2025-07-09 ### Fix diff --git a/DEVELOP.md b/DEVELOP.md index 0f4659d..f61baec 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -155,7 +155,7 @@ Ex: ```bash lerna version X.Y.Z-alpha.2 -lerna publish # if failed: lerna publish from-package +lerna publish from-package ``` As an even bigger hammer, to update even unchanged dependencies, try `lerna publish X.Y.Z --force-publish` diff --git a/lerna.json b/lerna.json index ee5616d..6890bbe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.1.6", + "version": "5.1.8", "packages": [ "projects/client-api", "projects/client-api-react", diff --git a/projects/client-api-react/package-lock.json b/projects/client-api-react/package-lock.json index 55d3d96..56d070f 100644 --- a/projects/client-api-react/package-lock.json +++ b/projects/client-api-react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@graphistry/client-api-react", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@graphistry/client-api-react", - "version": "5.1.6", + "version": "5.1.8", "license": "ISC", "dependencies": { - "@graphistry/client-api": "^5.1.6", + "@graphistry/client-api": "^5.1.8", "crypto-browserify": "3.12.0", "prop-types": ">=15.6.0", "shallowequal": "1.1.0", diff --git a/projects/client-api-react/package.json b/projects/client-api-react/package.json index b80d6b5..db71b70 100644 --- a/projects/client-api-react/package.json +++ b/projects/client-api-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphistry/client-api-react", - "version": "5.1.6", + "version": "5.1.8", "repository": { "type": "git", "url": "git+https://github.com/graphistry/graphistry-js.git" @@ -69,7 +69,7 @@ "author": "Graphistry, Inc ", "license": "ISC", "dependencies": { - "@graphistry/client-api": "^5.1.6", + "@graphistry/client-api": "^5.1.8", "crypto-browserify": "3.12.0", "prop-types": ">=15.6.0", "shallowequal": "1.1.0", diff --git a/projects/client-api/package-lock.json b/projects/client-api/package-lock.json index 682186a..b7cec00 100644 --- a/projects/client-api/package-lock.json +++ b/projects/client-api/package-lock.json @@ -1,18 +1,18 @@ { "name": "@graphistry/client-api", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@graphistry/client-api", - "version": "5.1.6", + "version": "5.1.8", "license": "Apache-2.0", "dependencies": { "@graphistry/falcor-json-graph": "^2.9.10", "@graphistry/falcor-model-rxjs": "2.11.0", "@graphistry/falcor-socket-datasource": "2.11.3", - "@graphistry/js-upload-api": "^5.1.6", + "@graphistry/js-upload-api": "^5.1.8", "shallowequal": "1.1.0" }, "devDependencies": { diff --git a/projects/client-api/package.json b/projects/client-api/package.json index 6dfb93a..be20867 100644 --- a/projects/client-api/package.json +++ b/projects/client-api/package.json @@ -1,6 +1,6 @@ { "name": "@graphistry/client-api", - "version": "5.1.6", + "version": "5.1.8", "description": "Client-side API for interacting with a Graphistry embedded visualization.", "jsnext:main": "dist/index.js", "config": { @@ -85,7 +85,7 @@ "@graphistry/falcor-json-graph": "^2.9.10", "@graphistry/falcor-model-rxjs": "2.11.0", "@graphistry/falcor-socket-datasource": "2.11.3", - "@graphistry/js-upload-api": "^5.1.6", + "@graphistry/js-upload-api": "^5.1.8", "shallowequal": "1.1.0" }, "peerDependencies": { diff --git a/projects/cra-template/package-lock.json b/projects/cra-template/package-lock.json index 501d4a1..b205c6b 100644 --- a/projects/cra-template/package-lock.json +++ b/projects/cra-template/package-lock.json @@ -1,12 +1,12 @@ { "name": "@graphistry/cra-template", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@graphistry/cra-template", - "version": "5.1.6", + "version": "5.1.8", "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", diff --git a/projects/cra-template/package.json b/projects/cra-template/package.json index 08ce8cc..238f3b6 100644 --- a/projects/cra-template/package.json +++ b/projects/cra-template/package.json @@ -1,6 +1,6 @@ { "name": "@graphistry/cra-template", - "version": "5.1.6", + "version": "5.1.8", "private": true, "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/projects/cra-test-18/package-lock.json b/projects/cra-test-18/package-lock.json index d56a4c6..17b5fd2 100644 --- a/projects/cra-test-18/package-lock.json +++ b/projects/cra-test-18/package-lock.json @@ -1,12 +1,12 @@ { "name": "test18", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "test18", - "version": "5.1.6", + "version": "5.1.8", "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", diff --git a/projects/cra-test-18/package.json b/projects/cra-test-18/package.json index 7a47d64..77c3021 100644 --- a/projects/cra-test-18/package.json +++ b/projects/cra-test-18/package.json @@ -1,9 +1,9 @@ { "name": "test18", - "version": "5.1.6", + "version": "5.1.8", "private": true, "dependencies": { - "@graphistry/client-api-react": "^5.1.6", + "@graphistry/client-api-react": "^5.1.8", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "@testing-library/user-event": "^13.5.0", diff --git a/projects/cra-test/package-lock.json b/projects/cra-test/package-lock.json index f2b3d15..d51eaeb 100644 --- a/projects/cra-test/package-lock.json +++ b/projects/cra-test/package-lock.json @@ -1,15 +1,15 @@ { "name": "@graphistry/client-react-app-cra-test", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@graphistry/client-react-app-cra-test", - "version": "5.1.6", + "version": "5.1.8", "dependencies": { "@craco/craco": "^6.4.2", - "@graphistry/client-api-react": "^5.1.6", + "@graphistry/client-api-react": "^5.1.8", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.2.0", diff --git a/projects/cra-test/package.json b/projects/cra-test/package.json index f7f808b..33b93de 100644 --- a/projects/cra-test/package.json +++ b/projects/cra-test/package.json @@ -1,10 +1,10 @@ { "name": "@graphistry/client-react-app-cra-test", - "version": "5.1.6", + "version": "5.1.8", "private": true, "dependencies": { "@craco/craco": "^6.4.2", - "@graphistry/client-api-react": "^5.1.6", + "@graphistry/client-api-react": "^5.1.8", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.2.0", diff --git a/projects/js-upload-api/package-lock.json b/projects/js-upload-api/package-lock.json index f917af6..b645fd8 100644 --- a/projects/js-upload-api/package-lock.json +++ b/projects/js-upload-api/package-lock.json @@ -1,6 +1,6 @@ { "name": "@graphistry/js-upload-api", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/js-upload-api/package.json b/projects/js-upload-api/package.json index a10c8eb..1dab221 100644 --- a/projects/js-upload-api/package.json +++ b/projects/js-upload-api/package.json @@ -1,6 +1,6 @@ { "name": "@graphistry/js-upload-api", - "version": "5.1.6", + "version": "5.1.8", "repository": { "type": "git", "url": "git+https://github.com/graphistry/graphistry-js.git" diff --git a/projects/node-api-test-cjs/package-lock.json b/projects/node-api-test-cjs/package-lock.json index 2bbc8a1..db5576c 100644 --- a/projects/node-api-test-cjs/package-lock.json +++ b/projects/node-api-test-cjs/package-lock.json @@ -1,6 +1,6 @@ { "name": "@graphistry/node-api-test", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/node-api-test-cjs/package.json b/projects/node-api-test-cjs/package.json index 9a25eea..2244003 100644 --- a/projects/node-api-test-cjs/package.json +++ b/projects/node-api-test-cjs/package.json @@ -1,6 +1,6 @@ { "name": "@graphistry/node-api-test-cjs", - "version": "5.1.6", + "version": "5.1.8", "description": "", "main": "src/index.js", "type": "commonjs", @@ -16,7 +16,7 @@ "author": "Graphistry, Inc.", "license": "Apache-2.0", "dependencies": { - "@graphistry/node-api": "^5.1.6", + "@graphistry/node-api": "^5.1.8", "apache-arrow": "^11.0.0" } } diff --git a/projects/node-api-test/package-lock.json b/projects/node-api-test/package-lock.json index d28f9ea..cf97e0d 100644 --- a/projects/node-api-test/package-lock.json +++ b/projects/node-api-test/package-lock.json @@ -1,6 +1,6 @@ { "name": "@graphistry/node-api-test", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/node-api-test/package.json b/projects/node-api-test/package.json index b4e36b0..22eb480 100644 --- a/projects/node-api-test/package.json +++ b/projects/node-api-test/package.json @@ -1,6 +1,6 @@ { "name": "@graphistry/node-api-test", - "version": "5.1.6", + "version": "5.1.8", "description": "", "main": "src/index.js", "type": "module", @@ -16,7 +16,7 @@ "author": "Graphistry, Inc.", "license": "Apache-2.0", "dependencies": { - "@graphistry/node-api": "^5.1.6", + "@graphistry/node-api": "^5.1.8", "apache-arrow": "^11.0.0" } } diff --git a/projects/node-api/package-lock.json b/projects/node-api/package-lock.json index d23753d..0a87fe1 100644 --- a/projects/node-api/package-lock.json +++ b/projects/node-api/package-lock.json @@ -1,6 +1,6 @@ { "name": "@graphistry/node-api", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/node-api/package.json b/projects/node-api/package.json index ba31135..876e3d3 100644 --- a/projects/node-api/package.json +++ b/projects/node-api/package.json @@ -1,6 +1,6 @@ { "name": "@graphistry/node-api", - "version": "5.1.6", + "version": "5.1.8", "repository": { "type": "git", "url": "git+https://github.com/graphistry/graphistry-js.git" @@ -74,7 +74,7 @@ "typescript": "^4.6.4" }, "dependencies": { - "@graphistry/js-upload-api": "^5.1.6", + "@graphistry/js-upload-api": "^5.1.8", "node-fetch-commonjs": "^3.2.4" } }