Skip to content

Commit 1c370e3

Browse files
authored
[chore] kepler.gl 3.1.0 (#2947)
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent 089aa8c commit 1c370e3

File tree

23 files changed

+228
-215
lines changed

23 files changed

+228
-215
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ Each version should:
1515
Ref: http://keepachangelog.com/en/0.3.0/
1616
-->
1717

18+
## [3.1.0] - January 29 2025
19+
20+
- 089aa8cf8 [chore] vector tiles refactoring (#2945)
21+
- 405c36e23 [fix] DuckDB: make query result title more reusable (#2956)
22+
- 8033578f2 [docs] update docs for Kepler.gl release 3.1 (#2941)
23+
- b1953cff7 [feat] banner with extra release info (#2955)
24+
- e95c4e5a4 [fix] arrow tables - save timestamps as iso date string (#2953)
25+
- 4aef54a93 [fix] adjust margin for map save modal to show Save button without scrolling (#2954)
26+
- f00b4b88d [chore] testing mp4 embed with gitbook (#2951)
27+
- f292d6181 [Chore] Add DeepSeek in Ai Assistant (#2946)
28+
- c5484e1ae [fix] plumbing for DuckDB plugin support (#2949)
29+
- da9988532 [chore] demo-app bump kepler.gl version (#2944)
30+
1831
## [3.1.0-alpha.7] - January 27 2025
1932

2033
- 7356c5afe [fix] hotfix for arrow saving / loading, without support of binary data (#2943)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kepler.gl",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -104,7 +104,7 @@
104104
"@deck.gl/mapbox": "^8.9.27",
105105
"@hubble.gl/core": "1.2.0-alpha.6",
106106
"@hubble.gl/react": "1.2.0-alpha.6",
107-
"@kepler.gl/components": "3.1.0-alpha.7",
107+
"@kepler.gl/components": "3.1.0",
108108
"@loaders.gl/polyfills": "^4.3.2",
109109
"@types/mapbox__geo-viewport": "^0.4.1",
110110
"html-webpack-plugin": "^4.3.0",

src/actions/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/actions",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,13 +31,13 @@
3131
],
3232
"dependencies": {
3333
"@deck.gl/core": "^8.9.27",
34-
"@kepler.gl/cloud-providers": "3.1.0-alpha.7",
35-
"@kepler.gl/constants": "3.1.0-alpha.7",
36-
"@kepler.gl/layers": "3.1.0-alpha.7",
37-
"@kepler.gl/processors": "3.1.0-alpha.7",
38-
"@kepler.gl/table": "3.1.0-alpha.7",
39-
"@kepler.gl/types": "3.1.0-alpha.7",
40-
"@kepler.gl/utils": "3.1.0-alpha.7",
34+
"@kepler.gl/cloud-providers": "3.1.0",
35+
"@kepler.gl/constants": "3.1.0",
36+
"@kepler.gl/layers": "3.1.0",
37+
"@kepler.gl/processors": "3.1.0",
38+
"@kepler.gl/table": "3.1.0",
39+
"@kepler.gl/types": "3.1.0",
40+
"@kepler.gl/utils": "3.1.0",
4141
"@reduxjs/toolkit": "^1.7.2",
4242
"@types/lodash.curry": "^4.1.7",
4343
"@types/react-redux": "^7.1.23",

src/ai-assistant/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/ai-assistant",
33
"author": "Xun Li<lixun910@gmail.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl AI assistant",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -30,12 +30,12 @@
3030
"umd"
3131
],
3232
"dependencies": {
33-
"@kepler.gl/components": "3.1.0-alpha.7",
34-
"@kepler.gl/constants": "3.1.0-alpha.7",
35-
"@kepler.gl/layers": "3.1.0-alpha.7",
36-
"@kepler.gl/table": "3.1.0-alpha.7",
37-
"@kepler.gl/types": "3.1.0-alpha.7",
38-
"@kepler.gl/utils": "3.1.0-alpha.7",
33+
"@kepler.gl/components": "3.1.0",
34+
"@kepler.gl/constants": "3.1.0",
35+
"@kepler.gl/layers": "3.1.0",
36+
"@kepler.gl/table": "3.1.0",
37+
"@kepler.gl/types": "3.1.0",
38+
"@kepler.gl/utils": "3.1.0",
3939
"@openassistant/core": "^0.0.7",
4040
"@openassistant/echarts": "^0.0.6",
4141
"@openassistant/geoda": "^0.0.6",

src/cloud-providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/cloud-providers",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -30,7 +30,7 @@
3030
"umd"
3131
],
3232
"dependencies": {
33-
"@kepler.gl/types": "3.1.0-alpha.7",
33+
"@kepler.gl/types": "3.1.0",
3434
"react": "^18.2.0"
3535
},
3636
"nyc": {

src/common-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/common-utils",
33
"author": "Shan He <heshan0131@gmail.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl common utils",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -30,8 +30,8 @@
3030
"umd"
3131
],
3232
"dependencies": {
33-
"@kepler.gl/constants": "3.1.0-alpha.7",
34-
"@kepler.gl/types": "3.1.0-alpha.7",
33+
"@kepler.gl/constants": "3.1.0",
34+
"@kepler.gl/types": "3.1.0",
3535
"d3-array": "^2.8.0",
3636
"global": "^4.3.0",
3737
"h3-js": "^3.1.0",

src/components/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/components",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -38,20 +38,20 @@
3838
"@dnd-kit/utilities": "^3.2.2",
3939
"@emotion/is-prop-valid": "^1.2.1",
4040
"@floating-ui/react": "0.25.1",
41-
"@kepler.gl/actions": "3.1.0-alpha.7",
42-
"@kepler.gl/cloud-providers": "3.1.0-alpha.7",
43-
"@kepler.gl/common-utils": "3.1.0-alpha.7",
44-
"@kepler.gl/constants": "3.1.0-alpha.7",
45-
"@kepler.gl/effects": "3.1.0-alpha.7",
46-
"@kepler.gl/layers": "3.1.0-alpha.7",
47-
"@kepler.gl/localization": "3.1.0-alpha.7",
48-
"@kepler.gl/processors": "3.1.0-alpha.7",
49-
"@kepler.gl/reducers": "3.1.0-alpha.7",
50-
"@kepler.gl/schemas": "3.1.0-alpha.7",
51-
"@kepler.gl/styles": "3.1.0-alpha.7",
52-
"@kepler.gl/table": "3.1.0-alpha.7",
53-
"@kepler.gl/types": "3.1.0-alpha.7",
54-
"@kepler.gl/utils": "3.1.0-alpha.7",
41+
"@kepler.gl/actions": "3.1.0",
42+
"@kepler.gl/cloud-providers": "3.1.0",
43+
"@kepler.gl/common-utils": "3.1.0",
44+
"@kepler.gl/constants": "3.1.0",
45+
"@kepler.gl/effects": "3.1.0",
46+
"@kepler.gl/layers": "3.1.0",
47+
"@kepler.gl/localization": "3.1.0",
48+
"@kepler.gl/processors": "3.1.0",
49+
"@kepler.gl/reducers": "3.1.0",
50+
"@kepler.gl/schemas": "3.1.0",
51+
"@kepler.gl/styles": "3.1.0",
52+
"@kepler.gl/table": "3.1.0",
53+
"@kepler.gl/types": "3.1.0",
54+
"@kepler.gl/utils": "3.1.0",
5555
"@loaders.gl/mvt": "^4.3.2",
5656
"@loaders.gl/pmtiles": "^4.3.2",
5757
"@mapbox/mapbox-sdk": "^0.15.3",

src/constants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/constants",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@dnd-kit/core": "^6.1.0",
3434
"@dnd-kit/modifiers": "^7.0.0",
35-
"@kepler.gl/types": "3.1.0-alpha.7",
35+
"@kepler.gl/types": "3.1.0",
3636
"@types/d3-scale": "^3.2.2",
3737
"@types/keymirror": "^0.1.1",
3838
"chroma-js": "2.1.2",

src/deckgl-arrow-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/deckgl-arrow-layers",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "Deck.gl layers with GeoArrow and GeoParquet support",
66
"license": "MIT",
77
"main": "dist/index.js",

src/deckgl-layers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/deckgl-layers",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.0-alpha.7",
4+
"version": "3.1.0",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -35,9 +35,9 @@
3535
"@deck.gl/core": "^8.9.27",
3636
"@deck.gl/geo-layers": "^8.9.27",
3737
"@deck.gl/layers": "^8.9.27",
38-
"@kepler.gl/constants": "3.1.0-alpha.7",
39-
"@kepler.gl/types": "3.1.0-alpha.7",
40-
"@kepler.gl/utils": "3.1.0-alpha.7",
38+
"@kepler.gl/constants": "3.1.0",
39+
"@kepler.gl/types": "3.1.0",
40+
"@kepler.gl/utils": "3.1.0",
4141
"@luma.gl/constants": "^8.5.20",
4242
"@luma.gl/core": "^8.5.20",
4343
"@mapbox/geo-viewport": "^0.4.1",

0 commit comments

Comments
 (0)