Skip to content

Commit 12b3231

Browse files
authored
[chore] 3.1.0-alpha.3 release (#2857)
Signed-off-by: Ihor Dykhta <[email protected]>
1 parent 2cd7a85 commit 12b3231

File tree

22 files changed

+208
-204
lines changed

22 files changed

+208
-204
lines changed

CHANGELOG.md

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

18+
## [3.1.0-alpha.3] - December 25 2024
19+
20+
2cd7a859c [chore] fix missing dependencies in workspaces (#2856)
21+
1822
## [3.1.0-alpha.2] - December 24 2024
1923

2024
- f9b385a6e [fix] Fixed time filter bug where points located at the borders of the domains were not correctly displayed (#2854)

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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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",
@@ -103,7 +103,7 @@
103103
"@deck.gl/mapbox": "^8.9.27",
104104
"@hubble.gl/core": "1.2.0-alpha.6",
105105
"@hubble.gl/react": "1.2.0-alpha.6",
106-
"@kepler.gl/components": "3.1.0-alpha.2",
106+
"@kepler.gl/components": "3.1.0-alpha.3",
107107
"@loaders.gl/polyfills": "^4.3.2",
108108
"@types/mapbox__geo-viewport": "^0.4.1",
109109
"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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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.2",
35-
"@kepler.gl/constants": "3.1.0-alpha.2",
36-
"@kepler.gl/layers": "3.1.0-alpha.2",
37-
"@kepler.gl/processors": "3.1.0-alpha.2",
38-
"@kepler.gl/table": "3.1.0-alpha.2",
39-
"@kepler.gl/types": "3.1.0-alpha.2",
40-
"@kepler.gl/utils": "3.1.0-alpha.2",
34+
"@kepler.gl/cloud-providers": "3.1.0-alpha.3",
35+
"@kepler.gl/constants": "3.1.0-alpha.3",
36+
"@kepler.gl/layers": "3.1.0-alpha.3",
37+
"@kepler.gl/processors": "3.1.0-alpha.3",
38+
"@kepler.gl/table": "3.1.0-alpha.3",
39+
"@kepler.gl/types": "3.1.0-alpha.3",
40+
"@kepler.gl/utils": "3.1.0-alpha.3",
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<[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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.2",
34-
"@kepler.gl/constants": "3.1.0-alpha.2",
35-
"@kepler.gl/layers": "3.1.0-alpha.2",
36-
"@kepler.gl/table": "3.1.0-alpha.2",
37-
"@kepler.gl/types": "3.1.0-alpha.2",
38-
"@kepler.gl/utils": "3.1.0-alpha.2",
33+
"@kepler.gl/components": "3.1.0-alpha.3",
34+
"@kepler.gl/constants": "3.1.0-alpha.3",
35+
"@kepler.gl/layers": "3.1.0-alpha.3",
36+
"@kepler.gl/table": "3.1.0-alpha.3",
37+
"@kepler.gl/types": "3.1.0-alpha.3",
38+
"@kepler.gl/utils": "3.1.0-alpha.3",
3939
"color-interpolate": "^1.0.5",
4040
"echarts": "^5.5.1",
4141
"global": "^4.3.0",

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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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.2",
33+
"@kepler.gl/types": "3.1.0-alpha.3",
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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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.2",
34-
"@kepler.gl/types": "3.1.0-alpha.2",
33+
"@kepler.gl/constants": "3.1.0-alpha.3",
34+
"@kepler.gl/types": "3.1.0-alpha.3",
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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -37,20 +37,20 @@
3737
"@dnd-kit/sortable": "^7.0.2",
3838
"@dnd-kit/utilities": "^3.2.1",
3939
"@floating-ui/react": "0.25.1",
40-
"@kepler.gl/actions": "3.1.0-alpha.2",
41-
"@kepler.gl/cloud-providers": "3.1.0-alpha.2",
42-
"@kepler.gl/common-utils": "3.1.0-alpha.2",
43-
"@kepler.gl/constants": "3.1.0-alpha.2",
44-
"@kepler.gl/effects": "3.1.0-alpha.2",
45-
"@kepler.gl/layers": "3.1.0-alpha.2",
46-
"@kepler.gl/localization": "3.1.0-alpha.2",
47-
"@kepler.gl/processors": "3.1.0-alpha.2",
48-
"@kepler.gl/reducers": "3.1.0-alpha.2",
49-
"@kepler.gl/schemas": "3.1.0-alpha.2",
50-
"@kepler.gl/styles": "3.1.0-alpha.2",
51-
"@kepler.gl/table": "3.1.0-alpha.2",
52-
"@kepler.gl/types": "3.1.0-alpha.2",
53-
"@kepler.gl/utils": "3.1.0-alpha.2",
40+
"@kepler.gl/actions": "3.1.0-alpha.3",
41+
"@kepler.gl/cloud-providers": "3.1.0-alpha.3",
42+
"@kepler.gl/common-utils": "3.1.0-alpha.3",
43+
"@kepler.gl/constants": "3.1.0-alpha.3",
44+
"@kepler.gl/effects": "3.1.0-alpha.3",
45+
"@kepler.gl/layers": "3.1.0-alpha.3",
46+
"@kepler.gl/localization": "3.1.0-alpha.3",
47+
"@kepler.gl/processors": "3.1.0-alpha.3",
48+
"@kepler.gl/reducers": "3.1.0-alpha.3",
49+
"@kepler.gl/schemas": "3.1.0-alpha.3",
50+
"@kepler.gl/styles": "3.1.0-alpha.3",
51+
"@kepler.gl/table": "3.1.0-alpha.3",
52+
"@kepler.gl/types": "3.1.0-alpha.3",
53+
"@kepler.gl/utils": "3.1.0-alpha.3",
5454
"@loaders.gl/mvt": "^4.3.2",
5555
"@loaders.gl/pmtiles": "^4.3.2",
5656
"@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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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.0.8",
3434
"@dnd-kit/modifiers": "^6.0.1",
35-
"@kepler.gl/types": "3.1.0-alpha.2",
35+
"@kepler.gl/types": "3.1.0-alpha.3",
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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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 <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
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.2",
39-
"@kepler.gl/types": "3.1.0-alpha.2",
40-
"@kepler.gl/utils": "3.1.0-alpha.2",
38+
"@kepler.gl/constants": "3.1.0-alpha.3",
39+
"@kepler.gl/types": "3.1.0-alpha.3",
40+
"@kepler.gl/utils": "3.1.0-alpha.3",
4141
"@luma.gl/constants": "^8.5.20",
4242
"@luma.gl/core": "^8.5.20",
4343
"@mapbox/geo-viewport": "^0.4.1",

src/effects/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/effects",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
55
"description": "kepler.gl viaual effects",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,10 +31,10 @@
3131
],
3232
"dependencies": {
3333
"@deck.gl/core": "^8.9.27",
34-
"@kepler.gl/common-utils": "3.1.0-alpha.2",
35-
"@kepler.gl/constants": "3.1.0-alpha.2",
36-
"@kepler.gl/types": "3.1.0-alpha.2",
37-
"@kepler.gl/utils": "3.1.0-alpha.2",
34+
"@kepler.gl/common-utils": "3.1.0-alpha.3",
35+
"@kepler.gl/constants": "3.1.0-alpha.3",
36+
"@kepler.gl/types": "3.1.0-alpha.3",
37+
"@kepler.gl/utils": "3.1.0-alpha.3",
3838
"@luma.gl/core": "^8.5.20",
3939
"@luma.gl/shadertools": "^8.5.20",
4040
"moment-timezone": "^0.5.35",

src/layers/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/layers",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -36,14 +36,14 @@
3636
"@deck.gl/geo-layers": "^8.9.27",
3737
"@deck.gl/layers": "^8.9.27",
3838
"@deck.gl/mesh-layers": "^8.9.27",
39-
"@kepler.gl/common-utils": "3.1.0-alpha.2",
40-
"@kepler.gl/constants": "3.1.0-alpha.2",
41-
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.2",
42-
"@kepler.gl/deckgl-layers": "3.1.0-alpha.2",
43-
"@kepler.gl/localization": "3.1.0-alpha.2",
44-
"@kepler.gl/table": "3.1.0-alpha.2",
45-
"@kepler.gl/types": "3.1.0-alpha.2",
46-
"@kepler.gl/utils": "3.1.0-alpha.2",
39+
"@kepler.gl/common-utils": "3.1.0-alpha.3",
40+
"@kepler.gl/constants": "3.1.0-alpha.3",
41+
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.3",
42+
"@kepler.gl/deckgl-layers": "3.1.0-alpha.3",
43+
"@kepler.gl/localization": "3.1.0-alpha.3",
44+
"@kepler.gl/table": "3.1.0-alpha.3",
45+
"@kepler.gl/types": "3.1.0-alpha.3",
46+
"@kepler.gl/utils": "3.1.0-alpha.3",
4747
"@loaders.gl/arrow": "^4.3.2",
4848
"@loaders.gl/core": "^4.3.2",
4949
"@loaders.gl/gis": "^4.3.2",

src/localization/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/localization",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",

src/processors/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/processors",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,12 +31,12 @@
3131
],
3232
"dependencies": {
3333
"@danmarshall/deckgl-typings": "4.9.22",
34-
"@kepler.gl/common-utils": "3.1.0-alpha.2",
35-
"@kepler.gl/constants": "3.1.0-alpha.2",
36-
"@kepler.gl/schemas": "3.1.0-alpha.2",
37-
"@kepler.gl/table": "3.1.0-alpha.2",
38-
"@kepler.gl/types": "3.1.0-alpha.2",
39-
"@kepler.gl/utils": "3.1.0-alpha.2",
34+
"@kepler.gl/common-utils": "3.1.0-alpha.3",
35+
"@kepler.gl/constants": "3.1.0-alpha.3",
36+
"@kepler.gl/schemas": "3.1.0-alpha.3",
37+
"@kepler.gl/table": "3.1.0-alpha.3",
38+
"@kepler.gl/types": "3.1.0-alpha.3",
39+
"@kepler.gl/utils": "3.1.0-alpha.3",
4040
"@loaders.gl/arrow": "^4.3.2",
4141
"@loaders.gl/core": "^4.3.2",
4242
"@loaders.gl/csv": "^4.3.2",

src/reducers/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kepler.gl/reducers",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -31,21 +31,21 @@
3131
],
3232
"dependencies": {
3333
"@dnd-kit/sortable": "^7.0.2",
34-
"@kepler.gl/actions": "3.1.0-alpha.2",
35-
"@kepler.gl/cloud-providers": "3.1.0-alpha.2",
36-
"@kepler.gl/common-utils": "3.1.0-alpha.2",
37-
"@kepler.gl/constants": "3.1.0-alpha.2",
38-
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.2",
39-
"@kepler.gl/deckgl-layers": "3.1.0-alpha.2",
40-
"@kepler.gl/effects": "3.1.0-alpha.2",
41-
"@kepler.gl/layers": "3.1.0-alpha.2",
42-
"@kepler.gl/localization": "3.1.0-alpha.2",
43-
"@kepler.gl/processors": "3.1.0-alpha.2",
44-
"@kepler.gl/schemas": "3.1.0-alpha.2",
45-
"@kepler.gl/table": "3.1.0-alpha.2",
46-
"@kepler.gl/tasks": "3.1.0-alpha.2",
47-
"@kepler.gl/types": "3.1.0-alpha.2",
48-
"@kepler.gl/utils": "3.1.0-alpha.2",
34+
"@kepler.gl/actions": "3.1.0-alpha.3",
35+
"@kepler.gl/cloud-providers": "3.1.0-alpha.3",
36+
"@kepler.gl/common-utils": "3.1.0-alpha.3",
37+
"@kepler.gl/constants": "3.1.0-alpha.3",
38+
"@kepler.gl/deckgl-arrow-layers": "3.1.0-alpha.3",
39+
"@kepler.gl/deckgl-layers": "3.1.0-alpha.3",
40+
"@kepler.gl/effects": "3.1.0-alpha.3",
41+
"@kepler.gl/layers": "3.1.0-alpha.3",
42+
"@kepler.gl/localization": "3.1.0-alpha.3",
43+
"@kepler.gl/processors": "3.1.0-alpha.3",
44+
"@kepler.gl/schemas": "3.1.0-alpha.3",
45+
"@kepler.gl/table": "3.1.0-alpha.3",
46+
"@kepler.gl/tasks": "3.1.0-alpha.3",
47+
"@kepler.gl/types": "3.1.0-alpha.3",
48+
"@kepler.gl/utils": "3.1.0-alpha.3",
4949
"@loaders.gl/loader-utils": "^4.3.2",
5050
"@mapbox/geo-viewport": "^0.4.1",
5151
"@math.gl/web-mercator": "^3.6.2",

src/schemas/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/schemas",
33
"author": "Shan He <[email protected]>",
4-
"version": "3.1.0-alpha.2",
4+
"version": "3.1.0-alpha.3",
55
"description": "kepler.gl schemas used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/index.js",
@@ -30,12 +30,12 @@
3030
"umd"
3131
],
3232
"dependencies": {
33-
"@kepler.gl/common-utils": "3.1.0-alpha.2",
34-
"@kepler.gl/constants": "3.1.0-alpha.2",
35-
"@kepler.gl/layers": "3.1.0-alpha.2",
36-
"@kepler.gl/table": "3.1.0-alpha.2",
37-
"@kepler.gl/types": "3.1.0-alpha.2",
38-
"@kepler.gl/utils": "3.1.0-alpha.2",
33+
"@kepler.gl/common-utils": "3.1.0-alpha.3",
34+
"@kepler.gl/constants": "3.1.0-alpha.3",
35+
"@kepler.gl/layers": "3.1.0-alpha.3",
36+
"@kepler.gl/table": "3.1.0-alpha.3",
37+
"@kepler.gl/types": "3.1.0-alpha.3",
38+
"@kepler.gl/utils": "3.1.0-alpha.3",
3939
"@loaders.gl/loader-utils": "^4.3.2",
4040
"@types/keymirror": "^0.1.1",
4141
"@types/lodash.clonedeep": "^4.5.7",

0 commit comments

Comments
 (0)