Skip to content

Commit 5b5bedf

Browse files
authored
[chore] patch 3.1.4 (#3079)
* [chore] patch 3.1.4 Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * changelog follow up Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> --------- Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent 03b8ea0 commit 5b5bedf

File tree

23 files changed

+228
-217
lines changed

23 files changed

+228
-217
lines changed

CHANGELOG.md

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

18+
## [3.1.4] - May 5 2025
19+
20+
- 03b8ea0a9 [Chore] Use clonedeep in interaction config load (#3080)
21+
- a6104eafe [Chore] drop lodash per-method packages in favor of the main lodash (#3065)
22+
- abb3fd473 [feat] h3 layer from decimal format (#3066)
23+
- 191f66161 [fix] fix for exported maps. Change react-markdown to markdown-to-jsx (#3077)
24+
- 3c83e74b3 [chore] Added types in Action (#3075)
25+
- 8baddbbaf [Chore] export bottom widget field selector (#3078)
26+
- afc21c263 [chore] Fix TypeScript Errors (#3076)
27+
- 822cd0e32 [Style] align icon styles, use lucid icons (#3073)
28+
1829
## [3.1.3] - May 2 2025
1930

2031
- d5ef5f713 [Chore] remove dnd-kit from dependency of utils and reducer, remove use of withState in dnd context (#3067)

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.3",
4+
"version": "3.1.4",
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.4.0",
106106
"@hubble.gl/react": "1.4.0",
107-
"@kepler.gl/components": "3.1.3",
107+
"@kepler.gl/components": "3.1.4",
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.3",
4+
"version": "3.1.4",
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.3",
35-
"@kepler.gl/constants": "3.1.3",
36-
"@kepler.gl/layers": "3.1.3",
37-
"@kepler.gl/processors": "3.1.3",
38-
"@kepler.gl/table": "3.1.3",
39-
"@kepler.gl/types": "3.1.3",
40-
"@kepler.gl/utils": "3.1.3",
34+
"@kepler.gl/cloud-providers": "3.1.4",
35+
"@kepler.gl/constants": "3.1.4",
36+
"@kepler.gl/layers": "3.1.4",
37+
"@kepler.gl/processors": "3.1.4",
38+
"@kepler.gl/table": "3.1.4",
39+
"@kepler.gl/types": "3.1.4",
40+
"@kepler.gl/utils": "3.1.4",
4141
"@reduxjs/toolkit": "^1.7.2",
4242
"@types/lodash": "4.17.5",
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.3",
4+
"version": "3.1.4",
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.3",
34-
"@kepler.gl/constants": "3.1.3",
35-
"@kepler.gl/layers": "3.1.3",
36-
"@kepler.gl/table": "3.1.3",
37-
"@kepler.gl/types": "3.1.3",
38-
"@kepler.gl/utils": "3.1.3",
33+
"@kepler.gl/components": "3.1.4",
34+
"@kepler.gl/constants": "3.1.4",
35+
"@kepler.gl/layers": "3.1.4",
36+
"@kepler.gl/table": "3.1.4",
37+
"@kepler.gl/types": "3.1.4",
38+
"@kepler.gl/utils": "3.1.4",
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.3",
4+
"version": "3.1.4",
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.3",
33+
"@kepler.gl/types": "3.1.4",
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.3",
4+
"version": "3.1.4",
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.3",
34-
"@kepler.gl/types": "3.1.3",
33+
"@kepler.gl/constants": "3.1.4",
34+
"@kepler.gl/types": "3.1.4",
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.3",
4+
"version": "3.1.4",
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.3",
42-
"@kepler.gl/cloud-providers": "3.1.3",
43-
"@kepler.gl/common-utils": "3.1.3",
44-
"@kepler.gl/constants": "3.1.3",
45-
"@kepler.gl/effects": "3.1.3",
46-
"@kepler.gl/layers": "3.1.3",
47-
"@kepler.gl/localization": "3.1.3",
48-
"@kepler.gl/processors": "3.1.3",
49-
"@kepler.gl/reducers": "3.1.3",
50-
"@kepler.gl/schemas": "3.1.3",
51-
"@kepler.gl/styles": "3.1.3",
52-
"@kepler.gl/table": "3.1.3",
53-
"@kepler.gl/types": "3.1.3",
54-
"@kepler.gl/utils": "3.1.3",
41+
"@kepler.gl/actions": "3.1.4",
42+
"@kepler.gl/cloud-providers": "3.1.4",
43+
"@kepler.gl/common-utils": "3.1.4",
44+
"@kepler.gl/constants": "3.1.4",
45+
"@kepler.gl/effects": "3.1.4",
46+
"@kepler.gl/layers": "3.1.4",
47+
"@kepler.gl/localization": "3.1.4",
48+
"@kepler.gl/processors": "3.1.4",
49+
"@kepler.gl/reducers": "3.1.4",
50+
"@kepler.gl/schemas": "3.1.4",
51+
"@kepler.gl/styles": "3.1.4",
52+
"@kepler.gl/table": "3.1.4",
53+
"@kepler.gl/types": "3.1.4",
54+
"@kepler.gl/utils": "3.1.4",
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.3",
4+
"version": "3.1.4",
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.3",
33+
"@kepler.gl/types": "3.1.4",
3434
"@types/d3-scale": "^3.2.2",
3535
"@types/keymirror": "^0.1.1",
3636
"chroma-js": "2.1.2",

src/deckgl-arrow-layers/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/deckgl-arrow-layers",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.1.3",
4+
"version": "3.1.4",
55
"description": "Deck.gl layers with GeoArrow and GeoParquet support",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@geoarrow/geoarrow-js": "^0.3.0",
34-
"@kepler.gl/constants": "^3.1.3",
34+
"@kepler.gl/constants": "^3.1.4",
3535
"@math.gl/core": "^4.0.0",
3636
"@math.gl/polygon": "^4.0.0",
3737
"@math.gl/types": "^4.0.0",

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.3",
4+
"version": "3.1.4",
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.3",
39-
"@kepler.gl/types": "3.1.3",
40-
"@kepler.gl/utils": "3.1.3",
38+
"@kepler.gl/constants": "3.1.4",
39+
"@kepler.gl/types": "3.1.4",
40+
"@kepler.gl/utils": "3.1.4",
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)