Skip to content

Commit f15a3bf

Browse files
igorDykhtaIhor Dykhta
andauthored
chore: patch release 3.3.0-alpha.6 (#3608)
* chore: patch release .3.0-alpha.6 Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> * changelog Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> * changelog Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> --------- Signed-off-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local> Co-authored-by: Ihor Dykhta <ihordykhta@Ihors-MacBook-Pro.local>
1 parent 426d605 commit f15a3bf

24 files changed

Lines changed: 235 additions & 224 deletions

File tree

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.3.0-alpha.6] - Aug 4 2026
19+
20+
- 426d6051 feat: add loading spinner to exported HTML maps (#3612)
21+
- 56d43329 fix: pre-seed basemap style in exported HTML map (#3613)
22+
- 0f377f89 chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /website (#3611)
23+
- f4961c61 chore: add dual ESM/CJS build for all workspace packages (#3607)
24+
- c99fc432 fix: exported html map loads blank (#3610)
25+
- b5805c1c fix: Babel stops recognizing it as a super method call (#3606)
26+
- 0ec3dd86 fix: globe crashes in dev mode (#3605)
27+
- 800083e0 fix: more fixes to WMS layer (#3603)
28+
1829
## [3.3.0-alpha.5] - Aug 2 2026
1930

2031
- c82030ba chore(deps): bump @deck.gl-community/editable-layers from 9.3.7 to 9.3.8

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "3.3.0-alpha.5",
3+
"version": "3.3.0-alpha.6",
44
"packages": [
55
"src/*"
66
],

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.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
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
],
104104
"dependencies": {
105105
"@deck.gl/mapbox": "^9.3.1",
106-
"@kepler.gl/components": "3.3.0-alpha.5",
106+
"@kepler.gl/components": "3.3.0-alpha.6",
107107
"@loaders.gl/polyfills": "^4.4.1",
108108
"@types/mapbox__geo-viewport": "^0.4.1",
109109
"html-webpack-plugin": "^5.6.3",

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.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/cjs/index.js",
@@ -29,13 +29,13 @@
2929
],
3030
"dependencies": {
3131
"@deck.gl/core": "^9.3.1",
32-
"@kepler.gl/cloud-providers": "3.3.0-alpha.5",
33-
"@kepler.gl/constants": "3.3.0-alpha.5",
34-
"@kepler.gl/layers": "3.3.0-alpha.5",
35-
"@kepler.gl/processors": "3.3.0-alpha.5",
36-
"@kepler.gl/table": "3.3.0-alpha.5",
37-
"@kepler.gl/types": "3.3.0-alpha.5",
38-
"@kepler.gl/utils": "3.3.0-alpha.5",
32+
"@kepler.gl/cloud-providers": "3.3.0-alpha.6",
33+
"@kepler.gl/constants": "3.3.0-alpha.6",
34+
"@kepler.gl/layers": "3.3.0-alpha.6",
35+
"@kepler.gl/processors": "3.3.0-alpha.6",
36+
"@kepler.gl/table": "3.3.0-alpha.6",
37+
"@kepler.gl/types": "3.3.0-alpha.6",
38+
"@kepler.gl/utils": "3.3.0-alpha.6",
3939
"@reduxjs/toolkit": "^1.7.2",
4040
"@types/lodash": "4.17.5",
4141
"@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.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
55
"description": "kepler.gl AI assistant",
66
"license": "MIT",
77
"main": "dist/cjs/index.js",
@@ -32,12 +32,12 @@
3232
"@ai-sdk/deepseek": "^0.2.14",
3333
"@ai-sdk/google": "^1.2.18",
3434
"@ai-sdk/xai": "^1.2.16",
35-
"@kepler.gl/components": "3.3.0-alpha.5",
36-
"@kepler.gl/constants": "3.3.0-alpha.5",
37-
"@kepler.gl/layers": "3.3.0-alpha.5",
38-
"@kepler.gl/table": "3.3.0-alpha.5",
39-
"@kepler.gl/types": "3.3.0-alpha.5",
40-
"@kepler.gl/utils": "3.3.0-alpha.5",
35+
"@kepler.gl/components": "3.3.0-alpha.6",
36+
"@kepler.gl/constants": "3.3.0-alpha.6",
37+
"@kepler.gl/layers": "3.3.0-alpha.6",
38+
"@kepler.gl/table": "3.3.0-alpha.6",
39+
"@kepler.gl/types": "3.3.0-alpha.6",
40+
"@kepler.gl/utils": "3.3.0-alpha.6",
4141
"@openassistant/core": "^0.5.17",
4242
"@openassistant/duckdb": "^0.5.17",
4343
"@openassistant/echarts": "^0.5.17",

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.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/cjs/index.js",
@@ -28,7 +28,7 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@kepler.gl/types": "3.3.0-alpha.5",
31+
"@kepler.gl/types": "3.3.0-alpha.6",
3232
"react": "^19.0.0"
3333
},
3434
"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.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
55
"description": "kepler.gl common utils",
66
"license": "MIT",
77
"main": "dist/cjs/index.js",
@@ -28,8 +28,8 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@kepler.gl/constants": "3.3.0-alpha.5",
32-
"@kepler.gl/types": "3.3.0-alpha.5",
31+
"@kepler.gl/constants": "3.3.0-alpha.6",
32+
"@kepler.gl/types": "3.3.0-alpha.6",
3333
"d3-array": "^2.8.0",
3434
"global": "^4.3.0",
3535
"h3-js": "^4.4.0",

src/components/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/components",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/cjs/index.js",
@@ -40,21 +40,21 @@
4040
"@floating-ui/react": "^0.27.0",
4141
"@hubble.gl/core": "2.0.0-alpha.4",
4242
"@hubble.gl/react": "2.0.0-alpha.4",
43-
"@kepler.gl/actions": "3.3.0-alpha.5",
44-
"@kepler.gl/cloud-providers": "3.3.0-alpha.5",
45-
"@kepler.gl/common-utils": "3.3.0-alpha.5",
46-
"@kepler.gl/constants": "3.3.0-alpha.5",
47-
"@kepler.gl/deckgl-layers": "3.3.0-alpha.5",
48-
"@kepler.gl/effects": "3.3.0-alpha.5",
49-
"@kepler.gl/layers": "3.3.0-alpha.5",
50-
"@kepler.gl/localization": "3.3.0-alpha.5",
51-
"@kepler.gl/processors": "3.3.0-alpha.5",
52-
"@kepler.gl/reducers": "3.3.0-alpha.5",
53-
"@kepler.gl/schemas": "3.3.0-alpha.5",
54-
"@kepler.gl/styles": "3.3.0-alpha.5",
55-
"@kepler.gl/table": "3.3.0-alpha.5",
56-
"@kepler.gl/types": "3.3.0-alpha.5",
57-
"@kepler.gl/utils": "3.3.0-alpha.5",
43+
"@kepler.gl/actions": "3.3.0-alpha.6",
44+
"@kepler.gl/cloud-providers": "3.3.0-alpha.6",
45+
"@kepler.gl/common-utils": "3.3.0-alpha.6",
46+
"@kepler.gl/constants": "3.3.0-alpha.6",
47+
"@kepler.gl/deckgl-layers": "3.3.0-alpha.6",
48+
"@kepler.gl/effects": "3.3.0-alpha.6",
49+
"@kepler.gl/layers": "3.3.0-alpha.6",
50+
"@kepler.gl/localization": "3.3.0-alpha.6",
51+
"@kepler.gl/processors": "3.3.0-alpha.6",
52+
"@kepler.gl/reducers": "3.3.0-alpha.6",
53+
"@kepler.gl/schemas": "3.3.0-alpha.6",
54+
"@kepler.gl/styles": "3.3.0-alpha.6",
55+
"@kepler.gl/table": "3.3.0-alpha.6",
56+
"@kepler.gl/types": "3.3.0-alpha.6",
57+
"@kepler.gl/utils": "3.3.0-alpha.6",
5858
"@lexical/link": "^0.9.0",
5959
"@lexical/react": "^0.9.0",
6060
"@lexical/selection": "^0.9.0",

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.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
55
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
66
"license": "MIT",
77
"main": "dist/cjs/index.js",
@@ -28,7 +28,7 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@kepler.gl/types": "3.3.0-alpha.5",
31+
"@kepler.gl/types": "3.3.0-alpha.6",
3232
"@types/d3-scale": "^3.2.2",
3333
"@types/keymirror": "^0.1.1",
3434
"chroma-js": "2.1.2",

src/deckgl-arrow-layers/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/deckgl-arrow-layers",
33
"author": "Shan He <shan@uber.com>",
4-
"version": "3.3.0-alpha.5",
4+
"version": "3.3.0-alpha.6",
55
"description": "Deck.gl layers with GeoArrow and GeoParquet support",
66
"license": "MIT",
77
"main": "dist/cjs/index.js",
@@ -29,8 +29,8 @@
2929
],
3030
"dependencies": {
3131
"@geoarrow/geoarrow-js": "^0.3.0",
32-
"@kepler.gl/constants": "3.3.0-alpha.5",
33-
"@kepler.gl/utils": "3.3.0-alpha.5",
32+
"@kepler.gl/constants": "3.3.0-alpha.6",
33+
"@kepler.gl/utils": "3.3.0-alpha.6",
3434
"@math.gl/core": "^4.1.0",
3535
"@math.gl/polygon": "^4.1.0",
3636
"@math.gl/types": "^4.1.0",

0 commit comments

Comments
 (0)