From 955bca3f212f1305b64e574993979a0f8a30b9ac Mon Sep 17 00:00:00 2001 From: Ihor Dykhta Date: Fri, 24 Jan 2025 19:06:25 +0200 Subject: [PATCH 1/7] [chore] 3.1.0-alpha.7 Signed-off-by: Ihor Dykhta --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40fc869537..511b09269f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kepler.gl", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl is a webgl based application to visualize large scale location data in the browser", "license": "MIT", "main": "dist/index.js", From 944126bbfd27cb4475fbebbea43a26541792f7c0 Mon Sep 17 00:00:00 2001 From: Ihor Dykhta Date: Mon, 27 Jan 2025 20:25:53 +0200 Subject: [PATCH 2/7] bump version Signed-off-by: Ihor Dykhta --- package.json | 2 +- src/actions/package.json | 16 +++++++------- src/ai-assistant/package.json | 14 ++++++------ src/cloud-providers/package.json | 4 ++-- src/common-utils/package.json | 6 +++--- src/components/package.json | 30 +++++++++++++------------- src/constants/package.json | 4 ++-- src/deckgl-arrow-layers/package.json | 2 +- src/deckgl-layers/package.json | 8 +++---- src/duckdb/package.json | 12 +++++------ src/effects/package.json | 10 ++++----- src/layers/package.json | 18 ++++++++-------- src/localization/package.json | 2 +- src/processors/package.json | 14 ++++++------ src/reducers/package.json | 32 ++++++++++++++-------------- src/schemas/package.json | 14 ++++++------ src/styles/package.json | 4 ++-- src/table/package.json | 10 ++++----- src/tasks/package.json | 4 ++-- src/types/package.json | 2 +- src/utils/package.json | 8 +++---- 21 files changed, 108 insertions(+), 108 deletions(-) diff --git a/package.json b/package.json index efd36e7596..849314b7ee 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@deck.gl/mapbox": "^8.9.27", "@hubble.gl/core": "1.2.0-alpha.6", "@hubble.gl/react": "1.2.0-alpha.6", - "@kepler.gl/components": "3.1.0-alpha.6", + "@kepler.gl/components": "3.1.0-alpha.7", "@loaders.gl/polyfills": "^4.3.2", "@types/mapbox__geo-viewport": "^0.4.1", "html-webpack-plugin": "^4.3.0", diff --git a/src/actions/package.json b/src/actions/package.json index ae95069e29..5418ea71ff 100644 --- a/src/actions/package.json +++ b/src/actions/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/actions", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -31,13 +31,13 @@ ], "dependencies": { "@deck.gl/core": "^8.9.27", - "@kepler.gl/cloud-providers": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/layers": "3.1.0-alpha.6", - "@kepler.gl/processors": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/cloud-providers": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/layers": "3.1.0-alpha.7", + "@kepler.gl/processors": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@reduxjs/toolkit": "^1.7.2", "@types/lodash.curry": "^4.1.7", "@types/react-redux": "^7.1.23", diff --git a/src/ai-assistant/package.json b/src/ai-assistant/package.json index c097aa395d..2d49b1441d 100644 --- a/src/ai-assistant/package.json +++ b/src/ai-assistant/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/ai-assistant", "author": "Xun Li", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl AI assistant", "license": "MIT", "main": "dist/index.js", @@ -30,12 +30,12 @@ "umd" ], "dependencies": { - "@kepler.gl/components": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/layers": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/components": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/layers": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@openassistant/core": "^0.0.6", "@openassistant/echarts": "^0.0.6", "@openassistant/geoda": "^0.0.6", diff --git a/src/cloud-providers/package.json b/src/cloud-providers/package.json index 5af6f3ad4a..229285068e 100644 --- a/src/cloud-providers/package.json +++ b/src/cloud-providers/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/cloud-providers", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -30,7 +30,7 @@ "umd" ], "dependencies": { - "@kepler.gl/types": "3.1.0-alpha.6", + "@kepler.gl/types": "3.1.0-alpha.7", "react": "^18.2.0" }, "nyc": { diff --git a/src/common-utils/package.json b/src/common-utils/package.json index 5c28bdeda4..2a8a387585 100644 --- a/src/common-utils/package.json +++ b/src/common-utils/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/common-utils", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl common utils", "license": "MIT", "main": "dist/index.js", @@ -30,8 +30,8 @@ "umd" ], "dependencies": { - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", "d3-array": "^2.8.0", "global": "^4.3.0", "h3-js": "^3.1.0", diff --git a/src/components/package.json b/src/components/package.json index d8ae6541fc..d53a5fc6bc 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/components", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -38,20 +38,20 @@ "@dnd-kit/utilities": "^3.2.2", "@emotion/is-prop-valid": "^1.2.1", "@floating-ui/react": "0.25.1", - "@kepler.gl/actions": "3.1.0-alpha.6", - "@kepler.gl/cloud-providers": "3.1.0-alpha.6", - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/effects": "3.1.0-alpha.6", - "@kepler.gl/layers": "3.1.0-alpha.6", - "@kepler.gl/localization": "3.1.0-alpha.6", - "@kepler.gl/processors": "3.1.0-alpha.6", - "@kepler.gl/reducers": "3.1.0-alpha.6", - "@kepler.gl/schemas": "3.1.0-alpha.6", - "@kepler.gl/styles": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/actions": "3.1.0-alpha.7", + "@kepler.gl/cloud-providers": "3.1.0-alpha.7", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/effects": "3.1.0-alpha.7", + "@kepler.gl/layers": "3.1.0-alpha.7", + "@kepler.gl/localization": "3.1.0-alpha.7", + "@kepler.gl/processors": "3.1.0-alpha.7", + "@kepler.gl/reducers": "3.1.0-alpha.7", + "@kepler.gl/schemas": "3.1.0-alpha.7", + "@kepler.gl/styles": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@loaders.gl/mvt": "^4.3.2", "@loaders.gl/pmtiles": "^4.3.2", "@mapbox/mapbox-sdk": "^0.15.3", diff --git a/src/constants/package.json b/src/constants/package.json index dab1d1f9eb..3321fde43f 100644 --- a/src/constants/package.json +++ b/src/constants/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/constants", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -32,7 +32,7 @@ "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", - "@kepler.gl/types": "3.1.0-alpha.6", + "@kepler.gl/types": "3.1.0-alpha.7", "@types/d3-scale": "^3.2.2", "@types/keymirror": "^0.1.1", "chroma-js": "2.1.2", diff --git a/src/deckgl-arrow-layers/package.json b/src/deckgl-arrow-layers/package.json index dd218870df..cd0e78a690 100644 --- a/src/deckgl-arrow-layers/package.json +++ b/src/deckgl-arrow-layers/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/deckgl-arrow-layers", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "Deck.gl layers with GeoArrow and GeoParquet support", "license": "MIT", "main": "dist/index.js", diff --git a/src/deckgl-layers/package.json b/src/deckgl-layers/package.json index 057c8dcf84..0470de4384 100644 --- a/src/deckgl-layers/package.json +++ b/src/deckgl-layers/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/deckgl-layers", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -35,9 +35,9 @@ "@deck.gl/core": "^8.9.27", "@deck.gl/geo-layers": "^8.9.27", "@deck.gl/layers": "^8.9.27", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@luma.gl/constants": "^8.5.20", "@luma.gl/core": "^8.5.20", "@mapbox/geo-viewport": "^0.4.1", diff --git a/src/duckdb/package.json b/src/duckdb/package.json index 99acae48f9..5651e38cde 100644 --- a/src/duckdb/package.json +++ b/src/duckdb/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/duckdb", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "DuckDB plugin for Kepler.gl", "license": "MIT", "main": "dist/index.js", @@ -26,11 +26,11 @@ ], "dependencies": { "@duckdb/duckdb-wasm": "^1.28.0", - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/processors": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/processors": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", "@monaco-editor/react": "^4.6.0", "@radix-ui/react-collapsible": "^1.1.0", "apache-arrow": ">=15.0.0", diff --git a/src/effects/package.json b/src/effects/package.json index 8e0f4f203c..c9afc0ac2a 100644 --- a/src/effects/package.json +++ b/src/effects/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/effects", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl viaual effects", "license": "MIT", "main": "dist/index.js", @@ -31,10 +31,10 @@ ], "dependencies": { "@deck.gl/core": "^8.9.27", - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@luma.gl/core": "^8.5.20", "@luma.gl/shadertools": "^8.5.20", "moment-timezone": "^0.5.35", diff --git a/src/layers/package.json b/src/layers/package.json index 4b190b7e06..d6c5b5d684 100644 --- a/src/layers/package.json +++ b/src/layers/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/layers", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -36,14 +36,14 @@ "@deck.gl/geo-layers": "^8.9.27", "@deck.gl/layers": "^8.9.27", "@deck.gl/mesh-layers": "^8.9.27", - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.6", - "@kepler.gl/deckgl-layers": "3.1.0-alpha.6", - "@kepler.gl/localization": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.7", + "@kepler.gl/deckgl-layers": "3.1.0-alpha.7", + "@kepler.gl/localization": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@loaders.gl/arrow": "^4.3.2", "@loaders.gl/core": "^4.3.2", "@loaders.gl/gis": "^4.3.2", diff --git a/src/localization/package.json b/src/localization/package.json index f5efc2d7ee..d40493eb73 100644 --- a/src/localization/package.json +++ b/src/localization/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/localization", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", diff --git a/src/processors/package.json b/src/processors/package.json index 40ea1d6799..b99cdff200 100644 --- a/src/processors/package.json +++ b/src/processors/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/processors", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -31,12 +31,12 @@ ], "dependencies": { "@danmarshall/deckgl-typings": "4.9.22", - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/schemas": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/schemas": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@loaders.gl/arrow": "^4.3.2", "@loaders.gl/core": "^4.3.2", "@loaders.gl/csv": "^4.3.2", diff --git a/src/reducers/package.json b/src/reducers/package.json index d630229dbb..efb642e3f2 100644 --- a/src/reducers/package.json +++ b/src/reducers/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/reducers", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -31,21 +31,21 @@ ], "dependencies": { "@dnd-kit/sortable": "^8.0.0", - "@kepler.gl/actions": "3.1.0-alpha.6", - "@kepler.gl/cloud-providers": "3.1.0-alpha.6", - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.6", - "@kepler.gl/deckgl-layers": "3.1.0-alpha.6", - "@kepler.gl/effects": "3.1.0-alpha.6", - "@kepler.gl/layers": "3.1.0-alpha.6", - "@kepler.gl/localization": "3.1.0-alpha.6", - "@kepler.gl/processors": "3.1.0-alpha.6", - "@kepler.gl/schemas": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/tasks": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/actions": "3.1.0-alpha.7", + "@kepler.gl/cloud-providers": "3.1.0-alpha.7", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.7", + "@kepler.gl/deckgl-layers": "3.1.0-alpha.7", + "@kepler.gl/effects": "3.1.0-alpha.7", + "@kepler.gl/layers": "3.1.0-alpha.7", + "@kepler.gl/localization": "3.1.0-alpha.7", + "@kepler.gl/processors": "3.1.0-alpha.7", + "@kepler.gl/schemas": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/tasks": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@loaders.gl/loader-utils": "^4.3.2", "@mapbox/geo-viewport": "^0.4.1", "@math.gl/web-mercator": "^3.6.2", diff --git a/src/schemas/package.json b/src/schemas/package.json index 10160f6c55..222bbed9e3 100644 --- a/src/schemas/package.json +++ b/src/schemas/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/schemas", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl schemas used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -30,12 +30,12 @@ "umd" ], "dependencies": { - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/layers": "3.1.0-alpha.6", - "@kepler.gl/table": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/layers": "3.1.0-alpha.7", + "@kepler.gl/table": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@loaders.gl/loader-utils": "^4.3.2", "@types/keymirror": "^0.1.1", "@types/lodash.clonedeep": "^4.5.7", diff --git a/src/styles/package.json b/src/styles/package.json index 0e153e00ee..607a06f561 100644 --- a/src/styles/package.json +++ b/src/styles/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/styles", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -30,7 +30,7 @@ "umd" ], "dependencies": { - "@kepler.gl/constants": "3.1.0-alpha.6", + "@kepler.gl/constants": "3.1.0-alpha.7", "@types/styled-components": "^5.1.32", "styled-components": "6.1.8" }, diff --git a/src/table/package.json b/src/table/package.json index 482751c77a..14fa928ecc 100644 --- a/src/table/package.json +++ b/src/table/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/table", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -30,10 +30,10 @@ "umd" ], "dependencies": { - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", - "@kepler.gl/utils": "3.1.0-alpha.6", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", + "@kepler.gl/utils": "3.1.0-alpha.7", "@loaders.gl/mvt": "^4.3.2", "@loaders.gl/pmtiles": "^4.3.2", "@types/d3-array": "^2.8.0", diff --git a/src/tasks/package.json b/src/tasks/package.json index 8a297a78c6..d111230587 100644 --- a/src/tasks/package.json +++ b/src/tasks/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/tasks", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -30,7 +30,7 @@ "umd" ], "dependencies": { - "@kepler.gl/processors": "3.1.0-alpha.6", + "@kepler.gl/processors": "3.1.0-alpha.7", "react-palm": "^3.3.8" }, "nyc": { diff --git a/src/types/package.json b/src/types/package.json index ff538116af..66aad602fb 100644 --- a/src/types/package.json +++ b/src/types/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/types", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl types used by kepler.gl components, actions and reducers", "license": "MIT", "types": "index.d.ts", diff --git a/src/utils/package.json b/src/utils/package.json index 3eb11216b4..c92f318a54 100644 --- a/src/utils/package.json +++ b/src/utils/package.json @@ -1,7 +1,7 @@ { "name": "@kepler.gl/utils", "author": "Shan He ", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", @@ -32,9 +32,9 @@ "dependencies": { "@deck.gl/core": "^8.9.27", "@dnd-kit/sortable": "^8.0.0", - "@kepler.gl/common-utils": "3.1.0-alpha.6", - "@kepler.gl/constants": "3.1.0-alpha.6", - "@kepler.gl/types": "3.1.0-alpha.6", + "@kepler.gl/common-utils": "3.1.0-alpha.7", + "@kepler.gl/constants": "3.1.0-alpha.7", + "@kepler.gl/types": "3.1.0-alpha.7", "@luma.gl/constants": "^8.5.20", "@luma.gl/core": "^8.5.20", "@mapbox/geo-viewport": "^0.4.1", From 21a81bf67e7486f72d0e37329800d2fec475c363 Mon Sep 17 00:00:00 2001 From: Ihor Dykhta Date: Mon, 27 Jan 2025 20:26:41 +0200 Subject: [PATCH 3/7] fix changelog Signed-off-by: Ihor Dykhta --- CHANGELOG.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe9ac4c22..57fbd0a0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,18 +17,18 @@ Ref: http://keepachangelog.com/en/0.3.0/ ## [3.1.0-alpha.6] - January 22 2025 -803b2f540 [fix] remove dependencies from useEffect (prev componentDidMount in app.tsx) (#2930) -57926442f [fix] use saved map config for saved maps instead of zoom in to data (#2929) -4af609245 [chore] add dot.env, updates to demo-app build, update gitignore (#2928) -ce23c7668 [feat] duckdb module updates (#2927) -fc974d852 [feat] duckdb module placeholder (#2926) -d1b3c9799 [fix] demo-app resolve to proper node_modules (#2925) -594250bc7 [fix] fix demo-app yarn start (#2924) -913ba1ce0 [feat] support for table plugin in demo examples and privately stored datasets (#2923) -630728190 [fix] fixes for style editor preview and error (#2919) -d6aa2757e [fix] fix neighbor mode hovering crash in arc/line layers (#2920) -e2bd71d4e [fix] fix csv table examples for layers (#2921) -a6e151a0f [fix] vector tile layer fixes (#2911) +- 803b2f540 [fix] remove dependencies from useEffect (prev componentDidMount in app.tsx) (#2930) +- 57926442f [fix] use saved map config for saved maps instead of zoom in to data (#2929) +- 4af609245 [chore] add dot.env, updates to demo-app build, update gitignore (#2928) +- ce23c7668 [feat] duckdb module updates (#2927) +- fc974d852 [feat] duckdb module placeholder (#2926) +- d1b3c9799 [fix] demo-app resolve to proper node_modules (#2925) +- 594250bc7 [fix] fix demo-app yarn start (#2924) +- 913ba1ce0 [feat] support for table plugin in demo examples and privately stored datasets (#2923) +- 630728190 [fix] fixes for style editor preview and error (#2919) +- d6aa2757e [fix] fix neighbor mode hovering crash in arc/line layers (#2920) +- e2bd71d4e [fix] fix csv table examples for layers (#2921) +- a6e151a0f [fix] vector tile layer fixes (#2911) ## [3.1.0-alpha.5] - January 15 2025 From e79de6a2d9d6281472bc738c0b01f26a340a54f5 Mon Sep 17 00:00:00 2001 From: Ihor Dykhta Date: Mon, 27 Jan 2025 20:31:20 +0200 Subject: [PATCH 4/7] update changelog Signed-off-by: Ihor Dykhta --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fbd0a0f4..868e5e534a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ Each version should: Ref: http://keepachangelog.com/en/0.3.0/ --> +## [3.1.0-alpha.7] - January 27 2025 + +- 4031451b0 [feat] duckdb plugin (#2798) +- 029bcc548 [feat] loading indicator (#2936) +- 1a68d1bd2 [Chore] Remove SQL plugin for AI Assistant (#2938) +- 4be4b6987 [Misc] Update demo-app README.md (#2934) +- b38054fa8 [Feat] AI Assistant Query (#2819) +- 4cd912097 [fix] Added 24 limit for maximum zoom (#2635) +- b1bddd5fb [chore] Fixes for using in a vite app (#2898) +- 4d1bfb3d0 [feat] minZoom and maxZoom for examples (#2933) +- 81be74920 [fix] don't auto create point layer from vector tiles + ## [3.1.0-alpha.6] - January 22 2025 - 803b2f540 [fix] remove dependencies from useEffect (prev componentDidMount in app.tsx) (#2930) From ecab312cbde1dfbbd078b8d3cf9bcdb934821816 Mon Sep 17 00:00:00 2001 From: Ihor Dykhta Date: Mon, 27 Jan 2025 20:32:26 +0200 Subject: [PATCH 5/7] yarn lock udpate Signed-off-by: Ihor Dykhta --- yarn.lock | 212 +++++++++++++++++++++++++++--------------------------- 1 file changed, 106 insertions(+), 106 deletions(-) diff --git a/yarn.lock b/yarn.lock index 11eb625ee4..362f88d58e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3162,18 +3162,18 @@ __metadata: languageName: node linkType: hard -"@kepler.gl/actions@npm:3.1.0-alpha.6, @kepler.gl/actions@workspace:src/actions": +"@kepler.gl/actions@npm:3.1.0-alpha.7, @kepler.gl/actions@workspace:src/actions": version: 0.0.0-use.local resolution: "@kepler.gl/actions@workspace:src/actions" dependencies: "@deck.gl/core": "npm:^8.9.27" - "@kepler.gl/cloud-providers": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/layers": "npm:3.1.0-alpha.6" - "@kepler.gl/processors": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/cloud-providers": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/layers": "npm:3.1.0-alpha.7" + "@kepler.gl/processors": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@reduxjs/toolkit": "npm:^1.7.2" "@types/lodash.curry": "npm:^4.1.7" "@types/react-redux": "npm:^7.1.23" @@ -3190,12 +3190,12 @@ __metadata: version: 0.0.0-use.local resolution: "@kepler.gl/ai-assistant@workspace:src/ai-assistant" dependencies: - "@kepler.gl/components": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/layers": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/components": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/layers": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@openassistant/core": "npm:^0.0.6" "@openassistant/echarts": "npm:^0.0.6" "@openassistant/geoda": "npm:^0.0.6" @@ -3207,21 +3207,21 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/cloud-providers@npm:3.1.0-alpha.6, @kepler.gl/cloud-providers@workspace:src/cloud-providers": +"@kepler.gl/cloud-providers@npm:3.1.0-alpha.7, @kepler.gl/cloud-providers@workspace:src/cloud-providers": version: 0.0.0-use.local resolution: "@kepler.gl/cloud-providers@workspace:src/cloud-providers" dependencies: - "@kepler.gl/types": "npm:3.1.0-alpha.6" + "@kepler.gl/types": "npm:3.1.0-alpha.7" react: "npm:^18.2.0" languageName: unknown linkType: soft -"@kepler.gl/common-utils@npm:3.1.0-alpha.6, @kepler.gl/common-utils@workspace:src/common-utils": +"@kepler.gl/common-utils@npm:3.1.0-alpha.7, @kepler.gl/common-utils@workspace:src/common-utils": version: 0.0.0-use.local resolution: "@kepler.gl/common-utils@workspace:src/common-utils" dependencies: - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" d3-array: "npm:^2.8.0" global: "npm:^4.3.0" h3-js: "npm:^3.1.0" @@ -3229,7 +3229,7 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/components@npm:3.1.0-alpha.6, @kepler.gl/components@workspace:src/components": +"@kepler.gl/components@npm:3.1.0-alpha.7, @kepler.gl/components@workspace:src/components": version: 0.0.0-use.local resolution: "@kepler.gl/components@workspace:src/components" dependencies: @@ -3241,20 +3241,20 @@ __metadata: "@dnd-kit/utilities": "npm:^3.2.2" "@emotion/is-prop-valid": "npm:^1.2.1" "@floating-ui/react": "npm:0.25.1" - "@kepler.gl/actions": "npm:3.1.0-alpha.6" - "@kepler.gl/cloud-providers": "npm:3.1.0-alpha.6" - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/effects": "npm:3.1.0-alpha.6" - "@kepler.gl/layers": "npm:3.1.0-alpha.6" - "@kepler.gl/localization": "npm:3.1.0-alpha.6" - "@kepler.gl/processors": "npm:3.1.0-alpha.6" - "@kepler.gl/reducers": "npm:3.1.0-alpha.6" - "@kepler.gl/schemas": "npm:3.1.0-alpha.6" - "@kepler.gl/styles": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/actions": "npm:3.1.0-alpha.7" + "@kepler.gl/cloud-providers": "npm:3.1.0-alpha.7" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/effects": "npm:3.1.0-alpha.7" + "@kepler.gl/layers": "npm:3.1.0-alpha.7" + "@kepler.gl/localization": "npm:3.1.0-alpha.7" + "@kepler.gl/processors": "npm:3.1.0-alpha.7" + "@kepler.gl/reducers": "npm:3.1.0-alpha.7" + "@kepler.gl/schemas": "npm:3.1.0-alpha.7" + "@kepler.gl/styles": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@loaders.gl/mvt": "npm:^4.3.2" "@loaders.gl/pmtiles": "npm:^4.3.2" "@mapbox/mapbox-sdk": "npm:^0.15.3" @@ -3335,13 +3335,13 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/constants@npm:3.1.0-alpha.6, @kepler.gl/constants@workspace:src/constants": +"@kepler.gl/constants@npm:3.1.0-alpha.7, @kepler.gl/constants@workspace:src/constants": version: 0.0.0-use.local resolution: "@kepler.gl/constants@workspace:src/constants" dependencies: "@dnd-kit/core": "npm:^6.1.0" "@dnd-kit/modifiers": "npm:^7.0.0" - "@kepler.gl/types": "npm:3.1.0-alpha.6" + "@kepler.gl/types": "npm:3.1.0-alpha.7" "@types/d3-scale": "npm:^3.2.2" "@types/d3-time": "npm:^2" "@types/keymirror": "npm:^0.1.1" @@ -3357,7 +3357,7 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/deckgl-arrow-layers@npm:3.1.0-alpha.6, @kepler.gl/deckgl-arrow-layers@workspace:src/deckgl-arrow-layers": +"@kepler.gl/deckgl-arrow-layers@npm:3.1.0-alpha.7, @kepler.gl/deckgl-arrow-layers@workspace:src/deckgl-arrow-layers": version: 0.0.0-use.local resolution: "@kepler.gl/deckgl-arrow-layers@workspace:src/deckgl-arrow-layers" dependencies: @@ -3375,7 +3375,7 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/deckgl-layers@npm:3.1.0-alpha.6, @kepler.gl/deckgl-layers@workspace:src/deckgl-layers": +"@kepler.gl/deckgl-layers@npm:3.1.0-alpha.7, @kepler.gl/deckgl-layers@workspace:src/deckgl-layers": version: 0.0.0-use.local resolution: "@kepler.gl/deckgl-layers@workspace:src/deckgl-layers" dependencies: @@ -3384,9 +3384,9 @@ __metadata: "@deck.gl/core": "npm:^8.9.27" "@deck.gl/geo-layers": "npm:^8.9.27" "@deck.gl/layers": "npm:^8.9.27" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@luma.gl/constants": "npm:^8.5.20" "@luma.gl/core": "npm:^8.5.20" "@mapbox/geo-viewport": "npm:^0.4.1" @@ -3410,11 +3410,11 @@ __metadata: resolution: "@kepler.gl/duckdb@workspace:src/duckdb" dependencies: "@duckdb/duckdb-wasm": "npm:^1.28.0" - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/processors": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/processors": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" "@monaco-editor/react": "npm:^4.6.0" "@radix-ui/react-collapsible": "npm:^1.1.0" apache-arrow: "npm:>=15.0.0" @@ -3423,15 +3423,15 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/effects@npm:3.1.0-alpha.6, @kepler.gl/effects@workspace:src/effects": +"@kepler.gl/effects@npm:3.1.0-alpha.7, @kepler.gl/effects@workspace:src/effects": version: 0.0.0-use.local resolution: "@kepler.gl/effects@workspace:src/effects" dependencies: "@deck.gl/core": "npm:^8.9.27" - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@luma.gl/core": "npm:^8.5.20" "@luma.gl/shadertools": "npm:^8.5.20" moment-timezone: "npm:^0.5.35" @@ -3439,7 +3439,7 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/layers@npm:3.1.0-alpha.6, @kepler.gl/layers@workspace:src/layers": +"@kepler.gl/layers@npm:3.1.0-alpha.7, @kepler.gl/layers@workspace:src/layers": version: 0.0.0-use.local resolution: "@kepler.gl/layers@workspace:src/layers" dependencies: @@ -3449,14 +3449,14 @@ __metadata: "@deck.gl/geo-layers": "npm:^8.9.27" "@deck.gl/layers": "npm:^8.9.27" "@deck.gl/mesh-layers": "npm:^8.9.27" - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/deckgl-arrow-layers": "npm:3.1.0-alpha.6" - "@kepler.gl/deckgl-layers": "npm:3.1.0-alpha.6" - "@kepler.gl/localization": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/deckgl-arrow-layers": "npm:3.1.0-alpha.7" + "@kepler.gl/deckgl-layers": "npm:3.1.0-alpha.7" + "@kepler.gl/localization": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@loaders.gl/arrow": "npm:^4.3.2" "@loaders.gl/core": "npm:^4.3.2" "@loaders.gl/gis": "npm:^4.3.2" @@ -3500,7 +3500,7 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/localization@npm:3.1.0-alpha.6, @kepler.gl/localization@workspace:src/localization": +"@kepler.gl/localization@npm:3.1.0-alpha.7, @kepler.gl/localization@workspace:src/localization": version: 0.0.0-use.local resolution: "@kepler.gl/localization@workspace:src/localization" dependencies: @@ -3510,17 +3510,17 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/processors@npm:3.1.0-alpha.6, @kepler.gl/processors@workspace:src/processors": +"@kepler.gl/processors@npm:3.1.0-alpha.7, @kepler.gl/processors@workspace:src/processors": version: 0.0.0-use.local resolution: "@kepler.gl/processors@workspace:src/processors" dependencies: "@danmarshall/deckgl-typings": "npm:4.9.22" - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/schemas": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/schemas": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@loaders.gl/arrow": "npm:^4.3.2" "@loaders.gl/core": "npm:^4.3.2" "@loaders.gl/csv": "npm:^4.3.2" @@ -3538,26 +3538,26 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/reducers@npm:3.1.0-alpha.6, @kepler.gl/reducers@workspace:src/reducers": +"@kepler.gl/reducers@npm:3.1.0-alpha.7, @kepler.gl/reducers@workspace:src/reducers": version: 0.0.0-use.local resolution: "@kepler.gl/reducers@workspace:src/reducers" dependencies: "@dnd-kit/sortable": "npm:^8.0.0" - "@kepler.gl/actions": "npm:3.1.0-alpha.6" - "@kepler.gl/cloud-providers": "npm:3.1.0-alpha.6" - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/deckgl-arrow-layers": "npm:3.1.0-alpha.6" - "@kepler.gl/deckgl-layers": "npm:3.1.0-alpha.6" - "@kepler.gl/effects": "npm:3.1.0-alpha.6" - "@kepler.gl/layers": "npm:3.1.0-alpha.6" - "@kepler.gl/localization": "npm:3.1.0-alpha.6" - "@kepler.gl/processors": "npm:3.1.0-alpha.6" - "@kepler.gl/schemas": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/tasks": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/actions": "npm:3.1.0-alpha.7" + "@kepler.gl/cloud-providers": "npm:3.1.0-alpha.7" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/deckgl-arrow-layers": "npm:3.1.0-alpha.7" + "@kepler.gl/deckgl-layers": "npm:3.1.0-alpha.7" + "@kepler.gl/effects": "npm:3.1.0-alpha.7" + "@kepler.gl/layers": "npm:3.1.0-alpha.7" + "@kepler.gl/localization": "npm:3.1.0-alpha.7" + "@kepler.gl/processors": "npm:3.1.0-alpha.7" + "@kepler.gl/schemas": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/tasks": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@loaders.gl/loader-utils": "npm:^4.3.2" "@mapbox/geo-viewport": "npm:^0.4.1" "@math.gl/web-mercator": "npm:^3.6.2" @@ -3590,16 +3590,16 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/schemas@npm:3.1.0-alpha.6, @kepler.gl/schemas@workspace:src/schemas": +"@kepler.gl/schemas@npm:3.1.0-alpha.7, @kepler.gl/schemas@workspace:src/schemas": version: 0.0.0-use.local resolution: "@kepler.gl/schemas@workspace:src/schemas" dependencies: - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/layers": "npm:3.1.0-alpha.6" - "@kepler.gl/table": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/layers": "npm:3.1.0-alpha.7" + "@kepler.gl/table": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@loaders.gl/loader-utils": "npm:^4.3.2" "@types/keymirror": "npm:^0.1.1" "@types/lodash.clonedeep": "npm:^4.5.7" @@ -3611,24 +3611,24 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/styles@npm:3.1.0-alpha.6, @kepler.gl/styles@workspace:src/styles": +"@kepler.gl/styles@npm:3.1.0-alpha.7, @kepler.gl/styles@workspace:src/styles": version: 0.0.0-use.local resolution: "@kepler.gl/styles@workspace:src/styles" dependencies: - "@kepler.gl/constants": "npm:3.1.0-alpha.6" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" "@types/styled-components": "npm:^5.1.32" styled-components: "npm:6.1.8" languageName: unknown linkType: soft -"@kepler.gl/table@npm:3.1.0-alpha.6, @kepler.gl/table@workspace:src/table": +"@kepler.gl/table@npm:3.1.0-alpha.7, @kepler.gl/table@workspace:src/table": version: 0.0.0-use.local resolution: "@kepler.gl/table@workspace:src/table" dependencies: - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" - "@kepler.gl/utils": "npm:3.1.0-alpha.6" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" + "@kepler.gl/utils": "npm:3.1.0-alpha.7" "@loaders.gl/mvt": "npm:^4.3.2" "@loaders.gl/pmtiles": "npm:^4.3.2" "@types/d3-array": "npm:^2.8.0" @@ -3642,30 +3642,30 @@ __metadata: languageName: unknown linkType: soft -"@kepler.gl/tasks@npm:3.1.0-alpha.6, @kepler.gl/tasks@workspace:src/tasks": +"@kepler.gl/tasks@npm:3.1.0-alpha.7, @kepler.gl/tasks@workspace:src/tasks": version: 0.0.0-use.local resolution: "@kepler.gl/tasks@workspace:src/tasks" dependencies: - "@kepler.gl/processors": "npm:3.1.0-alpha.6" + "@kepler.gl/processors": "npm:3.1.0-alpha.7" react-palm: "npm:^3.3.8" languageName: unknown linkType: soft -"@kepler.gl/types@npm:3.1.0-alpha.6, @kepler.gl/types@workspace:src/types": +"@kepler.gl/types@npm:3.1.0-alpha.7, @kepler.gl/types@workspace:src/types": version: 0.0.0-use.local resolution: "@kepler.gl/types@workspace:src/types" languageName: unknown linkType: soft -"@kepler.gl/utils@npm:3.1.0-alpha.6, @kepler.gl/utils@workspace:src/utils": +"@kepler.gl/utils@npm:3.1.0-alpha.7, @kepler.gl/utils@workspace:src/utils": version: 0.0.0-use.local resolution: "@kepler.gl/utils@workspace:src/utils" dependencies: "@deck.gl/core": "npm:^8.9.27" "@dnd-kit/sortable": "npm:^8.0.0" - "@kepler.gl/common-utils": "npm:3.1.0-alpha.6" - "@kepler.gl/constants": "npm:3.1.0-alpha.6" - "@kepler.gl/types": "npm:3.1.0-alpha.6" + "@kepler.gl/common-utils": "npm:3.1.0-alpha.7" + "@kepler.gl/constants": "npm:3.1.0-alpha.7" + "@kepler.gl/types": "npm:3.1.0-alpha.7" "@luma.gl/constants": "npm:^8.5.20" "@luma.gl/core": "npm:^8.5.20" "@mapbox/geo-viewport": "npm:^0.4.1" @@ -20458,7 +20458,7 @@ __metadata: "@deck.gl/test-utils": "npm:^8.9.27" "@hubble.gl/core": "npm:1.2.0-alpha.6" "@hubble.gl/react": "npm:1.2.0-alpha.6" - "@kepler.gl/components": "npm:3.1.0-alpha.6" + "@kepler.gl/components": "npm:3.1.0-alpha.7" "@loaders.gl/polyfills": "npm:^4.3.2" "@luma.gl/test-utils": "npm:^8.5.20" "@nebula.gl/layers": "npm:1.0.2-alpha.1" From 52739c3b0451a099baaab26b782f28679c5c0ab0 Mon Sep 17 00:00:00 2001 From: Ihor Dykhta Date: Mon, 27 Jan 2025 20:45:23 +0200 Subject: [PATCH 6/7] nit Signed-off-by: Ihor Dykhta --- src/ai-assistant/src/tools/utils.ts | 4 ++-- src/duckdb/src/table/duckdb-table-utils.ts | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ai-assistant/src/tools/utils.ts b/src/ai-assistant/src/tools/utils.ts index 91119a3019..e57905a8c7 100644 --- a/src/ai-assistant/src/tools/utils.ts +++ b/src/ai-assistant/src/tools/utils.ts @@ -312,8 +312,8 @@ export function highlightRowsByColumnValues( acc[value] = index; return acc; }, {}); - // @ts-expect-error need to fix the type error of value here - const selectedIndices = selectedValues.map(value => valueDict[value]); + // need to fix the type error of value here + const selectedIndices = selectedValues.map(value => valueDict[value as any]); // highlight the rows highlightRows(datasets, layers, datasetName, selectedIndices, layerSetIsValid); } diff --git a/src/duckdb/src/table/duckdb-table-utils.ts b/src/duckdb/src/table/duckdb-table-utils.ts index e064ed0c2a..aa6a112261 100644 --- a/src/duckdb/src/table/duckdb-table-utils.ts +++ b/src/duckdb/src/table/duckdb-table-utils.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright contributors to the kepler.gl project + // loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors From c6f0d9cd4ba5be08dd3bc0c73eb8ec3b5ba40549 Mon Sep 17 00:00:00 2001 From: Ihor Dykhta Date: Mon, 27 Jan 2025 21:03:36 +0200 Subject: [PATCH 7/7] update changelog Signed-off-by: Ihor Dykhta --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868e5e534a..12fdf10fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Ref: http://keepachangelog.com/en/0.3.0/ ## [3.1.0-alpha.7] - January 27 2025 +- 7356c5afe [fix] hotfix for arrow saving / loading, without support of binary data (#2943) - 4031451b0 [feat] duckdb plugin (#2798) - 029bcc548 [feat] loading indicator (#2936) - 1a68d1bd2 [Chore] Remove SQL plugin for AI Assistant (#2938) @@ -25,7 +26,7 @@ Ref: http://keepachangelog.com/en/0.3.0/ - 4cd912097 [fix] Added 24 limit for maximum zoom (#2635) - b1bddd5fb [chore] Fixes for using in a vite app (#2898) - 4d1bfb3d0 [feat] minZoom and maxZoom for examples (#2933) -- 81be74920 [fix] don't auto create point layer from vector tiles +- 81be74920 [fix] don't auto create point layer from vector tiles (#2932) ## [3.1.0-alpha.6] - January 22 2025